|
@@ -1,6 +1,6 @@
|
|
Name: perl-XML-DOM
|
|
Name: perl-XML-DOM
|
|
Version: 1.44
|
|
Version: 1.44
|
|
-Release: 8%{?_dist_release}
|
|
|
|
|
|
+Release: 9%{?_dist_release}
|
|
Summary: DOM extension to XML::Parser
|
|
Summary: DOM extension to XML::Parser
|
|
|
|
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
@@ -21,6 +21,9 @@ Requires: perl >= %(eval "`%{__perl} -V:version`"; echo $version)
|
|
#Obsoletes: perl-libxml-enno <= 1.02
|
|
#Obsoletes: perl-libxml-enno <= 1.02
|
|
Conflicts: perl-libxml-enno <= 1.02
|
|
Conflicts: perl-libxml-enno <= 1.02
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
%description
|
|
%description
|
|
This is a Perl extension to XML::Parser. It adds a new 'Style' to
|
|
This is a Perl extension to XML::Parser. It adds a new 'Style' to
|
|
XML::Parser, called 'Dom', that allows XML::Parser to build an Object
|
|
XML::Parser, called 'Dom', that allows XML::Parser to build an Object
|
|
@@ -69,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 1.44-9
|
|
|
|
+- build with perl 5.12.3
|
|
|
|
+- add Vendor and Distribution tags
|
|
|
|
+
|
|
* Sat May 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.44-8
|
|
* Sat May 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.44-8
|
|
- s/Obsoletes/Conflicts/
|
|
- s/Obsoletes/Conflicts/
|
|
|
|
|