]> git.pld-linux.org Git - packages/perl-Time-modules.git/blobdiff - perl-Time-modules.spec
- autoupdated to 101.062101
[packages/perl-Time-modules.git] / perl-Time-modules.spec
index 099b29b2b2596858eef6266df8df815cb799d59f..295e4f5db660d37b739d829079eddaefd6e826d0 100644 (file)
@@ -2,16 +2,15 @@
 Summary:       Time-modules perl module
 Summary(pl):   Modu³ perla Time-modules
 Name:          perl-Time-modules
-Version:       99.111701
+Version:       101.062101
 Release:       1
 License:       GPL
 Group:         Development/Languages/Perl
+Group(de):     Entwicklung/Sprachen/Perl
 Group(pl):     Programowanie/Jêzyki/Perl
 Source0:       ftp://ftp.perl.org/pub/CPAN/modules/by-module/Time/Time-modules-%{version}.tar.gz
 BuildRequires: rpm-perlprov >= 3.0.3-16
-BuildRequires: perl >= 5.005_03-14
-%requires_eq   perl
-Requires:      %{perl_sitearch}
+BuildRequires: perl >= 5.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -31,25 +30,16 @@ perl Makefile.PL
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-(
-  cd $RPM_BUILD_ROOT%{perl_sitearch}/auto/Time-modules
-  sed -e "s#$RPM_BUILD_ROOT##" .packlist >.packlist.new
-  mv .packlist.new .packlist
-)
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/* \
-        README CHANGELOG
+gzip -9nf README CHANGELOG
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {README,CHANGELOG}.gz
-
+%doc *.gz
 %{perl_sitelib}/Time/*.pm
-%{perl_sitearch}/auto/Time-modules
-
 %{_mandir}/man3/*
This page took 0.059576 seconds and 4 git commands to generate.