Author: twittner Date: Mon Oct 31 20:14:36 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.3.3 - added -am.patch - don't use CFLAGS in Makefile.am - it overrides CFLAGS passed to ./configure - use AM_CFLAGS instead
---- Files affected: SPECS: libsl.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/libsl.spec diff -u SPECS/libsl.spec:1.2 SPECS/libsl.spec:1.3 --- SPECS/libsl.spec:1.2 Fri Aug 26 23:01:28 2005 +++ SPECS/libsl.spec Mon Oct 31 21:14:30 2005 @@ -8,12 +8,13 @@ Summary: A small and flexible linked list implementation Summary(pl): Mała i elastyczna implementacja listy wiązanej Name: libsl -Version: 0.3.2 +Version: 0.3.3 Release: 0.1 License: GPL v2 Group: Libraries -Source0: http://brautaset.org/software/sl/download/sl-%{version}.tar.gz -# Source0-md5: d1b2d7b4e1ed266e901bf1c177bbba8d +Source0: http://dev.brautaset.org/sl/download/sl-%{version}.tar.gz +# Source0-md5: 67bfb9a8bfd13e295d84e194d6521e3d +Patch0: %{name}-am.patch URL: http://brautaset.org/software/sl/ BuildRequires: autoconf BuildRequires: automake @@ -67,6 +68,7 @@ %prep %setup -q -n sl-%{version} +%patch0 -p1 %build %{__libtoolize} @@ -113,6 +115,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/10/31 20:14:30 twittner +- up to 0.3.3 +- added -am.patch - don't use CFLAGS in Makefile.am - it overrides CFLAGS + passed to ./configure - use AM_CFLAGS instead + Revision 1.2 2005/08/26 21:01:28 qboosh - pl desc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libsl.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
