SPECS: eventum.spec - remove also .orig files produced by patching...
glen
glen at pld-linux.org
Tue Jun 14 19:19:31 CEST 2005
Author: glen Date: Tue Jun 14 17:19:31 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- remove also .orig files produced by patching on builders
- rel 3
---- Files affected:
SPECS:
eventum.spec (1.106 -> 1.107)
---- Diffs:
================================================================
Index: SPECS/eventum.spec
diff -u SPECS/eventum.spec:1.106 SPECS/eventum.spec:1.107
--- SPECS/eventum.spec:1.106 Tue Jun 14 17:22:26 2005
+++ SPECS/eventum.spec Tue Jun 14 19:19:26 2005
@@ -9,7 +9,6 @@
# - overLIB 3.5.1 (http://www.bosrup.com/web/overlib/)
# - A few other small javascript libraries
# - 64bit platforms beware? http://bugs.php.net/bug.php?id=30215 (it's actually Smarty related problem)
-# - php4-pgsql crashes php (at least 4.3.11-1)
%bcond_with pear # build with system PEAR packages (or use bundled ones)
%bcond_with qmail # build the router-qmail subpackage
@@ -26,7 +25,7 @@
%define _source http://mysql.dataphone.se/Downloads/%{name}/%{name}-%{version}.tar.gz
%endif
-%define _rel 2
+%define _rel 3
Summary: Eventum Issue / Bug tracking system
Summary(pl): Eventum - system śledzenia spraw/błędów
@@ -465,7 +464,7 @@
grep -rl 'APP_INC_PATH..*"private_key.php"' . | xargs sed -i -e '
s,include_once(APP_INC_PATH.*"private_key.php"),include_once("%{_sysconfdir}/private_key.php"),
'
-find -name '*~' | xargs -r rm -v
+find '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v
%install
rm -rf $RPM_BUILD_ROOT
@@ -850,6 +849,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.107 2005/06/14 17:19:26 glen
+- remove also .orig files produced by patching on builders
+- rel 3
+
Revision 1.106 2005/06/14 15:22:26 glen
- works. rel 2; STBR
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.106&r2=1.107&f=u
More information about the pld-cvs-commit
mailing list