Name: perl-DateTime-Fiction-JRRTolkien-Shire Version: 0.02 Release: 1%{?dist} Summary: DateTime::Fiction::JRRTolkien::Shire Perl module License: Distributable, see LICENSE Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Fiction-JRRTolkien-Shire/ Source0: file:///home/dave/mirrors/minicpan//authors/id/T/TB/TBRAUN/DateTime-Fiction-JRRTolkien-Shire-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(DateTime) >= 0.14 BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(DateTime) >= 0.14 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Implementation of the calendar used by the hobbits in J.R.R. Tolkien's exceptional novel The Lord of The Rings, as described in Appendix D of that book (except where noted). The calendar has 12 months, each with 30 days, and 5 holidays that are not part of any month. A sixth holiday, Overlithe, is added on leap years. The holiday Midyear's Day (and the Overlithe on a leap year) is not part of any week, which means that the year always starts on Sterday. %prep %setup -q -n DateTime-Fiction-JRRTolkien-Shire-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Dec 17 2013 Dave Cross 0.02-1 - Specfile autogenerated by cpanspec 1.78.