SPECS: horde-jeta.spec - 1.0-FINAL
glen
glen at pld-linux.org
Mon Jan 29 08:27:48 CET 2007
Author: glen Date: Mon Jan 29 07:27:48 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 1.0-FINAL
---- Files affected:
SPECS:
horde-jeta.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/horde-jeta.spec
diff -u SPECS/horde-jeta.spec:1.6 SPECS/horde-jeta.spec:1.7
--- SPECS/horde-jeta.spec:1.6 Fri Sep 29 23:25:58 2006
+++ SPECS/horde-jeta.spec Mon Jan 29 08:27:43 2007
@@ -3,7 +3,7 @@
# - lighttpd support
%define _hordeapp jeta
#define _snap 2006-08-06
-%define _rc rc1
+#define _rc rc1
%define _rel 1
%include /usr/lib/rpm/macros.php
@@ -14,9 +14,9 @@
Release: %{?_rc:0.%{_rc}.}%{?_snap:0.%(echo %{_snap} | tr -d -).}%{_rel}
License: GPL v2 (CHECK IT FIRST, could be ASL)
Group: Applications/WWW
-#Source0: ftp://ftp.horde.org/pub/jeta/%{_hordeapp}-h3-%{version}.tar.gz
-Source0: ftp://ftp.horde.org/pub/jeta/%{_hordeapp}-h3-%{version}-%{_rc}.tar.gz
-# Source0-md5: c43821fa66713a6414724b4728b8178b
+Source0: ftp://ftp.horde.org/pub/jeta/%{_hordeapp}-h3-%{version}.tar.gz
+# Source0-md5: 674449d79e603db2fa88c6de8882ccd4
+#Source0: ftp://ftp.horde.org/pub/jeta/%{_hordeapp}-h3-%{version}-%{_rc}.tar.gz
#Source0: ftp://ftp.horde.org/pub/snaps/%{_snap}/%{_hordeapp}-HEAD-%{_snap}.tar.gz
Source1: %{_hordeapp}.conf
URL: http://www.horde.org/jeta/
@@ -54,6 +54,9 @@
tar zxf %{SOURCE0} --strip-components=1
rm config/.htaccess lib/.htaccess
+for i in config/*.dist; do
+ mv $i config/$(basename $i .dist)
+done
# considered harmful (horde/docs/SECURITY)
rm test.php
@@ -100,6 +103,7 @@
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
%attr(660,root,http) %config(noreplace) %{_sysconfdir}/conf.php
%attr(660,root,http) %config(noreplace) %ghost %{_sysconfdir}/conf.php.bak
+%attr(640,root,http) %config(noreplace) %{_sysconfdir}/[!c]*.php
%attr(640,root,http) %{_sysconfdir}/conf.xml
%dir %{_appdir}
@@ -119,6 +123,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2007/01/29 07:27:43 glen
+- 1.0-FINAL
+
Revision 1.6 2006/09/29 21:25:58 glen
- update webapp triggers due apache1 package split
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/horde-jeta.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list