source: projects/specs/trunk/p/perl-DateTime-Calendar-Mayan/perl-DateTime-Calendar-Mayan-vl.spec @ 9165

Revision 9165, 3.0 KB checked in by inagaki, 9 years ago (diff)

2014-12-18 Ryoichi INAGAKI <ryo1@…>

  • clearsilver, perl-AppConfig?, perl-Class-Inner, perl-DateTime?-{Calendar-Mayan, Locale}, perl-Goo-Canvas, perl-Test-Unit: rebuilt
  • perl-DateTime?, perl-Test-Manifest: updated


Line 
1Name:           perl-DateTime-Calendar-Mayan
2Version:        0.0601
3Release:        2%{?_dist_release}
4Summary:        Mayan Long Count Calendar
5
6License:        GPL+ or Artistic
7Group:          Development/Libraries
8URL:            http://search.cpan.org/dist/DateTime-Calendar-Mayan
9
10Source:         http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Calendar-Mayan-%{version}.tar.gz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
12BuildArch:      noarch
13BuildRequires:  perl(DateTime) >= 0.15
14BuildRequires:  perl(ExtUtils::MakeMaker)
15BuildRequires:  perl(Module::Build::Compat)
16BuildRequires:  perl(Params::Validate) >= 0.64
17BuildRequires:  perl(Test::More)
18Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
19
20%description
21An implementation of the Mayan Long Count, Haab, and Tzolkin calendars
22as defined in "Calendrical Calculations The Millennium Edition".
23Supplemented by "Frequently Asked Questions about Calendars".
24
25%prep
26%setup -q -n DateTime-Calendar-Mayan-%{version}
27
28%build
29perl Makefile.PL INSTALLDIRS=vendor
30make %{?_smp_mflags}
31
32%install
33rm -rf %{buildroot}
34make pure_install DESTDIR=%{buildroot}
35find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
36find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
37%{_fixperms} %{buildroot}
38
39%check
40make test
41
42%clean
43rm -rf %{buildroot}
44
45%files
46%defattr(-,root,root,-)
47%doc README Changes LICENSE Todo
48%{perl_vendorlib}/DateTime/
49%{_mandir}/man3/DateTime::Calendar::Mayan.3pm*
50
51%changelog
52* Wed Dec 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.0601-2
53- rebuilt with perl 5.16.3
54
55* Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.0601-1
56- initial build for Vine Linux
57
58* Mon Jan 23 2012 Paul Howarth <paul@city-fan.org> - 0.0601-10
59- Spec clean-up:
60  - Drop redundant buildreq perl(Class::ISA)
61  - Make %%files list more explicit
62  - Don't use macros for commands
63  - Use tabs
64
65* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0601-9
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
67
68* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.0601-8
69- Perl mass rebuild
70
71* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.0601-7
72- Perl mass rebuild
73
74* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0601-6
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
76
77* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.0601-5
78- Rebuild to fix problems with vendorarch/lib (#661697)
79
80* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.0601-4
81- Mass rebuild with perl-5.12.0
82
83* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.0601-3
84- Rebuild against perl 5.10.1
85
86* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0601-2
87- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
88
89* Mon May 18 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.0601-1
90- Submission
91
92* Mon May 18 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.0601-0
93- Initial RPM packaging
94- Generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
Note: See TracBrowser for help on using the repository browser.