[perl-Text-Glob] Update BRs and remove %%defattr.

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Aug 10 13:43:16 UTC 2012


commit 5186ba4b990073a49339c5934f639e74dd268023
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Aug 10 15:42:57 2012 +0200

    Update BRs and remove %%defattr.
    
    Signed-off-by: Marcela Mašláňová <mmaslano at redhat.com>

 perl-Text-Glob.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/perl-Text-Glob.spec b/perl-Text-Glob.spec
index 164ddbd..dff2955 100644
--- a/perl-Text-Glob.spec
+++ b/perl-Text-Glob.spec
@@ -1,6 +1,6 @@
 Name: 		perl-Text-Glob
 Version: 	0.09
-Release: 	5%{?dist}
+Release: 	6%{?dist}
 Summary: 	Perl module to match globbing patterns against text
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
@@ -9,19 +9,21 @@ Source0: 	http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-%{version}.tar.gz
 
 BuildArch: noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Test::More)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 Text::Glob implements glob(3) style matching that can be used to match
-against text, rather than fetching names from a filesystem.  If you
+against text, rather than fetching names from a file-system.  If you
 want to do full file globbing use the File::Glob module instead.
 
 %prep
 %setup -q -n Text-Glob-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -34,12 +36,14 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/Text
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 10 2012 Jitka Plesnikova <jplesnik at redhat.com> - 0.09-6
+- Update BRs and remove %%defattr.
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.09-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list