Author: qboosh Date: Sun Jan 25 22:31:24 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - ghost soname symlink, more verbose files - ac version - LGPL version
---- Files affected: SPECS: mhash.spec (1.56 -> 1.57) ---- Diffs: ================================================================ Index: SPECS/mhash.spec diff -u SPECS/mhash.spec:1.56 SPECS/mhash.spec:1.57 --- SPECS/mhash.spec:1.56 Sun Jan 25 20:13:26 2009 +++ SPECS/mhash.spec Sun Jan 25 23:31:18 2009 @@ -9,13 +9,13 @@ Name: mhash Version: 0.9.9.9 Release: 1 -License: LGPL +License: LGPL v2+ Group: Libraries Source0: http://dl.sourceforge.net/mhash/%{name}-%{version}.tar.bz2 # Source0-md5: f91c74f9ccab2b574a98be5bc31eb280 Patch0: %{name}-shared.patch URL: http://mhash.sourceforge.net/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.59 BuildRequires: automake BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -114,18 +114,20 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README THANKS TODO doc/skid2-authentication -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libmhash.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libmhash.so.2 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/*.so -%{_libdir}/*.la -%{_mandir}/man3/* -%{_includedir}/* +%attr(755,root,root) %{_libdir}/libmhash.so +%{_libdir}/libmhash.la +%{_includedir}/mhash.h +%{_includedir}/mutils +%{_mandir}/man3/mhash.3* %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libmhash.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -133,6 +135,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.57 2009/01/25 22:31:18 qboosh +- ghost soname symlink, more verbose files +- ac version +- LGPL version + Revision 1.56 2009/01/25 19:13:26 arekm - up to 0.9.9.9 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mhash.spec?r1=1.56&r2=1.57&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
