diff --git a/perl-Text-Glob.spec b/perl-Text-Glob.spec index 46fb253..f6d0c9b 100644 --- a/perl-Text-Glob.spec +++ b/perl-Text-Glob.spec @@ -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 @@ want to do full file globbing use the File::Glob module instead. %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 @@ make test %{_mandir}/man3/* %changelog +* Wed Aug 10 2005 Ralf Corsepius - 0.06-3 +- Spec cleanup. + * Wed Aug 10 2005 Ralf Corsepius - 0.06-2 - FE resubmission.