From: Maciej Pijanka Date: Mon, 12 Apr 2004 06:11:06 +0000 (+0000) Subject: new spec, nfy X-Git-Tag: AC-STABLE~3 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fperl-Set-Crontab.git;a=commitdiff_plain;h=745948589fb57c809bd5712e9db48eb40a1f6852 new spec, nfy Changed files: perl-Set-Crontab.spec -> 1.1 --- 745948589fb57c809bd5712e9db48eb40a1f6852 diff --git a/perl-Set-Crontab.spec b/perl-Set-Crontab.spec new file mode 100644 index 0000000..2f7fe36 --- /dev/null +++ b/perl-Set-Crontab.spec @@ -0,0 +1,49 @@ +# +# Conditional build: +%bcond_without tests # do not perform "make test" +# +%include /usr/lib/rpm/macros.perl +%define pdir Set +%define pnam Crontab +Summary: Set::Crontab - Expand crontab(5)-style integer lists +Name: perl-Set-Crontab +Version: 1.00 +Release: 1 +License: (enter GPL/LGPL/BSD/BSD-like/Artistic/other license name here) +Group: Development/Languages/Perl +Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: e2895d83550a16cb54570a1ce0090e67 +BuildRequires: perl-devel >= 1:5.8.0 +BuildRequires: rpm-perlprov >= 4.1-13 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Set::Crontab parses crontab-style lists of integers and defines +some utility functions to make it easier to deal with them. + +%prep +%setup -q -n %{pdir}-%{pnam}-%{version} + +%build +%{__perl} Makefile.PL \ + INSTALLDIRS=vendor + +%{__make} + +%{?with_tests:%{__make} test} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc Changes README +%{perl_vendorlib}/Set/Crontab.pm +%{_mandir}/man3/*