SPECS: eventum.spec - no duplicate shebang for scm script
glen
glen at pld-linux.org
Sat Feb 17 19:47:41 CET 2007
Author: glen Date: Sat Feb 17 18:47:41 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- no duplicate shebang for scm script
---- Files affected:
SPECS:
eventum.spec (1.231 -> 1.232)
---- Diffs:
================================================================
Index: SPECS/eventum.spec
diff -u SPECS/eventum.spec:1.231 SPECS/eventum.spec:1.232
--- SPECS/eventum.spec:1.231 Thu Feb 15 00:33:28 2007
+++ SPECS/eventum.spec Sat Feb 17 19:47:35 2007
@@ -14,7 +14,7 @@
#define _snap 20060921
%define _svn 20070215.3259
#define _rc RC3
-%define _rel 0.185
+%define _rel 0.187
%include /usr/lib/rpm/macros.php
Summary: Eventum Issue / Bug tracking system
@@ -517,8 +517,6 @@
cp misc/localization/eventum.po misc/localization/en_US/LC_MESSAGES/eventum.po
sed -e '1s,#!.*/bin/php -q,#!%{_bindir}/php,' misc/cli/eventum > %{name}-cli
-sed -e '1i#!%{_bindir}/php' misc/scm/process_cvs_commits.php > process_cvs_commits
-cat misc/scm/process_svn_commits.php > process_svn_commits
mv misc/cli/eventumrc_example eventumrc
sed -i -e '1i#!%{_bindir}/php' misc/*.php
chmod +x misc/*.php
@@ -562,8 +560,8 @@
install misc/irc/bot.php $RPM_BUILD_ROOT%{_sbindir}/%{name}-bot
# scm
-install process_cvs_commits $RPM_BUILD_ROOT%{_libdir}/process_cvs_commits
-install process_svn_commits $RPM_BUILD_ROOT%{_libdir}/process_svn_commits
+install misc/scm/process_cvs_commits.php $RPM_BUILD_ROOT%{_libdir}/process_cvs_commits
+install misc/scm/process_svn_commits.php $RPM_BUILD_ROOT%{_libdir}/process_svn_commits
ln -s process_cvs_commits $RPM_BUILD_ROOT%{_libdir}/scm
install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/scm.php
@@ -1026,6 +1024,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.232 2007/02/17 18:47:35 glen
+- no duplicate shebang for scm script
+
Revision 1.231 2007/02/14 23:33:28 glen
- renum sources/patches
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.231&r2=1.232&f=u
More information about the pld-cvs-commit
mailing list