rpms/mairix/devel mairix.spec,1.1,1.2

Miroslav Lichvar mlichvar at fedoraproject.org
Fri Aug 29 10:22:02 UTC 2008


Author: mlichvar

Update of /cvs/pkgs/rpms/mairix/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25473

Modified Files:
	mairix.spec 
Log Message:
- fix building with new rpm



Index: mairix.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mairix/devel/mairix.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mairix.spec	30 Jun 2008 09:26:09 -0000	1.1
+++ mairix.spec	29 Aug 2008 10:21:31 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           mairix
 Version:        0.21
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A program for indexing and searching email messages
 
 Group:          Applications/Internet
@@ -18,7 +18,7 @@
 
 %prep
 %setup -q
-%patch -p1 -b .build
+%patch0 -p1 -b .build
 
 find -type f ! -name configure -a ! -name mkversion | xargs chmod 644
 for i in ACKNOWLEDGEMENTS NEWS; do
@@ -44,5 +44,8 @@
 %{_mandir}/man5/mairixrc.5*
 
 %changelog
+* Fri Aug 29 2008 Miroslav Lichvar <mlichvar at redhat.com> 0.21-2
+- fix building with new rpm
+
 * Wed Mar 05 2008 Miroslav Lichvar <mlichvar at redhat.com> 0.21-1
 - initial release




More information about the fedora-extras-commits mailing list