Author: qboosh Date: Sun Dec 11 00:52:21 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.2.0 (with new C API library) - added gcc4 patch
---- Files affected: SPECS: geos.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/geos.spec diff -u SPECS/geos.spec:1.7 SPECS/geos.spec:1.8 --- SPECS/geos.spec:1.7 Sun Aug 28 22:07:47 2005 +++ SPECS/geos.spec Sun Dec 11 01:52:16 2005 @@ -2,13 +2,14 @@ Summary: Geometry Engine - Open Source Summary(pl): GEOS - silnik geometryczny z otwartymi źródłami Name: geos -Version: 2.1.4 +Version: 2.2.0 Release: 1 License: LGPL Group: Libraries Source0: http://geos.refractions.net/%{name}-%{version}.tar.bz2 -# Source0-md5: e00524abc2cb26c8fb9173b8696be3b7 +# Source0-md5: 444984e8f55ee9084d7c962255f14801 Patch0: %{name}-config.patch +Patch1: %{name}-gcc4.patch URL: http://geos.refractions.net/ BuildRequires: automake BuildRequires: libstdc++-devel @@ -57,6 +58,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build cp -f /usr/share/automake/config.* . @@ -80,19 +82,24 @@ %files %defattr(644,root,root,755) %doc AUTHORS TODO -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%attr(755,root,root) %{_libdir}/libgeos.so.*.*.* +%attr(755,root,root) %{_libdir}/libgeos_c.so.*.*.* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/geos-config -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libgeos.so +%attr(755,root,root) %{_libdir}/libgeos_c.so +%{_libdir}/libgeos.la +%{_libdir}/libgeos_c.la %{_includedir}/geos %{_includedir}/geos.h +%{_includedir}/geos_c.h %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libgeos.a +%{_libdir}/libgeos_c.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -100,6 +107,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2005/12/11 00:52:16 qboosh +- updated to 2.2.0 (with new C API library) +- added gcc4 patch + Revision 1.7 2005/08/28 20:07:47 qboosh - updated to 2.1.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/geos.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
