Mark some perl packages with noarch. Bump rev.
--HG-- extra : convert_revision : 7f0c630b8989711cf851bee1242112af95a18a5f
This commit is contained in:
parent
613f8a22e9
commit
8447eda414
7 changed files with 16 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'perl-ExtUtils-Depends'.
|
# Template build file for 'perl-ExtUtils-Depends'.
|
||||||
pkgname=perl-ExtUtils-Depends
|
pkgname=perl-ExtUtils-Depends
|
||||||
version=0.301
|
version=0.301
|
||||||
|
revision=1
|
||||||
wrksrc="ExtUtils-Depends-$version"
|
wrksrc="ExtUtils-Depends-$version"
|
||||||
distfiles="${SOURCEFORGE_SITE}/gtk2-perl/ExtUtils-Depends-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/gtk2-perl/ExtUtils-Depends-$version.tar.gz"
|
||||||
build_style=perl_module
|
build_style=perl_module
|
||||||
|
@ -13,4 +14,5 @@ long_desc="
|
||||||
that a perl extension is treated like a shared library that provides
|
that a perl extension is treated like a shared library that provides
|
||||||
also a C and an XS interface besides the perl one."
|
also a C and an XS interface besides the perl one."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
Add_dependency full perl
|
Add_dependency full perl
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'perl-ExtUtils-PkgConfig'.
|
# Template build file for 'perl-ExtUtils-PkgConfig'.
|
||||||
pkgname=perl-ExtUtils-PkgConfig
|
pkgname=perl-ExtUtils-PkgConfig
|
||||||
version=1.12
|
version=1.12
|
||||||
|
revision=1
|
||||||
wrksrc="ExtUtils-PkgConfig-$version"
|
wrksrc="ExtUtils-PkgConfig-$version"
|
||||||
distfiles="${SOURCEFORGE_SITE}/gtk2-perl/ExtUtils-PkgConfig-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/gtk2-perl/ExtUtils-PkgConfig-$version.tar.gz"
|
||||||
build_style=perl_module
|
build_style=perl_module
|
||||||
|
@ -16,5 +17,6 @@ long_desc="
|
||||||
libraries that pkg-config knows. It is really just boilerplate code
|
libraries that pkg-config knows. It is really just boilerplate code
|
||||||
that you would've written yourself."
|
that you would've written yourself."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
Add_dependency full perl
|
Add_dependency full perl
|
||||||
Add_dependency full pkg-config
|
Add_dependency full pkg-config
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'perl-Test-Simple'.
|
# Template build file for 'perl-Test-Simple'.
|
||||||
pkgname=perl-Test-Simple
|
pkgname=perl-Test-Simple
|
||||||
version=0.86
|
version=0.86
|
||||||
|
revision=1
|
||||||
wrksrc="Test-Simple-$version"
|
wrksrc="Test-Simple-$version"
|
||||||
distfiles="${CPAN_SITE}/Test/Test-Simple-$version.tar.gz"
|
distfiles="${CPAN_SITE}/Test/Test-Simple-$version.tar.gz"
|
||||||
build_style=perl_module
|
build_style=perl_module
|
||||||
|
@ -13,4 +14,5 @@ long_desc="
|
||||||
to do more complicated testing, use the Test::More module (a drop-in
|
to do more complicated testing, use the Test::More module (a drop-in
|
||||||
replacement for this one)."
|
replacement for this one)."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
Add_dependency full perl
|
Add_dependency full perl
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'perl-URI'.
|
# Template build file for 'perl-URI'.
|
||||||
pkgname=perl-URI
|
pkgname=perl-URI
|
||||||
version=1.37
|
version=1.37
|
||||||
|
revision=1
|
||||||
wrksrc="URI-$version"
|
wrksrc="URI-$version"
|
||||||
distfiles="${CPAN_SITE}/URI/URI-$version.tar.gz"
|
distfiles="${CPAN_SITE}/URI/URI-$version.tar.gz"
|
||||||
build_style=perl_module
|
build_style=perl_module
|
||||||
|
@ -21,5 +22,6 @@ long_desc="
|
||||||
URI::URL interface. The emulated URI::URL implements both the old and
|
URI::URL interface. The emulated URI::URL implements both the old and
|
||||||
the new interface."
|
the new interface."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
Add_dependency build perl-MIME-Base64
|
Add_dependency build perl-MIME-Base64
|
||||||
Add_dependency full perl
|
Add_dependency full perl
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'perl-XML-NamespaceSupport'.
|
# Template build file for 'perl-XML-NamespaceSupport'.
|
||||||
pkgname=perl-XML-NamespaceSupport
|
pkgname=perl-XML-NamespaceSupport
|
||||||
version=1.09
|
version=1.09
|
||||||
|
revision=1
|
||||||
wrksrc="XML-NamespaceSupport-$version"
|
wrksrc="XML-NamespaceSupport-$version"
|
||||||
distfiles="${CPAN_SITE}/XML/XML-NamespaceSupport-$version.tar.gz"
|
distfiles="${CPAN_SITE}/XML/XML-NamespaceSupport-$version.tar.gz"
|
||||||
build_style=perl_module
|
build_style=perl_module
|
||||||
|
@ -13,4 +14,5 @@ long_desc="
|
||||||
maintain a prefix to namespace URI map, and provides a number of
|
maintain a prefix to namespace URI map, and provides a number of
|
||||||
basic checks."
|
basic checks."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
Add_dependency full perl
|
Add_dependency full perl
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'perl-XML-SAX'.
|
# Template build file for 'perl-XML-SAX'.
|
||||||
pkgname=perl-XML-SAX
|
pkgname=perl-XML-SAX
|
||||||
version=0.96
|
version=0.96
|
||||||
|
revision=1
|
||||||
wrksrc="XML-SAX-$version"
|
wrksrc="XML-SAX-$version"
|
||||||
distfiles="${CPAN_SITE}/XML/XML-SAX-$version.tar.gz"
|
distfiles="${CPAN_SITE}/XML/XML-SAX-$version.tar.gz"
|
||||||
build_style=perl_module
|
build_style=perl_module
|
||||||
|
@ -12,5 +13,6 @@ long_desc="
|
||||||
XML::SAX::Expat, which is a lower level interface to James Clark's
|
XML::SAX::Expat, which is a lower level interface to James Clark's
|
||||||
expat library."
|
expat library."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
Add_dependency full perl
|
Add_dependency full perl
|
||||||
Add_dependency full perl-XML-NamespaceSupport
|
Add_dependency full perl-XML-NamespaceSupport
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'perl-XML-Simple'.
|
# Template build file for 'perl-XML-Simple'.
|
||||||
pkgname=perl-XML-Simple
|
pkgname=perl-XML-Simple
|
||||||
version=2.18
|
version=2.18
|
||||||
|
revision=1
|
||||||
wrksrc="XML-Simple-$version"
|
wrksrc="XML-Simple-$version"
|
||||||
distfiles="${CPAN_SITE}/XML/XML-Simple-$version.tar.gz"
|
distfiles="${CPAN_SITE}/XML/XML-Simple-$version.tar.gz"
|
||||||
build_style=perl_module
|
build_style=perl_module
|
||||||
|
@ -11,6 +12,7 @@ long_desc="
|
||||||
This Perl module provides an easy API to read and write XML
|
This Perl module provides an easy API to read and write XML
|
||||||
(especially configuration files)."
|
(especially configuration files)."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
Add_dependency full perl
|
Add_dependency full perl
|
||||||
Add_dependency full expat
|
Add_dependency full expat
|
||||||
Add_dependency full perl-XML-Parser
|
Add_dependency full perl-XML-Parser
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue