0.15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-ErrorString-Perl?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
Parse-ErrorString-Perl-0.15.tar.gz
Normal file
3
Parse-ErrorString-Perl-0.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd2f80a3c4c326d428aa7b01e1e0fc07dc2740adc5704318f2bcec6c131ec253
|
||||||
|
size 20490
|
5
perl-Parse-ErrorString-Perl.changes
Normal file
5
perl-Parse-ErrorString-Perl.changes
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 27 14:22:32 UTC 2010 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- initial package (0.15)
|
||||||
|
|
71
perl-Parse-ErrorString-Perl.spec
Normal file
71
perl-Parse-ErrorString-Perl.spec
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
# vim: set sw=4 ts=4 et nu:
|
||||||
|
|
||||||
|
Name: perl-Parse-ErrorString-Perl
|
||||||
|
Version: 0.15
|
||||||
|
Release: 0
|
||||||
|
Summary: Parse error messages from the perl interpreter
|
||||||
|
Source: http://search.cpan.org/CPAN/authors/id/A/AZ/AZAWAWI/Parse-ErrorString-Perl-%{version}.tar.gz
|
||||||
|
URL: http://search.cpan.org/dist/Parse-ErrorString-Perl
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
License: Perl License
|
||||||
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||||
|
Requires: perl = %{perl_version}
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
|
BuildRequires: perl(Test::Differences)
|
||||||
|
BuildRequires: perl(File::Find)
|
||||||
|
BuildRequires: perl(File::Temp)
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||||
|
BuildRequires: perl(Pod::POM) >= 0.27
|
||||||
|
BuildRequires: perl(File::Spec)
|
||||||
|
BuildRequires: perl(File::Basename)
|
||||||
|
BuildRequires: perl(Pod::Find)
|
||||||
|
BuildRequires: perl(Class::XSAccessor)
|
||||||
|
BuildRequires: perl(Carp)
|
||||||
|
Requires: perl(Pod::POM) >= 0.27
|
||||||
|
Requires: perl(File::Spec)
|
||||||
|
Requires: perl(File::Basename)
|
||||||
|
Requires: perl(File::Find)
|
||||||
|
Requires: perl(File::Temp)
|
||||||
|
Requires: perl(Pod::Find)
|
||||||
|
Requires: perl(Class::XSAccessor)
|
||||||
|
Requires: perl(Carp)
|
||||||
|
|
||||||
|
%description
|
||||||
|
Parse::ErrorString::Perl - Parse error messages from the perl interpreter.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n "Parse-ErrorString-Perl-%{version}"
|
||||||
|
%__sed -i '/^auto_install/d' Makefile.PL
|
||||||
|
|
||||||
|
%build
|
||||||
|
%__perl Makefile.PL PREFIX="%{_prefix}"
|
||||||
|
%__make %{?jobs:-j%{jobs}}
|
||||||
|
|
||||||
|
%install
|
||||||
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
|
|
||||||
|
%check
|
||||||
|
%__make test
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc Changes LICENSE README
|
||||||
|
%{_bindir}/check_perldiag
|
||||||
|
%doc %{_mandir}/man1/check_perldiag.1%{ext_man}
|
||||||
|
%dir %{perl_vendorlib}/Parse
|
||||||
|
%dir %{perl_vendorlib}/Parse/ErrorString
|
||||||
|
%{perl_vendorlib}/Parse/ErrorString/Perl.pm
|
||||||
|
%{perl_vendorlib}/Parse/ErrorString/Perl
|
||||||
|
%dir %{perl_vendorarch}/auto/Parse
|
||||||
|
%dir %{perl_vendorarch}/auto/Parse/ErrorString
|
||||||
|
%{perl_vendorarch}/auto/Parse/ErrorString/Perl
|
||||||
|
%doc %{perl_man3dir}/Parse::ErrorString::Perl.%{perl_man3ext}%{ext_man}
|
||||||
|
%doc %{perl_man3dir}/Parse::ErrorString::Perl::*.%{perl_man3ext}%{ext_man}
|
||||||
|
|
Reference in New Issue
Block a user