rpms/grepmail/devel grepmail.spec,1.2,1.3

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Thu Feb 16 08:24:06 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/grepmail/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18364

Modified Files:
	grepmail.spec 
Log Message:
Don't use macros in command paths, hardcode them instead



Index: grepmail.spec
===================================================================
RCS file: /cvs/extras/rpms/grepmail/devel/grepmail.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- grepmail.spec	12 Oct 2005 15:59:21 -0000	1.2
+++ grepmail.spec	16 Feb 2006 08:24:06 -0000	1.3
@@ -1,7 +1,7 @@
 Summary:	Search mailboxes for a particular email
 Name:		grepmail
 Version:	5.3032
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPL
 Group:		Applications/Text
 Source0:	http://dl.sf.net/grepmail/grepmail-%{version}.tar.gz
@@ -35,8 +35,8 @@
 %install
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
-%{_bindir}/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-%{_bindir}/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';'
+/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
+/usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
 
 %check
@@ -54,6 +54,9 @@
 %{_mandir}/man1/grepmail.1*
 
 %changelog
+* Thu Feb 16 2006 Paul Howarth <paul at city-fan.org> 5.3032-3
+- Don't use macros in command paths, hardcode them instead
+
 * Wed Oct 12 2005 Paul Howarth <paul at city-fan.org> 5.3032-2
 - Remove spec file comments about package naming (#170506)
 




More information about the fedora-extras-commits mailing list