]> git.pld-linux.org Git - packages/davedap.git/commitdiff
- finished update
authorTomek Orzechowski <orzech@pld-linux.org>
Wed, 25 Jun 2003 18:31:10 +0000 (18:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    davedap.spec -> 1.4

davedap.spec

index 39923c90d92cb8423ec56dbca854fe8a6ad79f0d..727196b14be308c36a74c70fbf0b83eb4d9ada53 100644 (file)
@@ -28,10 +28,11 @@ between two LDAP servers and recursively delete or copy entire trees.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/etc/httpd,%{davedapdir}/{images,include}}
+install -d $RPM_BUILD_ROOT{/etc/httpd,%{davedapdir}/{images,templates/creation}}
 
 install *.php *.css *.txt $RPM_BUILD_ROOT%{davedapdir}/
 install images/* $RPM_BUILD_ROOT%{davedapdir}/images/
+install templates/creation/*.php $RPM_BUILD_ROOT%{davedapdir}/templates/creation/
 
 install %SOURCE1 $RPM_BUILD_ROOT/etc/httpd/
 install config.php.example $RPM_BUILD_ROOT/etc/davedap.conf
@@ -62,9 +63,10 @@ fi
 %files
 %defattr(644,root,root,755)
 # there's no README, INSTALL may contain usefull info
-%doc INSTALL TODO
+%doc FEATURES INSTALL TODO
 %dir %{davedapdir}
 %{davedapdir}/images
+%{davedapdir}/templates
 %{davedapdir}/*.php
 %{davedapdir}/*.css
 %{davedapdir}/*.txt
This page took 0.078805 seconds and 4 git commands to generate.