rpms/perl-DateTime-Format-MySQL/FC-4 perl-DateTime-Format-MySQL.spec, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Sep 8 15:50:56 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22700/FC-4

Modified Files:
	perl-DateTime-Format-MySQL.spec 
Log Message:
add missing req


Index: perl-DateTime-Format-MySQL.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-MySQL/FC-4/perl-DateTime-Format-MySQL.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-DateTime-Format-MySQL.spec	11 Aug 2006 03:53:04 -0000	1.2
+++ perl-DateTime-Format-MySQL.spec	8 Sep 2006 15:50:55 -0000	1.3
@@ -12,7 +12,7 @@
 
 Name:           perl-DateTime-Format-MySQL
 Version:        0.04        
-Release:        2%{?dist}
+Release:        4%{?dist}
 Summary:        Parse and format MySQL dates and times 
 
 Group:          Development/Libraries
@@ -24,8 +24,10 @@
 BuildArch:      noarch 
 BuildRequires:  perl
 BuildRequires:  perl(Module::Build), perl(DateTime)
-BuildRequires:  perl(DateTime::Format::Builder) >= 0.60
+BuildRequires:  perl(DateTime::Format::Builder) 
 
+# not picked up explicitly, for whatever reason...
+Requires:  perl(DateTime::Format::Builder)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 # for signature checking
@@ -53,10 +55,12 @@
 
 %install
 rm -rf %{buildroot}
+
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w %{buildroot}/*
+
+%{_fixperms} %{buildroot}/*
 
 
 %check
@@ -75,6 +79,13 @@
 
 
 %changelog
+* Fri Sep 08 2006 Chris Weyl <cweyl at alumni.drew.edu>
+- add missing explicit requires on perl(DateTime::Format::Builder)
+- misc spec tweaks
+\
+* Thu Aug 31 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.04-3
+- bump for mass rebuild
+
 * Thu Aug 10 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.04-2
 - bump for build & release
 




More information about the scm-commits mailing list