own directory /var/lib/spamassassin Resolves: #217791
This commit is contained in:
parent
1f524d2fa0
commit
052f4f3334
@ -6,7 +6,7 @@
|
||||
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
||||
Name: spamassassin
|
||||
Version: 3.1.7
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: Apache License
|
||||
Group: Applications/Internet
|
||||
URL: http://spamassassin.apache.org/
|
||||
@ -112,6 +112,7 @@ 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
|
||||
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/spamassassin
|
||||
|
||||
%files -f %{name}-%{version}-filelist
|
||||
%defattr(-,root,root)
|
||||
@ -122,6 +123,7 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/spamassassin
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/spamassassin
|
||||
%dir %{_datadir}/spamassassin
|
||||
%dir %{_localstatedir}/run/spamassassin
|
||||
%dir %{_localstatedir}/lib/spamassassin
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -160,6 +162,9 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Thu Dec 14 2006 Warren Togami <wtogami@redhat.com> - 3.1.7-2
|
||||
- own directory /var/lib/spamassassin
|
||||
|
||||
* Mon Nov 20 2006 Warren Togami <wtogami@redhat.com> - 3.1.7-1
|
||||
- 3.1.7 maintenance release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user