Author: qboosh Date: Sat Feb 3 13:17:01 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.3.4 - more verbose files - release 1
---- Files affected: SPECS: libsl.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/libsl.spec diff -u SPECS/libsl.spec:1.3 SPECS/libsl.spec:1.4 --- SPECS/libsl.spec:1.3 Mon Oct 31 21:14:30 2005 +++ SPECS/libsl.spec Sat Feb 3 14:16:55 2007 @@ -8,17 +8,19 @@ Summary: A small and flexible linked list implementation Summary(pl): Mała i elastyczna implementacja listy wiązanej Name: libsl -Version: 0.3.3 -Release: 0.1 +Version: 0.3.4 +Release: 1 License: GPL v2 Group: Libraries Source0: http://dev.brautaset.org/sl/download/sl-%{version}.tar.gz -# Source0-md5: 67bfb9a8bfd13e295d84e194d6521e3d +# Source0-md5: 56d9ac18ca92436ff05ffee8ef23cdb9 Patch0: %{name}-am.patch URL: http://brautaset.org/software/sl/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.59 BuildRequires: automake BuildRequires: libtool +# pod2man +BuildRequires: perl-tools-pod BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -94,19 +96,19 @@ %files %defattr(644,root,root,755) %doc ChangeLog -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%attr(755,root,root) %{_libdir}/libsl.so.*.*.* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libsl.so +%{_libdir}/libsl.la %{_includedir}/sl -%{_mandir}/man3/* +%{_mandir}/man3/sl.3* %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libsl.a %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -115,6 +117,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2007/02/03 13:16:55 qboosh +- updated to 0.3.4 +- more verbose files +- release 1 + 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 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libsl.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
