]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- just copy CREDITS where horde wants it, instead of making a symlink
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 9 Oct 2008 22:01:32 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (possibly pointing to nothingnes if package is installed with --excludedocs)

Changed files:
    horde.spec -> 1.16

horde.spec

index 5a728b1e6100415bfad60abb4b5b500be9dbaed4..f221f83350c954ec376c39bfc5c977b47e20be6d 100644 (file)
@@ -37,8 +37,6 @@ Requires:     webapps
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# horde accesses it directly in help->about
-%define                _noautocompressdoc  CREDITS
 %define                _noautoreq      'pear(Horde.*)'
 
 %define                hordedir        /usr/share/horde
@@ -82,9 +80,9 @@ cp -a config/* $RPM_BUILD_ROOT%{_sysconfdir}
 echo '<?php ?>' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.php
 touch $RPM_BUILD_ROOT%{_sysconfdir}/conf.php.bak
 cp -a lib locale templates themes $RPM_BUILD_ROOT%{_appdir}
+cp -a docs/CREDITS $RPM_BUILD_ROOT%{_appdir}/docs
 
 ln -s %{_sysconfdir} $RPM_BUILD_ROOT%{_appdir}/config
-ln -s %{_docdir}/%{name}-%{version}/CREDITS $RPM_BUILD_ROOT%{_appdir}/docs
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
 
This page took 0.034643 seconds and 4 git commands to generate.