Author: glen Date: Wed Jan 14 18:19:26 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - split -libs to follow AC-branch changes by djurban
---- Files affected: SPECS: libcap.spec (1.65 -> 1.66) ---- Diffs: ================================================================ Index: SPECS/libcap.spec diff -u SPECS/libcap.spec:1.65 SPECS/libcap.spec:1.66 --- SPECS/libcap.spec:1.65 Sun Dec 7 14:39:20 2008 +++ SPECS/libcap.spec Wed Jan 14 19:19:21 2009 @@ -4,7 +4,7 @@ Summary(pt_BR.UTF-8): Biblioteca para leitura e configuração de capabilities. Name: libcap Version: 2.16 -Release: 1 +Release: 2 Epoch: 1 License: GPL or BSD Group: Applications/System @@ -14,6 +14,7 @@ URL: http://sites.google.com/site/fullycapable/ BuildRequires: attr-devel BuildRequires: pam-devel +Requires: %{name}-libs = %{epoch}:%{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _sbindir /sbin @@ -29,12 +30,24 @@ %description -l pt_BR.UTF-8 Biblioteca para leitura e configuração de capabilities. +%package libs +Summary: Libraries for libcap +Summary(pl.UTF-8): Biblioteki dla libcap +Group: Libraries +Conflicts: %{name} < 1:2.16-2 + +%description libs +Libraries for libcap. + +%description libs -l pl.UTF-8 +Biblioteki dla libcap. + %package devel Summary: Header files and development documentation for libcap Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja do libcap Summary(pt_BR.UTF-8): Arquivos de desenvolvimento para capabilities Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name}-libs = %{epoch}:%{version}-%{release} %description devel Header files and development documentation for libcap. @@ -61,6 +74,7 @@ Summary: Capability module for PAM Summary(pl.UTF-8): Moduł PAM capability Group: Libraries +# -libs? Requires: %{name} = %{epoch}:%{version}-%{release} Requires: pam @@ -117,11 +131,14 @@ %attr(755,root,root) %{_sbindir}/getcap %attr(755,root,root) %{_sbindir}/getpcaps %attr(755,root,root) %{_sbindir}/setcap -%attr(755,root,root) /%{_lib}/libcap.so.*.* -%attr(755,root,root) %ghost /%{_lib}/libcap.so.2 %{_mandir}/man8/getcap.8* %{_mandir}/man8/setcap.8* +%files libs +%defattr(644,root,root,755) +%attr(755,root,root) /%{_lib}/libcap.so.*.* +%attr(755,root,root) %ghost /%{_lib}/libcap.so.2 + %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libcap.so @@ -147,6 +164,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.66 2009/01/14 18:19:21 glen +- split -libs to follow AC-branch changes by djurban + Revision 1.65 2008/12/07 13:39:20 arekm - up to 2.16 @@ -290,13 +310,13 @@ - adding es/fr/pt_BR/ru/uk (and eventually de) Group translations Revision 1.22 2002/01/18 02:13:37 kloczek -perl -pi -e "s/[email protected]/[email protected]/" +- perl -pi -e "s/[email protected]/[email protected]/" Revision 1.21 2001/05/02 16:29:07 qboosh -- adapterized and made spec %%debug ready or added using %%rpm*flags macros +- adapterized and made spec %debug ready or added using %rpm*flags macros Revision 1.20 2000/06/09 07:23:20 kloczek -- added using %%{__make} macro. +- added using %{__make} macro. Revision 1.19 2000/06/07 02:46:39 kloczek - spec adapterized. @@ -325,41 +345,3 @@ Revision 1.12 1999/07/12 23:06:05 kloczek - added using CVS keywords in %changelog (for automating them). - -* Sat May 29 1999 Tomasz Kłoczko <[email protected]> - [1.03-1] -- now package is FHS 2.0 compliant, -- recompiled on new rpm. -- more rpm macros. - -* Sat Apr 24 1999 Tomasz Kłoczko <[email protected]> - [1.02-1] -- removed "Conflicts: glibc <= 2.0.7" (not neccessary now), -- recompiles on new rpm. - -* Mon Mar 15 1999 Tomasz Kłoczko <[email protected]> - [1.0-1] -- strip shared libraries with --strip-unneeded. - -* Sun Mar 14 1999 Wojtek Ślusarczyk <[email protected]> -- updated to 1.0, -- fixed duplicate libs in devel subpackage, -- added Group(pl) in main package, -- compressed documentation. - -* Thu Mar 11 1999 Tomasz Kłoczko <[email protected]> - [0.122-2] -- added URL, -- added devel subpackage, -- added stripping shared libraries, -- added "Conflicts: glibc <= 2.0.7" for installing libcap in proper - environment, -- removed man group from man pages. - -* Tue Sep 22 1998 Wojtek Ślusarczyk <[email protected]> - [0.122-1d] -- updated to 0.122, -- added %changelog, -- translation modified for pl - (prepared by Krzysztof Baranowski <[email protected]>), -- build against GNU libc-2.1. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libcap.spec?r1=1.65&r2=1.66&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
