rpms/perl-MLDBM/EL-4 perl-MLDBM.spec,1.2,1.3

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu Nov 29 01:39:24 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-MLDBM/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19318

Modified Files:
	perl-MLDBM.spec 
Log Message:
Sync with devel.


Index: perl-MLDBM.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MLDBM/EL-4/perl-MLDBM.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-MLDBM.spec	28 Jan 2005 17:36:45 -0000	1.2
+++ perl-MLDBM.spec	29 Nov 2007 01:38:49 -0000	1.3
@@ -1,21 +1,18 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-MLDBM
 Version:        2.01
-Release:        1
-Epoch:          0
+Release:        5%{?dist}.1
 Summary:        Store multi-level hash structure in single level tied hash
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/MLDBM/
-Source0:        http://www.cpan.org/authors/id/C/CH/CHAMAS/MLDBM-2.01.tar.gz
+Source0:        http://www.cpan.org/authors/id/C/CH/CHAMAS/MLDBM-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
-BuildRequires:  perl(FreezeThaw), perl(Storable)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(FreezeThaw)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This module can serve as a transparent interface to any TIEHASH package that is
@@ -41,7 +38,7 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 make test
 
 
@@ -53,10 +50,26 @@
 %defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 2.01-5.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.01-5
+- Rebuild for FC6.
+
+* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.01-4
+- Rebuild for FC5 (perl 5.8.8).
+
+* Fri Dec 30 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.01-3
+- Dist tag.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.01-2
+- rebuilt
+
 * Sun Oct 31 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:2.01-0.fdr.1
 - Bring up to date with current fedora.us perl spec template.
 




More information about the fedora-extras-commits mailing list