OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Feb-2005 14:33:55
Branch: HEAD Handle: 2005020613335400
Modified files:
openpkg-src/squid squid.spec
Log:
do not confuse building with *.orig files
Summary:
Revision Changes Path
1.75 +2 -2 openpkg-src/squid/squid.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/squid/squid.spec
============================================================================
$ cvs diff -u -r1.74 -r1.75 squid.spec
--- openpkg-src/squid/squid.spec 29 Jan 2005 22:22:11 -0000 1.74
+++ openpkg-src/squid/squid.spec 6 Feb 2005 13:33:54 -0000 1.75
@@ -39,7 +39,7 @@
Group: Web
License: GPL
Version: %{V_maj}.%{V_min}.%{V_rev}
-Release: 20050129
+Release: 20050206
# package options
%option with_fsl yes
@@ -117,6 +117,7 @@
-e 's;wbinfo;%{l_prefix}/bin/wbinfo;' \
helpers/external_acl/wbinfo_group/wbinfo_group.pl
%endif
+ find . -name "*.orig" -print | xargs rm -f
%build
# configure package
@@ -178,7 +179,6 @@
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/Run*
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/RunCache
rm -f $RPM_BUILD_ROOT%{l_prefix}/etc/squid/*.default
- rm -f $RPM_BUILD_ROOT%{l_prefix}/etc/squid/*.orig
%if "%{with_snmp}" != "yes"
rm -f $RPM_BUILD_ROOT%{l_prefix}/share/squid/mib.txt
%endif
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]