]> git.pld-linux.org Git - packages/perl.git/commitdiff
- added %%{perl_sitearch}/Digest dir; new %%doc; release 35
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 22 May 2002 08:08:51 +0000 (08:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.135

perl.spec

index 29435d6ac0107f7c806d4df257c61b8e56556f2b..3d617a3919278c43cc8536fa5276b0cc941049e2 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -12,7 +12,7 @@ Summary(tr):  Kabuk yorumlama dili
 Summary(uk):   Practical Extraction and Report Language
 Name:          perl
 Version:       5.6.1
-Release:       34
+Release:       35
 Epoch:         1
 License:       GPL
 Group:         Applications/Text
@@ -357,13 +357,12 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man1/perl{5004delta,5005delta,aix,amiga,bs2000}*
 install -d B Crypt Date Devel ExtUtils File Font HTML HTTP I18N IO/Socket \
        Mail News Net Parse RPC Text Tie Time XML auto/Mail
 cd %{_target_platform}*/%{version}
-install -d Apache BSD Compress Net Term auto/{Apache,BSD,Compress,Net,Term,XML}
+install -d Apache BSD Compress Digest Net Term \
+       auto/{Apache,BSD,Compress,Net,Term,XML}
 )
 
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
-gzip -9nf README Changes
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -407,6 +406,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/perl5/site_perl/%{_target_platform}*/%{version}
 %{_libdir}/perl5/site_perl/%{_target_platform}*/%{version}/BSD
 %{_libdir}/perl5/site_perl/%{_target_platform}*/%{version}/Compress
+%{_libdir}/perl5/site_perl/%{_target_platform}*/%{version}/Digest
 %{_libdir}/perl5/site_perl/%{_target_platform}*/%{version}/Net
 %{_libdir}/perl5/site_perl/%{_target_platform}*/%{version}/Term
 %dir %{_libdir}/perl5/site_perl/%{_target_platform}*/%{version}/auto
@@ -499,7 +499,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README Changes
 %attr(755,root,root) %{_bindir}/c2ph
 %attr(755,root,root) %{_bindir}/dprofpp
 %attr(755,root,root) %{_bindir}/h2ph
This page took 0.044496 seconds and 4 git commands to generate.