SPECS (DEVEL): cowiki.spec - 2005-11-07 snap; fix preun
glen
glen at pld-linux.org
Mon Nov 7 19:35:48 CET 2005
Author: glen Date: Mon Nov 7 18:35:47 2005 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- 2005-11-07 snap; fix preun
---- Files affected:
SPECS:
cowiki.spec (1.8.2.2 -> 1.8.2.3)
---- Diffs:
================================================================
Index: SPECS/cowiki.spec
diff -u SPECS/cowiki.spec:1.8.2.2 SPECS/cowiki.spec:1.8.2.3
--- SPECS/cowiki.spec:1.8.2.2 Tue Jul 19 15:36:42 2005
+++ SPECS/cowiki.spec Mon Nov 7 19:35:42 2005
@@ -3,14 +3,14 @@
# - lighttpd integration possible <http://wiki.lighttpd.net/33.html>.
# snapshot: DATE
-%define _snap 2005-06-18
+%define _snap 2005-11-07
%if 0%{?_snap}
-%define _source http://snaps.cowiki.org/%{name}-%{version}-dev-%{_snap}.tar.gz
+%define _source http://snaps.cowiki.org/%{name}-%{version}-interim-%{_snap}.tar.gz
%else
%define _source http://www.cowiki.org/download/%{name}-%{version}.tar.gz
%endif
-%define _rel 7
+%define _rel 0.1
Summary: Web collaboration tool
Summary(pl): Narzędzie do współpracy i współtworzenia w sieci
@@ -21,11 +21,11 @@
License: GPL
Group: Applications/WWW
Source0: %{_source}
-# Source0-md5: 377fac41be7d27675b2ffa4d7f256044
+# Source0-md5: aea66d8526e1633b942ad2f6d3aa1110
Patch0: %{name}-FHS.patch
URL: http://cowiki.org/
#BuildRequires: rpmbuild(macros) >= 1.223
-Requires: php >= 5.0.2
+Requires: php >= 4:5.0.2
Requires: php-mysql
Requires: apache(mod_auth)
BuildArch: noarch
@@ -51,13 +51,13 @@
się na skomplikowanej składni strukturalnej.
%prep
-%setup -q %{?_snap:-n %{name}-%{version}-dev-%{_snap}}
+%setup -q %{?_snap:-n %{name}-%{version}-interim-%{_snap}}
%patch0 -p1
mv includes/cowiki/core.conf-dist .
-rm -f {htdocs,includes/cowiki}/.cvsignore
+rm {htdocs,includes/cowiki}/.cvsignore
mv htdocs/.htaccess .
-rm -f htdocs/setup/LICENSE # GPL
+rm htdocs/setup/LICENSE # GPL
%install
rm -rf $RPM_BUILD_ROOT
@@ -109,7 +109,7 @@
if [ "$1" = "0" ]; then
# nuke cache
# FIXME could suffer too many arguments error
- rm -f /var/lib/%{name}/*
+ rm -f /var/cache/%{name}/*
fi
%triggerin -- apache1 >= 1.3.33-2
@@ -146,6 +146,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8.2.3 2005/11/07 18:35:42 glen
+- 2005-11-07 snap; fix preun
+
Revision 1.8.2.2 2005/07/19 13:36:42 glen
- rel .7
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cowiki.spec?r1=1.8.2.2&r2=1.8.2.3&f=u
More information about the pld-cvs-commit
mailing list