
felicity at apache
Jan 8, 2004, 4:39 PM
Post #1 of 1
(240 views)
Permalink
|
|
svn commit: rev 6121 - incubator/spamassassin/branches/b2_6_0
|
|
Author: felicity Date: Thu Jan 8 15:39:35 2004 New Revision: 6121 Modified: incubator/spamassassin/branches/b2_6_0/spamassassin.spec Log: bug 2864: update spec file to 2.62. also, on some platforms, "make install" will install some files that we then don't package up (perllocal.pod for instance). depending on the version of RPM, this may be a failure, so we're adding in 2 options to tell RPM to just warn and not fail. Modified: incubator/spamassassin/branches/b2_6_0/spamassassin.spec ============================================================================== --- incubator/spamassassin/branches/b2_6_0/spamassassin.spec (original) +++ incubator/spamassassin/branches/b2_6_0/spamassassin.spec Thu Jan 8 15:39:35 2004 @@ -5,6 +5,9 @@ #%include /usr/lib/rpm/macros.perl +%define _unpackaged_files_terminate_build 0 +%define _missing_doc_files_terminate_build 0 + %define perl_sitelib %(eval "`%{__perl} -V:installsitelib`"; echo "$installsitelib") %define pdir Mail @@ -15,8 +18,8 @@ Summary(pl): Filtr antyspamowy, przeznaczony dla programów dostarczających pocztę (MDA) Group: Applications/Mail -%define version 2.61 -%define real_version 2.61 +%define version 2.62 +%define real_version 2.62 # Release number can be specified with rpmbuild --define 'release SOMETHING' ... # If no such --define is used, the release number is 1.
|