source: projects/specs/trunk/p/perl-DateTime-Format-IBeat/perl-DateTime-Format-IBeat-vl.spec @ 9167

Revision 9167, 3.5 KB checked in by inagaki, 9 years ago (diff)

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

  • perl-Authen-{Captcha, Radius, SASL}, perl-DBM-Deep, perl-DateTime?-Format-{HTTP, Mail}, perl-Dist-CheckConflicts?, perl-Eval-Closure, perl-Package-DeprecationManager?, perl-Regexp-Common, perl-Term-ReadLine?-Gnu, perl-Text-Template: updated
  • perl-DateTime?-Format-{IBeat, W3CDTF}, perl-Declare-Constraints-Simple, perl-Text-Markdown: rebuilt
  • perl-String-Random: NEW


Line 
1Name:           perl-DateTime-Format-IBeat
2Version:        0.161       
3Release:        2%{?_dist_release}
4Summary:        Format times in .beat notation
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/DateTime-Format-IBeat           
9Source0: http://search.cpan.org/CPAN/authors/id/E/EM/EMARTIN/DateTime-Format-IBeat-%{version}.tar.gz       
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11
12BuildArch:      noarch
13BuildRequires:  perl(Class::ISA)
14BuildRequires:  perl(DateTime) >= 0.18
15BuildRequires:  perl(Test::More) >= 0.47
16BuildRequires:  perl(Test::Pod) >= 1.05
17Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
18
19%description
20No Time Zones, No Geographical Borders
21
22How long is a Swatch .beat? In short, we have divided up the virtual and real
23day into 1000 beats. One Swatch beat is the equivalent of 1 minute 26.4
24seconds. That means that 12 noon in the old time system is the equivalent of
25500 Swatch .beats.
26
27
28%prep
29%setup -q -n DateTime-Format-IBeat-%{version}
30
31
32%build
33%{__perl} Makefile.PL INSTALLDIRS=vendor
34make %{?_smp_mflags}
35
36# American English...
37mv LICENCE LICENSE
38
39%install
40rm -rf %{buildroot}
41make pure_install PERL_INSTALL_ROOT=%{buildroot}
42find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
43find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
44chmod -R u+w %{buildroot}/*
45
46
47%check
48make test
49
50
51%clean
52rm -rf %{buildroot}
53
54
55%files
56%defattr(-,root,root,-)
57%doc Artistic COPYING LICENSE Changes README
58%{perl_vendorlib}/*
59%{_mandir}/man3/*.3*
60
61
62%changelog
63* Fri Dec 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.161-2
64- rebuilt with perl 5.16.3
65
66* Sun Jan  6 2013 Munehiro Yamamoto <munepi@vinelinux.org> 0.161-1
67- initial build based on Fedora development package
68
69* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.161-15
70- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
71
72* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 0.161-14
73- Perl 5.16 rebuild
74
75* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.161-13
76- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
77
78* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.161-12
79- Perl mass rebuild
80
81* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.161-11
82- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
83
84* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.161-10
85- 661697 rebuild for fixing problems with vendorach/lib
86
87* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.161-9
88- Mass rebuild with perl-5.12.0
89
90* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.161-8
91- rebuild against perl 5.10.1
92
93* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.161-7
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
95
96* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.161-6
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
98
99* Tue Mar 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.161-5
100- rebuild for new perl
101
102* Thu Aug 31 2006 Chris Weyl <cweyl.drew.edu> 0.161-4
103- bump for mass rebuild
104
105* Sun Aug 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.161-3
106- add br for test phase: perl(Test::Pod)
107
108* Sun Aug 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.161-2
109- bump for build & release
110- dropped extra template bits not needed for noarch packages
111
112* Fri Aug 04 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.161-1
113- Initial spec file for F-E
Note: See TracBrowser for help on using the repository browser.