rpms/perl-Tie-IxHash/EL-4 perl-Tie-IxHash.spec,1.4,1.5

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jan 21 20:40:20 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-Tie-IxHash/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7012/EL-4

Modified Files:
	perl-Tie-IxHash.spec 
Log Message:

sync



Index: perl-Tie-IxHash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Tie-IxHash/EL-4/perl-Tie-IxHash.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Tie-IxHash.spec	10 Dec 2004 22:03:09 -0000	1.4
+++ perl-Tie-IxHash.spec	21 Jan 2008 20:39:35 -0000	1.5
@@ -1,20 +1,17 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-Tie-IxHash
 Version:        1.21
-Release:        2
-Epoch:          0
+Release:        6%{?dist}.1
 Summary:        Ordered associative arrays for Perl
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Tie-IxHash/
-Source0:     http://www.cpan.org/authors/id/G/GS/GSAR/Tie-IxHash-1.21.tar.gz
+Source0:        http://www.cpan.org/authors/id/G/GS/GSAR/Tie-IxHash-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This Perl module implements Perl hashes that preserve the order in
@@ -26,7 +23,7 @@
 
 %prep
 %setup -q -n Tie-IxHash-%{version}
-chmod 644 Changes README
+chmod -c 644 Changes README
 
 
 %build
@@ -42,7 +39,7 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 make test
 
 
@@ -53,11 +50,27 @@
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorlib}/Tie
-%{_mandir}/man3/*.3*
+%{perl_vendorlib}/Tie/
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.21-6.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Thu Sep  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.21-6
+- Rebuild for FC6.
+
+* Thu Feb 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.21-5
+- Rebuild for FC5 (perl 5.8.8).
+
+* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.21-4
+- Dist tag.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.21-3
+- rebuilt
+
 * Sun May  9 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.21-0.fdr.2
 - Avoid creation of the perllocal.pod file (make pure_install).
 




More information about the fedora-extras-commits mailing list