rpms/procmail/devel procmail.spec,1.24,1.25

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Mon Aug 4 12:40:03 UTC 2008


Author: mlichvar

Update of /cvs/pkgs/rpms/procmail/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5475

Modified Files:
	procmail.spec 
Log Message:
- fix building on sh (CHIKAMA Masaki) (#447658)



Index: procmail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/procmail/devel/procmail.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- procmail.spec	19 Feb 2008 14:10:48 -0000	1.24
+++ procmail.spec	4 Aug 2008 12:39:33 -0000	1.25
@@ -1,7 +1,7 @@
 Summary: The procmail mail processing program
 Name: procmail
 Version: 3.22
-Release: 21%{?dist}
+Release: 22%{?dist}
 License: GPLv2+ or Artistic
 Group: Applications/Internet
 Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
@@ -33,6 +33,7 @@
 find examples -type f | xargs chmod 644
 
 %build
+make RPM_OPT_FLAGS="$(getconf LFS_CFLAGS)" autoconf.h
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)"
 
 %install
@@ -63,6 +64,9 @@
 %{_mandir}/man[15]/*
 
 %changelog
+* Mon Aug 04 2008 Miroslav Lichvar <mlichvar at redhat.com> 3.22-22
+- fix building on sh (CHIKAMA Masaki) (#447658)
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.22-21
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list