SPECS: squid.spec - move scripts and contrib to -scripts subpackag...

glen glen at pld-linux.org
Mon Oct 31 16:59:44 CET 2005


Author: glen                         Date: Mon Oct 31 15:59:44 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- move scripts and contrib to -scripts subpackage to lift perl dep on main package

---- Files affected:
SPECS:
   squid.spec (1.228 -> 1.229) 

---- Diffs:

================================================================
Index: SPECS/squid.spec
diff -u SPECS/squid.spec:1.228 SPECS/squid.spec:1.229
--- SPECS/squid.spec:1.228	Mon Oct 31 16:52:07 2005
+++ SPECS/squid.spec	Mon Oct 31 16:59:39 2005
@@ -14,7 +14,7 @@
 Summary(zh_CN):	SQUID ¸ßËŮťşłĺ´úŔíˇţÎńĆ÷
 Name:		squid
 Version:	2.5.STABLE12
-Release:	2.2
+Release:	2.4
 Epoch:		7
 License:	GPL v2
 Group:		Networking/Daemons
@@ -424,6 +424,14 @@
 przynależności do grup w domenie NT oparty na Samba Winbindd z pakietu
 Samba 2.2.4 lub wyższego.
 
+%package scripts
+Summary:	perl scripts for Squid
+Group:		Networking/Admin
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+
+%description scripts
+This package contains perl scripts and contributed programs for Squid.
+
 %prep
 %setup -q -a1 -a4
 # Bug fixes from Squid home page:
@@ -637,8 +645,6 @@
 %lang(tr) %{_datadir}/squid/errors/Turkish
 
 %attr(755,root,root) %dir %{_libexecdir}
-%attr(755,root,root) %{_libexecdir}/*.pl
-%attr(755,root,root) %{_libexecdir}/contrib
 
 %attr(770,root,squid) %dir /var/log/archiv/squid
 %attr(770,root,squid) %dir /var/log/squid
@@ -739,12 +745,20 @@
 %doc helpers/external_acl/winbind_group/readme.txt
 %attr(755,root,root) %{_libexecdir}/wb_group
 
+%files scripts
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libexecdir}/*.pl
+%attr(755,root,root) %{_libexecdir}/contrib
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.229  2005/10/31 15:59:39  glen
+- move scripts and contrib to -scripts subpackage to lift perl dep on main package
+
 Revision 1.228  2005/10/31 15:52:07  glen
 - enable auth in acceleration mode
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/squid.spec?r1=1.228&r2=1.229&f=u




More information about the pld-cvs-commit mailing list