rpms/gdal/devel .cvsignore, 1.9, 1.10 gdal.spec, 1.51, 1.52 import.log, 1.4, 1.5 sources, 1.9, 1.10 gdal-perl510.patch, 1.1, NONE gdal-sincos.patch, 1.1, NONE

Balint Cristian rezso at fedoraproject.org
Fri Oct 24 11:46:53 UTC 2008


Author: rezso

Update of /cvs/pkgs/rpms/gdal/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4509/devel

Modified Files:
	.cvsignore gdal.spec import.log sources 
Removed Files:
	gdal-perl510.patch gdal-sincos.patch 
Log Message:
- new stable
- ship static package too
- fix some doc generation
- libdap patch for fc10 only



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gdal/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	30 Sep 2008 12:32:18 -0000	1.9
+++ .cvsignore	24 Oct 2008 11:46:22 -0000	1.10
@@ -1,2 +1,2 @@
-gdal-1.5.2-fedora.tar.gz
 gdalautotest-1.5.0.tar.gz
+gdal-1.5.3-fedora.tar.gz


Index: gdal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdal/devel/gdal.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- gdal.spec	30 Sep 2008 12:32:18 -0000	1.51
+++ gdal.spec	24 Oct 2008 11:46:22 -0000	1.52
@@ -1,15 +1,13 @@
 Name:      gdal
-Version:   1.5.2
-Release:   4%{?dist}
+Version:   1.5.3
+Release:   1%{?dist}
 Summary:   GIS file format library
 Group:     System Environment/Libraries
 License:   MIT
 URL:       http://www.gdal.org/
 Source0:   %{name}-%{version}-fedora.tar.gz
 Source1:   http://download.osgeo.org/gdal/gdalautotest-1.5.0.tar.gz
-Patch0:    %{name}-perl510.patch
-Patch1:    %{name}-sincos.patch
-Patch2:    %{name}-libdap.patch
+Patch0:    %{name}-libdap.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtool pkgconfig
 BuildRequires: python-devel numpy xerces-c-devel
@@ -56,6 +54,13 @@
 %description devel
 The GDAL library provides support to handle multiple GIS file formats.
 
+%package static
+Summary: Static Development Libraries for the GDAL file format library
+Group: Development/Libraries
+
+%description static
+The GDAL library provides support to handle multiple GIS file formats.
+
 %package python
 Summary: Python modules for the GDAL file format library
 Group: Development/Libraries
@@ -95,9 +100,9 @@
 
 %prep
 %setup -q -n %{name}-%{version}-fedora
-%patch0 -p0 -b .perl510~
-%patch1 -p0 -b .sincos~
-%patch2 -p1 -b .libdap~
+%if "%{?dist}" == ".fc10"
+%patch0 -p1 -b .libdap~
+%endif
 
 # unpack test cases olso.
 tar -xzf %{SOURCE1} .
@@ -222,7 +227,6 @@
 %if %{grass_support}
         --with-libgrass             \
         --with-grass=%{_prefix}     \
-        --disable-static
 %endif
 
 # fixup hardcoded wrong compile flags.
@@ -255,7 +259,7 @@
 pushd swig/java
 make generate
 # disable ColorEntry for now (gdal Ticket: #2331)
-rm -rf org/gdal/gdal/ColorEntry.java
+rm -rf org/gdal/gdal/ColorTable.java
 make build
 popd
 %endif
@@ -296,6 +300,9 @@
                   grep -v "\$(INSTALL_DIR) \$(DESTDIR)\$(INST_DATA)" \
 > GNUmakefile.tmp; mv -f GNUmakefile.tmp GNUmakefile
 
+# fix python installation path
+sed -i 's|setup.py install|setup.py install --root=%{buildroot}|' swig/python/GNUmakefile
+
 make    DESTDIR=%{buildroot} \
         install
 
@@ -333,7 +340,7 @@
 pushd docs/docs-%{cpuarch}/pdf; mkdir -p br ru en ogr ogrsf_frmts/dgn frmts/gxf frmts/sdts frmts/iso8211 ; popd
 install -p -m 644 doc/latex/refman.pdf docs/docs-%{cpuarch}/pdf/en
 install -p -m 644 doc/br/latex/refman.pdf docs/docs-%{cpuarch}/pdf/br/
-install -p -m 644 doc/ru/latex/refman.pdf docs/docs-%{cpuarch}/pdf/ru/
+#install -p -m 644 doc/ru/latex/refman.pdf docs/docs-%{cpuarch}/pdf/ru/
 install -p -m 644 latex/refman.pdf docs/docs-%{cpuarch}/refman.pdf
 install -p -m 644 ogr/latex/refman.pdf docs/docs-%{cpuarch}/pdf/ogr/
 install -p -m 644 ogr/ogrsf_frmts/latex/refman.pdf docs/docs-%{cpuarch}/pdf/ogrsf_frmts/
@@ -412,7 +419,7 @@
 
 # cleanup junks
 rm -rf %{buildroot}%{_includedir}/%{name}/%{name}
-for junk in {*.a,*.la,*.bs,.exists,.packlist,.cvsignore} ; do
+for junk in {*.la,*.bs,.exists,.packlist,.cvsignore} ; do
 find %{buildroot} -name "$junk" -exec rm -rf '{}' \;
 done
 
@@ -461,6 +468,7 @@
 %{_bindir}/gdaltransform
 %{_bindir}/nearblack
 %{_bindir}/ogr*
+%{_bindir}/testepsg
 %{_libdir}/*.so.*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
@@ -490,6 +498,10 @@
 %{_libdir}/pkgconfig/%{name}.pc
 %{_mandir}/man1/%{name}-config*
 
+%files static
+%defattr(-,root,root,-)
+%{_libdir}/*.a
+
 %files python
 %defattr(-,root,root,-)
 %doc swig/python/samples
@@ -521,6 +533,12 @@
 %endif
 
 %changelog
+* Fri Oct 24 2008 Balint Cristian <rezso at rdsor.ro> - 1.5.3-1
+- new stable
+- ship static package too
+- fix some doc generation
+- libdap patch for fc10 only
+
 * Tue Sep 30 2008 Balint Cristian <rezso at rdsor.ro> - 1.5.2-4
 - enable gdal_array for python subpackage
 - require numpy


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/gdal/devel/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- import.log	30 Sep 2008 12:32:18 -0000	1.4
+++ import.log	24 Oct 2008 11:46:22 -0000	1.5
@@ -1,2 +1,3 @@
 gdal-1_5_2-1_fc9:HEAD:gdal-1.5.2-1.fc9.src.rpm:1213299145
 gdal-1_5_2-4_fc10:HEAD:gdal-1.5.2-4.fc10.src.rpm:1222777883
+gdal-1_5_3-1_fc10:HEAD:gdal-1.5.3-1.fc10.src.rpm:1224848682


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gdal/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	30 Sep 2008 12:32:18 -0000	1.9
+++ sources	24 Oct 2008 11:46:22 -0000	1.10
@@ -1,2 +1,2 @@
-b032dc858b5af1246023863317230701  gdal-1.5.2-fedora.tar.gz
 e8a9a020f086a4ed977b30921785006f  gdalautotest-1.5.0.tar.gz
+cbd6bb3273bdb9a86d1ec0d2a07efe5b  gdal-1.5.3-fedora.tar.gz


--- gdal-perl510.patch DELETED ---


--- gdal-sincos.patch DELETED ---




More information about the scm-commits mailing list