SPECS: eventum.spec - 20060220 snap - fixed /usr/bin/php autodeps

glen glen at pld-linux.org
Mon Feb 20 23:04:12 CET 2006


Author: glen                         Date: Mon Feb 20 22:04:12 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 20060220 snap
- fixed /usr/bin/php autodeps

---- Files affected:
SPECS:
   eventum.spec (1.153 -> 1.154) 

---- Diffs:

================================================================
Index: SPECS/eventum.spec
diff -u SPECS/eventum.spec:1.153 SPECS/eventum.spec:1.154
--- SPECS/eventum.spec:1.153	Mon Feb 20 10:52:03 2006
+++ SPECS/eventum.spec	Mon Feb 20 23:04:04 2006
@@ -13,13 +13,9 @@
 %bcond_with	qmail	# build the router-qmail subpackage
 #
 # snapshot: DATE
-%define	_snap 20060216
-
-# release candidate
-#define _rc		2
-
-%define	_rel	0.1
+%define	_snap 20060220
 
+%define	_rel	0.4
 
 %{?with_pear:%include	/usr/lib/rpm/macros.php}
 Summary:	Eventum Issue / Bug tracking system
@@ -31,7 +27,7 @@
 Group:		Applications/WWW
 #Source0:	http://mysql.dataphone.se/Downloads/%{name}/%{name}-%{version}.tar.gz
 Source0:	http://downloads.mysql.com/snapshots/%{name}/%{name}-nightly-%{_snap}.tar.gz
-# Source0-md5:	608b47b9996cc7b0c9858d8710b9a6db
+# Source0-md5:	f2bc584ac2d0fd67bec954f43abe920c
 Source1:	%{name}-apache.conf
 Source2:	%{name}-mail-queue.cron
 Source3:	%{name}-mail-download.cron
@@ -195,7 +191,6 @@
 Summary(pl):	Ściąganie poczty Eventum
 Group:		Applications/WWW
 Requires:	%{name} = %{version}-%{release}
-Requires:	/usr/bin/php
 Requires:	crondaemon
 
 %description mail-download
@@ -514,6 +509,8 @@
 sed -e '1i#!%{_bindir}/php' misc/irc/bot.php > %{name}-bot
 mv misc/cli/eventumrc_example eventumrc
 sed -i -e '1i#!%{_bindir}/php' misc/route_*.php
+sed -i -e '1i#!%{_bindir}/php' misc/download_emails.php
+chmod +x misc/{route_*,download_emails}.php
 
 sed -e '
 s,$private_key\s*=\s*".*";,$private_key = "DEFAULTPRIVATEKEYPLEASERUNSETUP!";,
@@ -919,7 +916,7 @@
 
 %files mail-download
 %defattr(644,root,root,755)
-%{_appdir}/download_emails.php
+%attr(755,root,root) %{_appdir}/download_emails.php
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-mail-download
 
 %files reminder
@@ -981,6 +978,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.154  2006/02/20 22:04:04  glen
+- 20060220 snap
+- fixed /usr/bin/php autodeps
+
 Revision 1.153  2006/02/20 09:52:03  qboosh
 - updated pl for router-postfix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.153&r2=1.154&f=u



More information about the pld-cvs-commit mailing list