]> git.pld-linux.org Git - packages/perl-XML-Handler-YAWriter.git/commitdiff
- added generic URL
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 4 Dec 2011 14:51:04 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more verbose files in common dirs

Changed files:
    perl-XML-Handler-YAWriter.spec -> 1.21

perl-XML-Handler-YAWriter.spec

index 6b94c592dd138a68526505b2270834621bae8d25..a4ba6a14ad7a87a0a392a2086cf5978bcdfa6d91 100644 (file)
@@ -5,15 +5,16 @@
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    XML
 %define                pnam    Handler-YAWriter
-Summary:       XML::Handler::YAWriter perl module
-Summary(pl.UTF-8):     Moduł perla XML::Handler::YAWriter
+Summary:       XML::Handler::YAWriter Perl module - yet another Perl SAX XML Writer
+Summary(pl.UTF-8):     Moduł Perla XML::Handler::YAWriter - jeszcze jeden perlowy SAX XML Writer
 Name:          perl-XML-Handler-YAWriter
 Version:       0.23
 Release:       5
 License:       GPL
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0:       http://www.cpan.org/modules/by-module/XML/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: c7ba2a828a284d6a13ea6fbbfec2b162
+URL:           http://search.cpan.org/dist/XML-Handler-YAWriter/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: perl(IO::File) >= 1.06
 BuildRequires: perl-libxml >= 0.06
@@ -53,7 +54,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
-%attr(755,root,root) %{_bindir}/*
-%{perl_vendorlib}/XML/Handler/*
-%{_mandir}/man[13]/*
+%doc Changes README
+%attr(755,root,root) %{_bindir}/xmlpretty
+%{perl_vendorlib}/XML/Handler/YAWriter.pm
+%{_mandir}/man1/xmlpretty.1p*
+%{_mandir}/man3/XML::Handler::YAWriter.3pm*
This page took 0.060599 seconds and 4 git commands to generate.