]> git.pld-linux.org Git - packages/perl-XML-LibXSLT.git/commitdiff
- new %%doc and cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 12 Jul 2002 09:49:56 +0000 (09:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-XML-LibXSLT.spec -> 1.8

perl-XML-LibXSLT.spec

index 1ae7db95155bda38a0d7149adad234b45c7726d1..5b24e1697545ae02031020405eb62088c2d12815 100644 (file)
@@ -1,8 +1,6 @@
 %include       /usr/lib/rpm/macros.perl
-
 %define        pdir    XML
 %define        pnam    LibXSLT
-
 Summary:       XML::LibXSLT perl module
 Summary(pl):   Modu³ perla XML::LibXSLT
 Name:          perl-%{pdir}-%{pnam}
@@ -11,10 +9,10 @@ Release:     1
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 4.0.2-56
-BuildRequires: perl-devel >= 5.6.1
-BuildRequires: perl-XML-LibXML >= 1.30
 BuildRequires: libxslt-devel >= 1.0.6
+BuildRequires: perl-XML-LibXML >= 1.30
+BuildRequires: perl-devel >= 5.6.1
+BuildRequires: rpm-perlprov >= 4.0.2-56
 Requires:      libxslt >= 1.0.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -43,14 +41,12 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 install example/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-gzip -9nf Changes README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc Changes README
 %{perl_sitearch}/XML/LibXSLT.pm
 %{perl_sitearch}/XML/benchmark.pl
 %dir %{perl_sitearch}/auto/XML/LibXSLT
This page took 0.121697 seconds and 4 git commands to generate.