SPECS: libgeotiff.spec - updated to 1.2.5 - added link patch

qboosh qboosh at pld-linux.org
Sun Aug 24 09:42:51 CEST 2008


Author: qboosh                       Date: Sun Aug 24 07:42:51 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.2.5
- added link patch

---- Files affected:
SPECS:
   libgeotiff.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/libgeotiff.spec
diff -u SPECS/libgeotiff.spec:1.17 SPECS/libgeotiff.spec:1.18
--- SPECS/libgeotiff.spec:1.17	Mon Aug 27 01:04:21 2007
+++ SPECS/libgeotiff.spec	Sun Aug 24 09:42:46 2008
@@ -2,13 +2,14 @@
 Summary:	GeoTIFF library
 Summary(pl.UTF-8):	Biblioteka GeoTIFF
 Name:		libgeotiff
-Version:	1.2.4
+Version:	1.2.5
 Release:	1
 License:	MIT, partially Public Domain (see LICENSE)
 Group:		Libraries
 Source0:	ftp://ftp.remotesensing.org/geotiff/libgeotiff/%{name}-%{version}.tar.gz
-# Source0-md5:	62cd4a515d1f3ba7b41cb4ed9061aa76
+# Source0-md5:	000f247a88510f1b38d4b314d1e47048
 Patch0:		%{name}-shared-fix.patch
+Patch1:		%{name}-link.patch
 URL:		http://www.remotesensing.org/geotiff/geotiff.html
 BuildRequires:	automake
 BuildRequires:	libjpeg-devel
@@ -55,6 +56,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 # workaround not to rebuild configure on make
 touch configure
@@ -80,7 +82,8 @@
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog LICENSE README docs/*.{html,dox,txt}
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/geotifcp
+%attr(755,root,root) %{_bindir}/listgeo
 %attr(755,root,root) %{_libdir}/libgeotiff.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgeotiff.so.1
 %{_datadir}/epsg_csv
@@ -88,7 +91,17 @@
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgeotiff.so
-%{_includedir}/*
+%{_includedir}/cpl_serv.h
+%{_includedir}/geo_*.h
+%{_includedir}/geokeys.h
+%{_includedir}/geonames.h
+%{_includedir}/geotiff.h
+%{_includedir}/geotiffio.h
+%{_includedir}/geovalues.h
+%{_includedir}/xtiffio.h
+%{_includedir}/epsg_*.inc
+%{_includedir}/geo_ctrans.inc
+%{_includedir}/geokeys.inc
 
 %files static
 %defattr(644,root,root,755)
@@ -100,6 +113,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2008/08/24 07:42:46  qboosh
+- updated to 1.2.5
+- added link patch
+
 Revision 1.17  2007/08/26 23:04:21  qboosh
 - updated to 1.2.4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libgeotiff.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list