SPECS: rscds.spec - php virtual extension deps, cleanups
glen
glen at pld-linux.org
Sun Nov 26 17:06:34 CET 2006
Author: glen Date: Sun Nov 26 16:06:34 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- php virtual extension deps, cleanups
---- Files affected:
SPECS:
rscds.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/rscds.spec
diff -u SPECS/rscds.spec:1.2 SPECS/rscds.spec:1.3
--- SPECS/rscds.spec:1.2 Wed Nov 15 22:36:51 2006
+++ SPECS/rscds.spec Sun Nov 26 17:06:29 2006
@@ -3,23 +3,17 @@
Summary(pl): Really Simple CalDAV Store - proste składowisko CalDAV
Name: rscds
Version: 0.2.2
-Release: 1
+Release: 2
License: GPL
Group: Applications/WWW
-Source0: http://dl.sourceforge.net/rscds/rscds_%{version}.tar.gz
+Source0: http://dl.sourceforge.net/rscds/%{name}_%{version}.tar.gz
# Source0-md5: 3a5efdd04db69d90d78cb7fde70b2a45
Source1: %{name}-apache.conf
Source2: %{name}-lighttpd.conf
URL: http://rscds.sourceforge.net/
BuildRequires: rpmbuild(macros) >= 1.268
+Requires: php(awl)
Requires: webapps
-Requires: php-awl
-# see SOURCES/webapps.README for description and complete listing
-#Requires: webserver(access)
-#Requires: webserver(alias)
-#Requires: webserver(auth)
-#Requires: webserver(cgi)
-#Requires: webserver(indexfile)
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -36,17 +30,14 @@
%prep
%setup -q -n %{name}
-install %{SOURCE1} apache.conf
-install %{SOURCE2} lighttpd.conf
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}}
-#install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
-install apache.conf $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
-install apache.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
-install lighttpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
+install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
cp -a config dba htdocs inc $RPM_BUILD_ROOT%{_appdir}
mv $RPM_BUILD_ROOT%{_appdir}/config/config.php $RPM_BUILD_ROOT%{_sysconfdir}/config.php
ln -sf %{_sysconfdir}/config.php $RPM_BUILD_ROOT%{_appdir}/config/config.php
@@ -88,6 +79,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/11/26 16:06:29 glen
+- php virtual extension deps, cleanups
+
Revision 1.2 2006/11/15 21:36:51 qboosh
- pl, cleanup
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/rscds.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list