- fix building on sh (CHIKAMA Masaki) (#447658)
This commit is contained in:
parent
2b85f38781
commit
c25af33bdd
@ -1,7 +1,7 @@
|
|||||||
Summary: The procmail mail processing program
|
Summary: The procmail mail processing program
|
||||||
Name: procmail
|
Name: procmail
|
||||||
Version: 3.22
|
Version: 3.22
|
||||||
Release: 21%{?dist}
|
Release: 22%{?dist}
|
||||||
License: GPLv2+ or Artistic
|
License: GPLv2+ or Artistic
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
|
Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
|
||||||
@ -33,6 +33,7 @@ forward certain incoming mail automatically to someone.
|
|||||||
find examples -type f | xargs chmod 644
|
find examples -type f | xargs chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
make RPM_OPT_FLAGS="$(getconf LFS_CFLAGS)" autoconf.h
|
||||||
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)"
|
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -63,6 +64,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man[15]/*
|
%{_mandir}/man[15]/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 04 2008 Miroslav Lichvar <mlichvar@redhat.com> 3.22-22
|
||||||
|
- fix building on sh (CHIKAMA Masaki) (#447658)
|
||||||
|
|
||||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.22-21
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.22-21
|
||||||
- Autorebuild for GCC 4.3
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user