Browse Source

added perl-DateTime-Format-IBeat

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7293 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 11 years ago
parent
commit
8d58b7fa9f
1 changed files with 109 additions and 0 deletions
  1. 109 0
      p/perl-DateTime-Format-IBeat/perl-DateTime-Format-IBeat-vl.spec

+ 109 - 0
p/perl-DateTime-Format-IBeat/perl-DateTime-Format-IBeat-vl.spec

@@ -0,0 +1,109 @@
+Name:           perl-DateTime-Format-IBeat
+Version:        0.161        
+Release:        1%{?_dist_release}
+Summary:        Format times in .beat notation 
+
+Group:          Development/Libraries
+License:        GPL+ or Artistic 
+URL:            http://search.cpan.org/dist/DateTime-Format-IBeat            
+Source0: http://search.cpan.org/CPAN/authors/id/E/EM/EMARTIN/DateTime-Format-IBeat-%{version}.tar.gz        
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch 
+BuildRequires:  perl(Class::ISA)
+BuildRequires:  perl(DateTime) >= 0.18, perl(Test::More) >= 0.47
+BuildRequires:  perl(Test::Pod) >= 1.00
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+No Time Zones, No Geographical Borders 
+
+How long is a Swatch .beat? In short, we have divided up the virtual and real 
+day into 1000 beats. One Swatch beat is the equivalent of 1 minute 26.4 
+seconds. That means that 12 noon in the old time system is the equivalent of 
+500 Swatch .beats.
+
+
+%prep
+%setup -q -n DateTime-Format-IBeat-%{version}
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+# American English...
+mv LICENCE LICENSE
+
+%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}/*
+
+
+%check
+make test
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc Artistic COPYING LICENSE Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*.3*
+
+
+%changelog
+* Sun Jan  6 2013 Munehiro Yamamoto <munepi@vinelinux.org> 0.161-1
+- initial build based on Fedora development package
+
+* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.161-15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 0.161-14
+- Perl 5.16 rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.161-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.161-12
+- Perl mass rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.161-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.161-10
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.161-9
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.161-8
+- rebuild against perl 5.10.1
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.161-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.161-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Tue Mar 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.161-5
+- rebuild for new perl
+
+* Thu Aug 31 2006 Chris Weyl <cweyl.drew.edu> 0.161-4
+- bump for mass rebuild
+
+* Sun Aug 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.161-3
+- add br for test phase: perl(Test::Pod)
+
+* Sun Aug 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.161-2
+- bump for build & release
+- dropped extra template bits not needed for noarch packages
+
+* Fri Aug 04 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.161-1
+- Initial spec file for F-E