Author: paszczus Date: Thu Feb 17 12:40:35 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.5 - cleanups - workaround for SOURCE0
---- Files affected: SPECS: smbwebclient.spec (1.28 -> 1.29) ---- Diffs: ================================================================ Index: SPECS/smbwebclient.spec diff -u SPECS/smbwebclient.spec:1.28 SPECS/smbwebclient.spec:1.29 --- SPECS/smbwebclient.spec:1.28 Wed Feb 9 13:45:21 2005 +++ SPECS/smbwebclient.spec Thu Feb 17 13:40:29 2005 @@ -2,12 +2,12 @@ Summary: SmbWebClient - script to use Windows Networks from a web browser Summary(pl): SmbWebClient - skrypt do używania sieci Windows z przeglądarki Name: smbwebclient -Version: 2.3 +Version: 2.5 Release: 1 License: GPL Group: Applications/System -Source0: http://dl.sourceforge.net/smbwebclient/%{name}-%{version}.tgz -# Source0-md5: 0f0c0f74b62de607769c6e9e91567de9 +Source0: http://dl.sourceforge.net/smbwebclient/%{name}-%{version}.php.gz +# Source0-md5: 71f37edc19fd644f6455ba64fa296257 Source1: %{name}.conf URL: http://smbwebclient.sourceforge.net/ Requires: php @@ -26,13 +26,14 @@ celu korzystania z sieci Windows z poziomu przeglądarki internetowej. %prep -%setup -q -c +cp %{SOURCE0} . +gunzip smbwebclient-%{version}.php.gz %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_phpdir},%{_sysconfdir}/httpd} -install smbwebclient.php $RPM_BUILD_ROOT%{_phpdir} +install smbwebclient-%{version}.php $RPM_BUILD_ROOT%{_phpdir}/smbwebclient.php install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/%{name}.conf @@ -68,8 +69,8 @@ %defattr(644,root,root,755) %{_phpdir}/smbwebclient.php %dir %{_sysconfdir} -%attr(640,root,http) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/* -%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd/%{name}.conf +%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd/%{name}.conf %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -77,6 +78,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2005/02/17 12:40:29 paszczus +- updated to 2.5 +- cleanups +- workaround for SOURCE0 + Revision 1.28 2005/02/09 12:45:21 paszczus -updated to 2.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/smbwebclient.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
