]> git.pld-linux.org Git - packages/perl-Time-modules.git/blob - perl-Time-modules.spec
- autoupdated to 101.062101
[packages/perl-Time-modules.git] / perl-Time-modules.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Time-modules perl module
3 Summary(pl):    Modu³ perla Time-modules
4 Name:           perl-Time-modules
5 Version:        101.062101
6 Release:        1
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(de):      Entwicklung/Sprachen/Perl
10 Group(pl):      Programowanie/Jêzyki/Perl
11 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/Time/Time-modules-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Time-modules package contains the following modules: Time::CTime,
18 Time::JulianDay, Time::ParseDate, Time::Timezone, Time::DaysInMonth.
19
20 %description -l pl
21 Pakiet Time-modules zawiera nastepuj±ce modu³y: Time::CTime,
22 Time::JulianDay, Time::ParseDate, Time::Timezone, Time::DaysInMonth.
23
24 %prep
25 %setup -q -n Time-modules-%{version}
26
27 %build
28 perl Makefile.PL
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install DESTDIR=$RPM_BUILD_ROOT
35
36 gzip -9nf README CHANGELOG
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc *.gz
44 %{perl_sitelib}/Time/*.pm
45 %{_mandir}/man3/*
This page took 0.111742 seconds and 4 git commands to generate.