]> git.pld-linux.org Git - packages/davedap.git/commitdiff
- what about handling config like that?
authorTomek Orzechowski <orzech@pld-linux.org>
Wed, 18 Jun 2003 21:10:25 +0000 (21:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    davedap.spec -> 1.2

davedap.spec

index 2673e64e162edc5eb0be3bcfdfd741ceb8cd55e7..3c16083d8d7bf6b36d2b76480e06491ba69a50c3 100644 (file)
@@ -30,10 +30,12 @@ between two LDAP servers and recursively delete or copy entire trees.
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/etc/httpd,%{davedapdir}/{images,include}}
 
-install *.php *.css *.txt *.example $RPM_BUILD_ROOT%{davedapdir}/
+install *.php *.css *.txt $RPM_BUILD_ROOT%{davedapdir}/
 install images/* $RPM_BUILD_ROOT%{davedapdir}/images/
 
 install %SOURCE1 $RPM_BUILD_ROOT/etc/httpd/
+install config.php.example $RPM_BUILD_ROOT/etc/davedap.conf
+ln -s /etc/davedap.conf $RPM_BUILD_ROOT%{davedapdir}/config.php
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -66,5 +68,5 @@ fi
 %{davedapdir}/*.php
 %{davedapdir}/*.css
 %{davedapdir}/*.txt
-%{davedapdir}/*.example
 %config(noreplace) %verify(not mtime size md5) /etc/httpd/%{name}.conf
+%config(noreplace) %verify(not mtime size md5) /etc/%{name}.conf
This page took 0.093758 seconds and 4 git commands to generate.