rpms/perl-FileHandle-Unget/devel perl-FileHandle-Unget.spec, 1.1, 1.2

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Thu Feb 16 07:35:54 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/perl-FileHandle-Unget/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16102

Modified Files:
	perl-FileHandle-Unget.spec 
Log Message:
Don't use macros in command paths, hardcode them instead



Index: perl-FileHandle-Unget.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-FileHandle-Unget/devel/perl-FileHandle-Unget.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-FileHandle-Unget.spec	12 Oct 2005 14:47:48 -0000	1.1
+++ perl-FileHandle-Unget.spec	16 Feb 2006 07:35:53 -0000	1.2
@@ -7,7 +7,7 @@
 Summary:	A FileHandle that supports ungetting of multiple bytes
 Name:		perl-FileHandle-Unget
 Version:	0.1621
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPL
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/FileHandle-Unget
@@ -36,8 +36,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 %{__rmdir} {} 2>/dev/null ';'
+/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
+/usr/bin/find %{buildroot} -type d -depth -exec %{__rmdir} {} 2>/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
 
 %check
@@ -53,5 +53,8 @@
 %{_mandir}/man3/FileHandle::Unget.3pm*
 
 %changelog
+* Thu Feb 16 2006 Paul Howarth <paul at city-fan.org> 0.1621-2
+- Don't use macros in command paths, hardcode them instead
+
 * Wed Oct 12 2005 Paul Howarth <paul at city-fan.org> 0.1621-1
 - Fedora Extras submission




More information about the fedora-extras-commits mailing list