rpms/perl-DateTime-Format-ISO8601/devel perl-DateTime-Format-ISO8601.spec, 1.3, 1.4

Chris Weyl cweyl at fedoraproject.org
Sun Feb 14 01:20:43 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-DateTime-Format-ISO8601/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25260

Modified Files:
	perl-DateTime-Format-ISO8601.spec 
Log Message:
* Sat Feb 13 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.06-4
- PERL_INSTALL_ROOT => DESTDIR
- add perl_default_filter, _subpackage_tests



Index: perl-DateTime-Format-ISO8601.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-ISO8601/devel/perl-DateTime-Format-ISO8601.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-DateTime-Format-ISO8601.spec	7 Dec 2009 12:01:30 -0000	1.3
+++ perl-DateTime-Format-ISO8601.spec	14 Feb 2010 01:20:43 -0000	1.4
@@ -1,6 +1,6 @@
 Name:       perl-DateTime-Format-ISO8601 
 Version:    0.06 
-Release:    3%{?dist}
+Release:    4%{?dist}
 # LICENSE, lib/DateTime/Format/ISO8601.pod -> GPL+ or Artistic
 License:    GPL+ or Artistic 
 Group:      Development/Libraries
@@ -16,6 +16,8 @@ BuildRequires: perl(DateTime::Format::Bu
 BuildRequires: perl(Module::Build::Compat)
 BuildRequires: perl(Test::More)
 
+%{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 Parses almost all ISO8601 date and time formats. ISO8601 time-intervals
@@ -33,7 +35,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
@@ -52,6 +54,10 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Feb 13 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.06-4
+- PERL_INSTALL_ROOT => DESTDIR
+- add perl_default_filter, _subpackage_tests
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.06-3
 - rebuild against perl 5.10.1
 



More information about the scm-commits mailing list