forked from pool/perl-Getopt-ArgvFile
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Getopt-ArgvFile?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
4e5dcaa312
commit
3604ec1e44
@@ -15,23 +15,23 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Getopt-ArgvFile
|
Name: perl-Getopt-ArgvFile
|
||||||
Version: 1.11
|
Version: 1.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Perl Module to interpolate Script Options from Files into @ARGV
|
Summary: Perl Module to interpolate Script Options from Files into @ARGV
|
||||||
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-%{version}.tar.gz
|
||||||
Url: http://search.cpan.org/dist/Getopt-ArgvFile/
|
Url: http://search.cpan.org/dist/Getopt-ArgvFile/
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
License: Artistic-1.0
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
BuildRequires: dos2unix make perl
|
BuildRequires: dos2unix
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
|
||||||
BuildRequires: perl(Test::Pod) >= 1.00
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||||||
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module simply interpolates option file hints in @ARGV by the contents of
|
This module simply interpolates option file hints in @ARGV by the contents of
|
||||||
@@ -45,13 +45,6 @@ The interpolated @ARGV could be subsequently processed by the usual option
|
|||||||
handling, e.g. by a Getopt::xxx module. Getopt::ArgvFile does not perform any
|
handling, e.g. by a Getopt::xxx module. Getopt::ArgvFile does not perform any
|
||||||
option handling itself, it only prepares the array @ARGV.
|
option handling itself, it only prepares the array @ARGV.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Jochen Stenzel <perl@jochen-stenzel.de>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n "Getopt-ArgvFile-%{version}"
|
%setup -q -n "Getopt-ArgvFile-%{version}"
|
||||||
%__sed -i '/^auto_install/d' Makefile.PL
|
%__sed -i '/^auto_install/d' Makefile.PL
|
||||||
@@ -68,9 +61,6 @@ dos2unix Changes
|
|||||||
%check
|
%check
|
||||||
%__make test
|
%__make test
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf "%{buildroot}"
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|||||||
Reference in New Issue
Block a user