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