SPECS: wordpress.spec - fixed install invocation, whitespace cosme...
gotar
gotar at pld-linux.org
Fri Feb 8 00:32:29 CET 2008
Author: gotar Date: Thu Feb 7 23:32:29 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed install invocation, whitespace cosmetics
---- Files affected:
SPECS:
wordpress.spec (1.39 -> 1.40)
---- Diffs:
================================================================
Index: SPECS/wordpress.spec
diff -u SPECS/wordpress.spec:1.39 SPECS/wordpress.spec:1.40
--- SPECS/wordpress.spec:1.39 Sun Oct 28 16:58:32 2007
+++ SPECS/wordpress.spec Fri Feb 8 00:32:24 2008
@@ -15,7 +15,7 @@
Source2: wp-setup.sh
Source3: wp-setup.txt
Source4: %{name}.conf
-Source5: %{name}-lighttpd.conf
+Source5: %{name}-lighttpd.conf
URL: http://wordpress.org/
Requires: php(gettext)
Requires: php(mysql)
@@ -75,7 +75,7 @@
%post
if [ ! -f %{_appdir}/wp-config.php ]; then
- install -uroot -ghttp -m640 %{_appdir}/wp-config-sample.php > %{_appdir}/wp-config.php
+ install -oroot -ghttp -m640 %{_appdir}/wp-config-sample.php %{_appdir}/wp-config.php
%banner -e %{name} <<-EOF
To finish your configuration DO NOT FORGET to:
@@ -134,13 +134,16 @@
%{_appdir}/wp-setup.sh
%attr(755,root,root) %{_bindir}/wp-secure
%attr(755,root,root) %{_bindir}/wp-setup
-
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.40 2008-02-07 23:32:24 gotar
+- fixed install invocation, whitespace cosmetics
+
Revision 1.39 2007-10-28 15:58:32 rotom
- up to 2.3.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wordpress.spec?r1=1.39&r2=1.40&f=u
More information about the pld-cvs-commit
mailing list