[perl-DateTime-Calendar-Mayan] Spec clean-up

Paul Howarth pghmcfc at fedoraproject.org
Mon Jan 23 10:45:53 UTC 2012


commit 176122eb393775063c52361a659b1cd3633c558e
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jan 23 10:44:09 2012 +0000

    Spec clean-up
    
    - Drop redundant buildreq perl(Class::ISA)
    - Make %files list more explicit
    - Don't use macros for commands
    - Use tabs

 .gitignore                        |    1 +
 perl-DateTime-Calendar-Mayan.spec |   71 ++++++++++++++++++-------------------
 2 files changed, 36 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3bf63dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/DateTime-Calendar-Mayan-[0-9.]*.tar.gz
diff --git a/perl-DateTime-Calendar-Mayan.spec b/perl-DateTime-Calendar-Mayan.spec
index c589cd6..4c75a16 100644
--- a/perl-DateTime-Calendar-Mayan.spec
+++ b/perl-DateTime-Calendar-Mayan.spec
@@ -1,45 +1,38 @@
-Name:       perl-DateTime-Calendar-Mayan 
-Version:    0.0601 
-Release:    9%{?dist}
-# lib/DateTime/Calendar/Mayan.pod -> GPL+ or Artistic
-License:    GPL+ or Artistic 
-Group:      Development/Libraries
-Summary:    Mayan Long Count Calendar 
-Source:     http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Calendar-Mayan-%{version}.tar.gz 
-Url:        http://search.cpan.org/dist/DateTime-Calendar-Mayan
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildArch:  noarch
-
-BuildRequires: perl(Class::ISA)
-BuildRequires: perl(DateTime) >= 0.15
-BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(Module::Build::Compat)
-BuildRequires: perl(Params::Validate) >= 0.64
-# testing
-BuildRequires: perl(Test::More)
+Name:		perl-DateTime-Calendar-Mayan 
+Version:	0.0601 
+Release:	10%{?dist}
+License:	GPL+ or Artistic 
+Group:		Development/Libraries
+Summary:	Mayan Long Count Calendar 
+Url:		http://search.cpan.org/dist/DateTime-Calendar-Mayan
+Source:		http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Calendar-Mayan-%{version}.tar.gz 
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) 
+BuildArch:	noarch
+BuildRequires:	perl(DateTime) >= 0.15
+BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(Module::Build::Compat)
+BuildRequires:	perl(Params::Validate) >= 0.64
+BuildRequires:	perl(Test::More)
+Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 An implementation of the Mayan Long Count, Haab, and Tzolkin calendars
 as defined in "Calendrical Calculations The Millennium Edition".
 Supplemented by "Frequently Asked Questions about Calendars".
 
-
 %prep
 %setup -q -n DateTime-Calendar-Mayan-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 rm -rf %{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 ';'
-
-%{_fixperms} %{buildroot}/*
+find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
+%{_fixperms} %{buildroot}
 
 %check
 make test
@@ -50,10 +43,17 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc README Changes LICENSE Todo
-%{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%{perl_vendorlib}/DateTime/
+%{_mandir}/man3/DateTime::Calendar::Mayan.3pm*
 
 %changelog
+* Mon Jan 23 2012 Paul Howarth <paul at city-fan.org> - 0.0601-10
+- Spec clean-up:
+  - Drop redundant buildreq perl(Class::ISA)
+  - Make %%files list more explicit
+  - Don't use macros for commands
+  - Use tabs
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0601-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
@@ -67,21 +67,20 @@ rm -rf %{buildroot}
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Thu Dec 16 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.0601-5
-- 661697 rebuild for fixing problems with vendorach/lib
+- Rebuild to fix problems with vendorarch/lib (#661697)
 
 * Fri Apr 30 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.0601-4
 - Mass rebuild with perl-5.12.0
 
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.0601-3
-- rebuild against perl 5.10.1
+- Rebuild against perl 5.10.1
 
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0601-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Mon May 18 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.0601-1
-- submission
-
-* Mon May 18 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.0601-0
-- initial RPM packaging
-- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
+* Mon May 18 2009 Chris Weyl <cweyl at alumni.drew.edu> - 0.0601-1
+- Submission
 
+* Mon May 18 2009 Chris Weyl <cweyl at alumni.drew.edu> - 0.0601-0
+- Initial RPM packaging
+- Generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



More information about the perl-devel mailing list