rpms/perl-Module-Loaded/EL-5 perl-Module-Loaded.spec,1.2,1.3

Ian Burrell iburrell at fedoraproject.org
Mon Sep 22 02:05:12 UTC 2008


Author: iburrell

Update of /cvs/extras/rpms/perl-Module-Loaded/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2772

Modified Files:
	perl-Module-Loaded.spec 
Log Message:
copy from F-8


Index: perl-Module-Loaded.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Loaded/EL-5/perl-Module-Loaded.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Module-Loaded.spec	17 Sep 2006 20:53:30 -0000	1.2
+++ perl-Module-Loaded.spec	22 Sep 2008 02:04:42 -0000	1.3
@@ -1,13 +1,15 @@
 Name:           perl-Module-Loaded
 Version:        0.01
-Release:        2%{?dist}
+Release:        4%{?dist}
 Summary:        Mark modules as loaded or unloaded
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Module-Loaded/
 Source0:        http://www.cpan.org/authors/id/K/KA/KANE/Module-Loaded-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -33,7 +35,7 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
@@ -48,6 +50,14 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sun Dec 30 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.01-4
+- Adjust License-tag.
+- BR: perl(Test::More) (BZ 419631).
+
+* Wed Apr 18 2007 Steven Pritchard <steve at kspei.com> 0.01-3
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.01-2
 - Fix find option order.
 




More information about the Fedora-perl-devel-list mailing list