]> git.pld-linux.org Git - packages/perl-Time-modules.git/blame - perl-Time-modules.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Time-modules.git] / perl-Time-modules.spec
CommitLineData
0209f5f1
JB
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
0d4b5740 4
e1dfc457 5%define pdir Time
6%define pnam modules
0209f5f1 7Summary: Various Time:: Perl modules
33f63cbe 8Summary(pl.UTF-8): Różne moduły Perla Time::
9ebec384 9Name: perl-Time-modules
f0978316 10Version: 2013.0912
0209f5f1
JB
11Release: 1
12License: free (see manuals)
9ebec384 13Group: Development/Languages/Perl
8f3bbec9 14Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
f0978316 15# Source0-md5: a4330144e24c356ca4c925d14e5ab06b
0d4b5740 16URL: http://search.cpan.org/dist/Time-modules/
0209f5f1 17BuildRequires: perl-devel >= 1:5.8.0
d1b1d60b 18BuildRequires: rpm-perlprov >= 4.1-13
87c8b7af 19BuildArch: noarch
821487c3 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9ebec384 21
22%description
0209f5f1 23Time-modules package contains the following modules: Time::CTime,
1c21b98f 24Time::JulianDay, Time::ParseDate, Time::Timezone, Time::DaysInMonth.
9ebec384 25
9473bf51
JR
26%description -l pl.UTF-8
27Pakiet Time-modules zawiera nastepujące moduły: Time::CTime,
1c21b98f 28Time::JulianDay, Time::ParseDate, Time::Timezone, Time::DaysInMonth.
9ebec384 29
30%prep
1c9d6471 31%setup -q -n %{pdir}-%{pnam}-%{version}
9ebec384 32
33%build
d1b1d60b 34%{__perl} Makefile.PL \
b7cbed7a 35 INSTALLDIRS=vendor
edebff98 36%{__make}
9ebec384 37
0209f5f1
JB
38%{?with_tests:%{__make} test}
39
9ebec384 40%install
41rm -rf $RPM_BUILD_ROOT
9ebec384 42
0209f5f1
JB
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
9ebec384 45
9ebec384 46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
0513620f 51%doc README CHANGELOG
d1b1d60b 52%{perl_vendorlib}/Time/*.pm
9ebec384 53%{_mandir}/man3/*
This page took 0.073009 seconds and 5 git commands to generate.