Author: cieciwa Date: Fri Sep 8 21:43:38 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - release 2 - fix problem with 64 bit library searching.
---- Files affected: SPECS: gts.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/gts.spec diff -u SPECS/gts.spec:1.7 SPECS/gts.spec:1.8 --- SPECS/gts.spec:1.7 Wed Sep 6 21:10:01 2006 +++ SPECS/gts.spec Fri Sep 8 23:43:33 2006 @@ -3,12 +3,13 @@ Summary(pl): Biblioteka triangulowanych powierzchni GNU Name: gts Version: 0.7.6 -Release: 1 +Release: 2 License: LGPL Group: Libraries Source0: http://dl.sourceforge.net/gts/%{name}-%{version}.tar.gz # Source0-md5: 9f710aefd2ed9b3cc1b1216171fc5a8a Patch0: %{name}-as_needed-fix.patch +Patch1: %{name}-lib64-gts-config.in.patch URL: http://gts.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -65,6 +66,9 @@ %setup -q %patch0 -p1 +%ifarch x86_64 +%patch1 -p1 +%endif %build %{__libtoolize} %{__aclocal} @@ -112,6 +116,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2006/09/08 21:43:33 cieciwa +- release 2 +- fix problem with 64 bit library searching. + Revision 1.7 2006/09/06 19:10:01 qboosh - removed obsolete alpha patch - more deps, package delaunay utility ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gts.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
