- new branch
----------------------------------------------------------------------
Modified Files: devel/.cvsignore devel/proj.spec devel/sources
----------------------------------------------------------------------
This commit is contained in:
parent
d7550732db
commit
29da86c3f2
@ -1,2 +1,2 @@
|
||||
proj-4.5.0.tar.gz
|
||||
proj-datumgrid-1.3.zip
|
||||
proj-4.6.0.tar.gz
|
||||
|
||||
11
proj.spec
11
proj.spec
@ -1,6 +1,6 @@
|
||||
Name: proj
|
||||
Version: 4.5.0
|
||||
Release: 4%{?dist}
|
||||
Version: 4.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Cartographic projection software (PROJ.4)
|
||||
|
||||
Group: Applications/Engineering
|
||||
@ -66,6 +66,10 @@ sed -i -e '1,1s|:|#!/bin/bash|' $script
|
||||
done
|
||||
|
||||
%build
|
||||
|
||||
# fix version info to respect new ABI
|
||||
sed -i -e 's|5\:4\:5|6\:4\:6|' src/Makefile*
|
||||
|
||||
%configure
|
||||
make OPTIMIZE="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||
|
||||
@ -124,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%attr(0644,root,root) %{_datadir}/%{name}/epsg
|
||||
|
||||
%changelog
|
||||
* Sun Apr 20 2008 Balint Cristian <rezso@rdsor.ro> - 4.6.0-1
|
||||
- new branch
|
||||
|
||||
* Thu Mar 27 2008 Balint Cristian <rezso@rdsor.ro> - 4.5.0-4
|
||||
- BuildRequire: libtool
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user