SPECS: smbwebclient.spec - add config support
glen
glen at pld-linux.org
Wed Dec 28 08:28:46 CET 2005
Author: glen Date: Wed Dec 28 07:28:46 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add config support
---- Files affected:
SPECS:
smbwebclient.spec (1.36 -> 1.37)
---- Diffs:
================================================================
Index: SPECS/smbwebclient.spec
diff -u SPECS/smbwebclient.spec:1.36 SPECS/smbwebclient.spec:1.37
--- SPECS/smbwebclient.spec:1.36 Wed Dec 28 08:02:29 2005
+++ SPECS/smbwebclient.spec Wed Dec 28 08:28:41 2005
@@ -3,12 +3,14 @@
Summary(pl): SmbWebClient - skrypt do używania sieci Windows z przeglądarki
Name: smbwebclient
Version: 2.9
-Release: 1.5
+Release: 1.6
License: GPL
Group: Applications/WWW
Source0: http://dl.sourceforge.net/smbwebclient/%{name}-%{version}.php.gz
# Source0-md5: 9c4a18d2bc477989a85d55f8ba55bc50
Source1: %{name}.conf
+Source2: %{name}-config.php
+Source3: %{name}-wrapper.php
URL: http://smbwebclient.sourceforge.net/
BuildRequires: rpmbuild(macros) >= 1.226
Requires: php
@@ -39,6 +41,8 @@
install %{name}.php $RPM_BUILD_ROOT%{_appdir}/smbwebclient.php
install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
+install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/config.php
+install %{SOURCE3} $RPM_BUILD_ROOT%{_appdir}/index.php
%clean
rm -rf $RPM_BUILD_ROOT
@@ -89,6 +93,7 @@
%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
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.php
%{_appdir}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -97,6 +102,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.37 2005/12/28 07:28:41 glen
+- add config support
+
Revision 1.36 2005/12/28 07:02:29 glen
- convert to webapps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/smbwebclient.spec?r1=1.36&r2=1.37&f=u
More information about the pld-cvs-commit
mailing list