Author: glen Date: Tue Mar 11 20:55:56 2008 GMT Module: SPECS Tag: AC-branch ---- Log message: - adapter, check-files cleanup - remove doxygen trash (*.dox); rel 2
---- Files affected: SPECS: gdal.spec (1.50.2.3 -> 1.50.2.4) ---- Diffs: ================================================================ Index: SPECS/gdal.spec diff -u SPECS/gdal.spec:1.50.2.3 SPECS/gdal.spec:1.50.2.4 --- SPECS/gdal.spec:1.50.2.3 Tue Mar 11 20:37:36 2008 +++ SPECS/gdal.spec Tue Mar 11 21:55:51 2008 @@ -10,7 +10,7 @@ Summary(pl.UTF-8): Biblioteka abstrakcji danych dotyczących powierzchni Ziemi Name: gdal Version: 1.4.3 -Release: 1 +Release: 2 License: BSD-like Group: Libraries Source0: ftp://ftp.remotesensing.org/gdal/%{name}-%{version}.tar.gz @@ -36,14 +36,14 @@ BuildRequires: netcdf-devel BuildRequires: ogdi-devel >= 3.1 BuildRequires: perl-devel -BuildRequires: postgresql-devel BuildRequires: postgresql-backend-devel -BuildRequires: python-numpy-devel >= 1:1.0.0 +BuildRequires: postgresql-devel BuildRequires: python-devel >= 1:2.4 +BuildRequires: python-numpy-devel >= 1:1.0.0 %{?with_ruby:BuildRequires: ruby-devel} BuildRequires: sqlite3-devel >= 3 -%{?with_ruby:BuildRequires: swig-ruby} BuildRequires: swig-python >= 1.3 +%{?with_ruby:BuildRequires: swig-ruby} %{?with_odbc:BuildRequires: unixODBC-devel} %{?with_xerces:BuildRequires: xerces-c-devel >= 2.2.0} BuildRequires: zlib-devel >= 1.1.4 @@ -121,8 +121,7 @@ Perl bindings for GDAL - Geo::GDAL, Geo::OGR and Geo::OSR modules. %description -n perl-gdal -l pl.UTF-8 -Wiązania Perla do pakietu GDAL - moduły Geo::GDAL, Geo::OGR, -Geo::OSR. +Wiązania Perla do pakietu GDAL - moduły Geo::GDAL, Geo::OGR, Geo::OSR. %package -n python-gdal Summary: GDAL Python module @@ -148,8 +147,8 @@ Ruby bindings for GDAL - gdal, gdalconst, ogr and osr modules. %description -n ruby-gdal -l pl.UTF-8 -Wiązania języka Ruby do pakietu GDAL - moduły gdal, gdalconst, ogr -i osr. +Wiązania języka Ruby do pakietu GDAL - moduły gdal, gdalconst, ogr i +osr. %prep %setup -q @@ -196,14 +195,23 @@ cp -a html _html cp -a ogr/html _html/ogr -# well. this seems some legacy wrapper, but we install as somebody put it to files section -install swig/python/gdalnumeric.py $RPM_BUILD_ROOT%{py_sitedir} - %py_comp $RPM_BUILD_ROOT%{py_sitedir} %py_ocomp $RPM_BUILD_ROOT%{py_sitedir} %py_postclean rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a} +%{__rm} $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod +%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/GDAL/.packlist +%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/GDAL/Const/.packlist +%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/OGR/.packlist +%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/OSR/.packlist + +# some doxygen trash +%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Geo/GDAL.dox +%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Geo/GDAL/Const.dox +%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Geo/OGR.dox +%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Geo/OSR.dox + %clean rm -rf $RPM_BUILD_ROOT @@ -216,6 +224,7 @@ %attr(755,root,root) %{_bindir}/* %exclude %{_bindir}/gdal-config %attr(755,root,root) %{_libdir}/libgdal.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgdal.so.1 %{_datadir}/gdal %{_mandir}/man1/* %exclude %{_mandir}/man1/gdal-config.1* @@ -285,6 +294,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.50.2.4 2008-03-11 20:55:51 glen +- adapter, check-files cleanup +- remove doxygen trash (*.dox); rel 2 + Revision 1.50.2.3 2008-03-11 19:37:36 glen - numpy epoch, enable files which should be kept ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gdal.spec?r1=1.50.2.3&r2=1.50.2.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
