]> git.pld-linux.org Git - packages/perl-Schedule-At.git/blame - perl-Schedule-At.spec
use generic url
[packages/perl-Schedule-At.git] / perl-Schedule-At.spec
CommitLineData
aa54575b 1#
2# Conditional build:
fc13396e 3%bcond_with tests # perform "make test"
675453e1 4 # need access to working atd
b3702956 5
9e98ee3d 6%define pdir Schedule
7%define pnam At
b3702956 8%include /usr/lib/rpm/macros.perl
f1f87c8e 9Summary: Schedule::At - an OS independent interface to 'at' UNIX command
905c4b27 10Summary(pl.UTF-8): Schedule::At - niezależny od platformy interfejs do polecenia 'at'
9be427f1 11Name: perl-Schedule-At
5640e304 12Version: 1.14
7376c73e 13Release: 1
675453e1 14# same as perl
15License: GPL v1+ or Artistic
9be427f1 16Group: Development/Languages/Perl
f50a5510 17Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
5640e304 18# Source0-md5: 6f575bbce3db7a77ac29d9b339918e69
b3702956 19URL: http://search.cpan.org/dist/Schedule-At/
67188102 20BuildRequires: perl-devel >= 1:5.8.0
1964b7c5 21BuildRequires: rpm-perlprov >= 4.1-13
4d58be8c 22BuildArch: noarch
d3361203 23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9be427f1 24
25%description
f1f87c8e 26This modules provides an OS independent interface to 'at', the UNIX
7603198e 27command that allows you to execute commands at a specified time.
9be427f1 28
7d162d33
JR
29%description -l pl.UTF-8
30Schedule::At udostępnia niezależny od platformy interfejs do 'at',
31uniksowego polecenia, które pozwala na wykonanie komendy o określonym
7603198e 32czasie.
9be427f1 33
34%prep
fb96f9d9 35%setup -q -n %{pdir}-%{pnam}-%{version}
9be427f1 36
37%build
1964b7c5 38%{__perl} Makefile.PL \
2b0944c2 39 INSTALLDIRS=vendor
919417f1 40%{__make}
51da9799 41
fc13396e 42%{?with_tests:%{__make} test}
9be427f1 43
44%install
45rm -rf $RPM_BUILD_ROOT
9be427f1 46
675453e1 47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
9be427f1 49
9be427f1 50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
61553a0d 55%doc Changes README
1964b7c5 56%{perl_vendorlib}/Schedule/At.pm
9be427f1 57%{_mandir}/man3/*
This page took 0.107603 seconds and 4 git commands to generate.