SPECS (DEVEL): dokuwiki.spec - 2007-08-17 snap
glen
glen at pld-linux.org
Fri Aug 17 22:48:28 CEST 2007
Author: glen Date: Fri Aug 17 20:48:28 2007 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- 2007-08-17 snap
---- Files affected:
SPECS:
dokuwiki.spec (1.3 -> 1.3.2.1)
---- Diffs:
================================================================
Index: SPECS/dokuwiki.spec
diff -u SPECS/dokuwiki.spec:1.3 SPECS/dokuwiki.spec:1.3.2.1
--- SPECS/dokuwiki.spec:1.3 Fri Aug 3 20:02:54 2007
+++ SPECS/dokuwiki.spec Fri Aug 17 22:48:23 2007
@@ -1,13 +1,16 @@
# $Revision$, $Date$
+%define _snap 2007-08-17
+%define _ver %(echo %{_snap} | tr -d -)
Summary: PHP-based Wiki webapplication
Summary(pl.UTF-8): Aplikacja WWW Wiki oparta na PHP
Name: dokuwiki
-Version: 20070626b
+Version: %{_ver}
Release: 0.1
License: GPL v2
Group: Applications/WWW
-Source0: http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-2007-06-26b.tgz
-# Source0-md5: 84e9b5e8e617658bb0264aa3836f23b3
+#Source0: http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-2007-06-26b.tgz
+Source0: http://dev.splitbrain.org/download/snapshots/%{name}-%{_snap}.tgz
+# Source0-md5: 660771d046665b2a8a03b9b334bd8f91
URL: http://wiki.splitbrain.org/wiki:dokuwiki
BuildRequires: rpmbuild(macros) >= 1.268
Requires: webapps
@@ -38,13 +41,12 @@
nie jest wymagana baza danych.
%prep
-%setup -q -n %{name}-2007-06-26b
+%setup -q -n %{name}
cat > apache.conf <<EOF
Alias /%{_webapp} %{_appdir}
<Directory %{_appdir}/>
-Deny from all
-Allow from 127.0.0.1
+ Allow from all
</Directory>
EOF
@@ -54,7 +56,6 @@
cp -a *.php $RPM_BUILD_ROOT%{_appdir}
cp -a bin conf data inc lib $RPM_BUILD_ROOT%{_appdir}
-#cp -a conf/* $RPM_BUILD_ROOT%{_sysconfdir}
install apache.conf $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
install apache.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
@@ -75,7 +76,7 @@
%files
%defattr(644,root,root,755)
-%doc COPYING README VERSION
+%doc README
%dir %attr(750,root,http) %{_sysconfdir}
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
@@ -88,6 +89,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3.2.1 2007/08/17 20:48:23 glen
+- 2007-08-17 snap
+
Revision 1.3 2007/08/03 18:02:54 qboosh
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki.spec?r1=1.3&r2=1.3.2.1&f=u
More information about the pld-cvs-commit
mailing list