]> git.pld-linux.org Git - packages/phpdc.git/commitdiff
- added config patch
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 24 Mar 2003 10:55:00 +0000 (10:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpdc.spec -> 1.3

phpdc.spec

index fe33c70217d97e5509cade8a190be4806bd3dafe..6416c9f85b1606901732f2fc84a7716a410e2334 100644 (file)
@@ -7,6 +7,7 @@ Release:        0.%{_rc}.1
 License:       GPL v2
 Group:         Applications/Databases/Interfaces
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}%{_rc}.tar.gz
+Patch0:                %{name}-config.patch
 URL:           http://phpdc.sourceforge.net/
 Requires:      dctc
 Requires:      php >= 4.3.0
@@ -24,6 +25,7 @@ Client (dctc).
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -50,4 +52,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_phpdir}/layout/*
 %{_phpdir}/private/*.php
 %{_phpdir}/styles/*
-%config(noreplace) %verify(not md5 size mtime) %{_phpdir}/private/phpdc.ini
+%attr(664,root,http) %config(noreplace) %verify(not md5 size mtime) %{_phpdir}/private/phpdc.ini
This page took 0.028223 seconds and 4 git commands to generate.