rpms/perl-Text-Glob/devel perl-Text-Glob.spec,1.1,1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Tue Aug 16 17:19:14 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-Text-Glob/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29244

Modified Files:
	perl-Text-Glob.spec 
Log Message:
Spec cleanup


Index: perl-Text-Glob.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Glob/devel/perl-Text-Glob.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Text-Glob.spec	16 Aug 2005 17:16:21 -0000	1.1
+++ perl-Text-Glob.spec	16 Aug 2005 17:19:12 -0000	1.2
@@ -1,6 +1,6 @@
 Name: 		perl-Text-Glob
 Version: 	0.06
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Summary: 	Perl module to match globbing patterns against text
 License: 	Artistic or GPL
 Group: 		Development/Libraries
@@ -21,14 +21,13 @@
 %setup -q -n Text-Glob-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
@@ -45,6 +44,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 10 2005 Ralf Corsepius <ralf at links2linux.de> - 0.06-3
+- Spec cleanup.
+
 * Wed Aug 10 2005 Ralf Corsepius <ralf at links2linux.de> - 0.06-2
 - FE resubmission.
 




More information about the fedora-extras-commits mailing list