|
@@ -3,7 +3,7 @@
|
|
Summary: A collection of Perl modules for XML parsing and validation.
|
|
Summary: A collection of Perl modules for XML parsing and validation.
|
|
Name: perl-libxml-enno
|
|
Name: perl-libxml-enno
|
|
Version: 1.02
|
|
Version: 1.02
|
|
-Release: 30%{?_dist_release}
|
|
+Release: 31%{?_dist_release}
|
|
License: distributable
|
|
License: distributable
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Source0: libxml-enno-%{version}.tar.gz
|
|
Source0: libxml-enno-%{version}.tar.gz
|
|
@@ -14,16 +14,20 @@ Requires: perl >= 5.8.2
|
|
Provides: perl(XML::Handler::DOM)
|
|
Provides: perl(XML::Handler::DOM)
|
|
BuildRequires: perl-Parse-Yapp
|
|
BuildRequires: perl-Parse-Yapp
|
|
BuildRequires: perl-libwww-perl
|
|
BuildRequires: perl-libwww-perl
|
|
-BuildRequires: perl-DateManip
|
|
+BuildRequires: perl-Date-Manip
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
%description
|
|
libxml-enno contains the modules XML::DOM, XML::XQL, XML::Checker and
|
|
libxml-enno contains the modules XML::DOM, XML::XQL, XML::Checker and
|
|
several other packages used for parsing XML from Perl.
|
|
several other packages used for parsing XML from Perl.
|
|
|
|
|
|
|
|
+%if %{?_dist_release} == "vl5" || %{?_dist_release} == "vl4"
|
|
# Provide perl-specific find-{provides,requires}.
|
|
# Provide perl-specific find-{provides,requires}.
|
|
%define __find_provides /usr/lib/rpm/find-provides.perl
|
|
%define __find_provides /usr/lib/rpm/find-provides.perl
|
|
%define __find_requires /usr/lib/rpm/find-requires.perl
|
|
%define __find_requires /usr/lib/rpm/find-requires.perl
|
|
|
|
+%endif
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n libxml-enno-%{version}
|
|
%setup -q -n libxml-enno-%{version}
|
|
@@ -59,6 +63,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Apr 5 2011 IWAI, Masaharu <iwai@alib.jp> 1.02-31
|
|
|
|
+- rename to perl-Date-Manip in BuildRequires
|
|
|
|
+- build with perl 5.12.3
|
|
|
|
+- defined __find_{provides,requires} with vl4 and vl5
|
|
|
|
+- add Vendor and Distribution tags
|
|
|
|
+
|
|
* Sat May 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.02-30
|
|
* Sat May 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.02-30
|
|
- applied new versioning policy
|
|
- applied new versioning policy
|
|
- rebuilt with perl-5.10.0-2
|
|
- rebuilt with perl-5.10.0-2
|