Browse Source

CPAN packages for rxvt-unicode and inkscape

Tomohiro "Tomo-p" KATO 4 years ago
parent
commit
3acf746325

+ 9 - 4
p/perl-Parse-Yapp/perl-Parse-Yapp-vl.spec

@@ -2,21 +2,22 @@
 
 Summary: Perl extension for generating and using LALR parsers. 
 Name: perl-Parse-Yapp
-Version: 1.05
-Release: 34%{?_dist_release}
+Version: 1.21
+Release: 1%{?_dist_release}
 License: distributable
 Group: Development/Libraries
 URL: http://search.cpan.org/~fdesar/Parse-Yapp/
 
 Source0: http://search.cpan.org/CPAN/authors/id/F/FD/FDESAR/Parse-Yapp-%{version}.tar.gz
 
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: perl(ExtUtils::MakeMaker)
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-Vendor: Project Vine
-Distribution: Vine Linux
 
 %description
 Parse::Yapp (Yet Another Perl Parser compiler) is a collection of
@@ -73,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{perl_vendorlib}/Parse/Yapp
 
 %changelog
+* Mon May 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.21-1
+- new upstream release.
+- rebuilt with perl-5.26.
+
 * Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.05-34
 - rebuilt with perl 5.16.3
 - updated URL

+ 8 - 4
p/perl-Text-Unidecode/perl-Text-Unidecode-vl.spec

@@ -1,6 +1,6 @@
 Summary:        US-ASCII transliterations of Unicode text
 Name:           perl-Text-Unidecode
-Version:        1.23
+Version:        1.30
 Release:        1%{?_dist_release}
 
 Group:          Development/Libraries
@@ -9,13 +9,13 @@ URL:            http://search.cpan.org/dist/Text-Unidecode/
 Source0:        http://www.cpan.org/modules/by-module/Text/Text-Unidecode-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-Vendor: Project Vine
-Distribution: Vine Linux
-
 %description
 Text::Unidecode provides a function, `unidecode(...)' that
 takes Unicode data and tries to represent it in US-ASCII
@@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.30-1
+- new upstream release.
+- rebuilt with perl-5.26.
+
 * Tue Dec 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.23-1
 - updated to 1.23
 - built with perl 5.16.3

+ 9 - 5
p/perl-XML-DOM/perl-XML-DOM-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-XML-DOM
-Version:        1.44
-Release:        10%{?_dist_release}
+Version:        1.46
+Release:        11%{?_dist_release}
 Summary:        DOM extension to XML::Parser
 
 Group:          Development/Libraries
@@ -9,6 +9,9 @@ URL:            http://search.cpan.org/dist/XML-DOM/
 Source0:        http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-DOM-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
 BuildArch:      noarch
 # perl(XML::Parser::PerlSAX)
 BuildRequires:  perl-libxml-perl
@@ -21,9 +24,6 @@ Requires:       perl >= %(eval "`%{__perl} -V:version`"; echo $version)
 #Obsoletes:      perl-libxml-enno <= 1.02
 Conflicts:      perl-libxml-enno <= 1.02
 
-Vendor: Project Vine
-Distribution: Vine Linux
-
 %description
 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
@@ -72,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.46-1
+- new upstream release.
+- rebuilt with perl-5.26.
+
 * Tue Jul 1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.44-10
 - rebuilt with perl-5.16.3.
 

+ 9 - 3
p/perl-XML-RegExp/perl-XML-RegExp-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-XML-RegExp
 Version:        0.04
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Regular expressions for XML tokens
 
 Group:          Development/Libraries
@@ -9,9 +9,12 @@ URL:            http://search.cpan.org/dist/XML-RegExp/
 Source0:        http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-RegExp-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
 BuildArch:      noarch
-BuildRequires:  perl
-Requires:       perl >= %(eval "`%{__perl} -V:version`"; echo $version)
+BuildRequires:  perl >= 2:5.26.2
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This package contains an utility module containing regular expressions
@@ -49,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.04-2
+- rebuilt with perl-5.26.
+
 * Tue Jul 1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.04-1
 - new upstream release.
 

+ 8 - 3
p/perl-XML-XQL/perl-XML-XQL-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-XML-XQL
 Version:        0.68
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 Summary:        Perl module for querying XML tree structures with XQL
 Summary(ja):    XQL を利用して XML ツリー構造を問い合わせるための Perl モジュール
 License:        GPL+ or Artistic
@@ -10,6 +10,8 @@ URL:            http://search.cpan.org/dist/XML-XQL/
 Source0:        http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-XQL-%{version}.tar.gz
 Patch0:         %{name}-tput-147465.patch
 
+Vendor:         Project Vine
+Distribution:   Vine Linux
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
@@ -17,8 +19,8 @@ BuildRequires:  perl(Date::Manip) >= 5.33
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Parse::Yapp)
-BuildRequires:  perl(XML::DOM) >= 1.29
-BuildRequires:  perl(XML::Parser) >= 2.30
+BuildRequires:  perl(XML::DOM)
+BuildRequires:  perl(XML::Parser)
 Requires:       perl(XML::DOM)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -66,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %{__perl_provides}
 %{_mandir}/man3/XML::XQL*.3*
 
 %changelog
+* Mon May 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.68-4
+- rebuilt with perl-5.26.
+
 * Tue Jul 01 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.68-3
 - rebuild with perl-5.16.3
 

+ 10 - 6
p/perl-libxml-perl/perl-libxml-perl-vl.spec

@@ -5,21 +5,22 @@
 Summary: A collection of Perl modules for working with XML.
 Name: perl-%{module}
 Version: 0.08
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: distributable
 Group: Development/Libraries
 Source0: http://search.cpan.org/CPAN/authors/id/K/KM/KMACLEOD/%{module}-%{version}.tar.gz
 URL: http://search.cpan.org/dist/libxml-perl/
 
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(XML::Parser) >= 2.19
+BuildRequires: perl(XML::Parser)
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires: perl(XML::Parser) >= 2.19
+Requires: perl(XML::Parser)
 
-Vendor: Project Vine
-Distribution: Vine Linux
 
 %description
 libxml-perl is a collection of smaller Perl modules, scripts, and
@@ -70,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{perl_vendorlib}/XML/PatAct
 
 %changelog
+* Mon May 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.08-4
+- rebuilt with perl-5.26.
+
 * Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.08-3
 - rebuilt with perl 5.16.3
 
@@ -114,7 +118,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
 - automated rebuild
 
-* Thu Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com> 0.07-5
+* Wed Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com> 0.07-5
 - imported from mandrake. tweaked man path.
 
 * Sun Jun 17 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 0.07-4mdk