]> git.pld-linux.org Git - packages/amavisd-new.git/commitdiff
- updated patch
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 7 Jan 2003 17:07:01 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed %%install

Changed files:
    amavisd-new.spec -> 1.21

amavisd-new.spec

index 67f6e61b342e98b12e35a7cc81e0593e315c2cd8..a58f5e5ed5b032c2280421f79f5d3698d4550945 100644 (file)
@@ -8,7 +8,7 @@ License:        GPL
 Group:         Applications/Mail
 Source0:       http://www.ijs.si/software/amavisd/%{name}-%{version}-p1.tar.gz
 Source1:       %{name}.init
-Patch0:                %{name}-paths.patch
+Patch0:                %{name}-config.patch
 URL:           http://www.amavis.org/
 BuildRequires: arc
 BuildRequires: autoconf
@@ -96,7 +96,7 @@ Pakiet ten zawiera back-end dla sendmaila.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_var}/spool/amavis/{runtime,virusmails},%{_var}/run/amavisd,%{_sysconfdir}}
+install -d $RPM_BUILD_ROOT{%{_var}/spool/amavis/{runtime,virusmails},%{_var}/run/amavisd,%{_sysconfdir},%{_sbindir}}
 
 install amavisd{,conf} $RPM_BUILD_ROOT%{_sbindir}/
 install amavisd.conf $RPM_BUILD_ROOT%{_sysconfdir}/
@@ -139,7 +139,7 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc AAAREADME.first INSTALL RELEASE_NOTES README_FILES/* test-messages
-%attr(755,root,root) %{_sbindir}/amavisd
+%attr(755,root,root) %{_sbindir}/amavisd*
 %attr(754,root,root) /etc/rc.d/init.d/*
 %config(noreplace) %{_sysconfdir}/amavisd.conf
 %attr(750,amavis,root) %{_var}/spool/amavis
This page took 0.101217 seconds and 4 git commands to generate.