Author: qboosh Date: Fri Apr 6 15:31:53 2012 GMT Module: packages Tag: HEAD ---- Log message: - more verbose lib files, ghost soname symlink
---- Files affected: packages/home-etc: home-etc.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: packages/home-etc/home-etc.spec diff -u packages/home-etc/home-etc.spec:1.27 packages/home-etc/home-etc.spec:1.28 --- packages/home-etc/home-etc.spec:1.27 Sat Feb 24 23:43:45 2007 +++ packages/home-etc/home-etc.spec Fri Apr 6 17:31:47 2012 @@ -5,11 +5,11 @@ Version: 1.0.9 Release: 5 Epoch: 1 -License: LGPL +License: LGPL v2+ Group: Base Source0: ftp://ftp.pld-linux.org/people/siefca/distfiles/%{name}-%{version}.tar.gz # Source0-md5: 628d3acd77458e291f753992d81977c4 -BuildRequires: autoconf +BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: libtool Requires: %{name}-lib = %{epoch}:%{version}-%{release} @@ -127,25 +127,27 @@ %files %defattr(644,root,root,755) %doc AUTHORS CONTRIBUTORS README doc/HOME-ETC.pl.txt -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/home-etc %attr(755,root,root) /etc/profile.d/home-etc.*sh /etc/skel/.home_etc %files lib %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%attr(755,root,root) %{_libdir}/libhome_etc.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libhome_etc.so.1 %files devel %defattr(644,root,root,755) %doc doc/DEVEL-NOTES FILES TODO -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_includedir}/*.h -%{_mandir}/man3/* +%attr(755,root,root) %{_libdir}/libhome_etc.so +%{_libdir}/libhome_etc.la +%{_includedir}/home_etc.h +%{_mandir}/man3/get_home_etc.3* +%{_mandir}/man3/home_etc*.3* %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libhome_etc.a %files examples %defattr(644,root,root,755) @@ -157,6 +159,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2012/04/06 15:31:47 qboosh +- more verbose lib files, ghost soname symlink + Revision 1.27 2007/02/24 22:43:45 megabajt - release 5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/home-etc/home-etc.spec?r1=1.27&r2=1.28 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
