Author: pterjan
Date: Mon Feb  5 23:30:57 2007
New Revision: 116537

Modified:
   packages/cooker/perl-SVG-Parser/current/SPECS/perl-SVG-Parser.spec

Log:
- fix Requires and BuildRequires
- fix file listed twice
- shorten summary and other lines too long
- fix typo in description

Modified: packages/cooker/perl-SVG-Parser/current/SPECS/perl-SVG-Parser.spec
==============================================================================
--- packages/cooker/perl-SVG-Parser/current/SPECS/perl-SVG-Parser.spec  
(original)
+++ packages/cooker/perl-SVG-Parser/current/SPECS/perl-SVG-Parser.spec  Mon Feb 
 5 23:30:57 2007
@@ -1,22 +1,17 @@
 %define module SVG-Parser
 %define name   perl-%{module}
 %define version 1.01
-%define release %mkrel 0.1
+%define release %mkrel 1
 
 Name:          %{name}
 Version:       %{version}
 Release:       %{release}
-Summary:       Perl extension for use XML Parser for Scalable Vector Graphics 
(SVG) documents
+Summary:       Perl XML Parser for Scalable Vector Graphics (SVG) documents
 License:       GPL or Artistic
 Group:         Development/Perl
 URL:           http://search.cpan.org/dist/%{module}
 Source:                
http://www.cpan.org/modules/by-module/SVG/%{module}-%{version}.tar.bz2
-%if %{mdkversion} < 1010
-Buildrequires: perl-devel
-%else
-Buildrequires: perl(SVG)
-%endif
-Requires:      perl(XML::SAX) perl(SVG)
+BuildRequires: perl(XML::SAX) perl(XML::Parser) perl(SVG)
 Buildarch:     noarch
 BuildRoot:     %{_tmppath}/%{name}-%{version}
 
@@ -28,9 +23,10 @@
 
 A list of preferred parsers may be specified in the import list.
 SVG::Parser will use the first parser that successfully loads.
-Some basic measures are taken to provide cross-compatability.
+Some basic measures are taken to provide cross-compatibility.
 Applications requiring more advanced parser features should use
-the relevant parser module directly; see SVG::Parser::Expat and 
SVG::Parser::SAX.
+the relevant parser module directly; see SVG::Parser::Expat and 
+SVG::Parser::SAX.
 
 %prep
 %setup -q -n %{module}-%{version}
@@ -54,5 +50,4 @@
 %defattr(-,root,root)
 %doc README examples
 %{perl_vendorlib}/SVG
-%{perl_vendorlib}/SVG/Parser.pm
 %{_mandir}/*/*

Reply via email to