include SPAM_PID dir (#177788) remove redundant sysconfig dir
This commit is contained in:
parent
2adf6c5f12
commit
c336bd29b8
@ -6,7 +6,7 @@
|
||||
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
||||
Name: spamassassin
|
||||
Version: 3.1.0
|
||||
Release: 4.fc5
|
||||
Release: 5.fc5
|
||||
License: Apache License
|
||||
Group: Applications/Internet
|
||||
URL: http://spamassassin.apache.org/
|
||||
@ -89,8 +89,6 @@ install -m 0644 %{SOURCE3} %buildroot/etc/mail/spamassassin
|
||||
install -m 0644 %{SOURCE4} %buildroot/etc/mail/spamassassin
|
||||
install -m 0755 %{SOURCE10} %buildroot/etc/mail/spamassassin
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
|
||||
|
||||
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
|
||||
|
||||
find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
|
||||
@ -107,6 +105,8 @@ fi
|
||||
find $RPM_BUILD_ROOT%{perl_vendorlib}/* -type d -print |
|
||||
sed "s@^$RPM_BUILD_ROOT@%dir @g" >> %{name}-%{version}-filelist
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/spamassassin
|
||||
|
||||
%files -f %{name}-%{version}-filelist
|
||||
%defattr(-,root,root)
|
||||
%doc BUGS LICENSE NOTICE CREDITS Changes README STATUS TRADEMARK UPGRADE
|
||||
@ -149,8 +149,8 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Sat Jan 14 2006 Warren Togami <wtogami@redhat.com> - 3.1.0-4
|
||||
- include SPAM_PID dir (#177788 Roy-Magne Mo)
|
||||
* Wed Jan 18 2006 Warren Togami <wtogami@redhat.com> - 3.1.0-5
|
||||
- include SPAM_PID dir (#177788)
|
||||
|
||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
Loading…
Reference in New Issue
Block a user