forked from pool/perl-Test-Exception
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Exception?expand=0&rev=1
This commit is contained in:
commit
b837d34e01
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
Test-Exception-0.25.tar.bz2
Normal file
3
Test-Exception-0.25.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11c15e8c2db6e921bde611243740bd8c26f195ffc23f51cf7cdf801b8d156a61
|
||||
size 11039
|
5
perl-Test-Exception.changes
Normal file
5
perl-Test-Exception.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 18:17:42 CEST 2007 - anicka@suse.cz
|
||||
|
||||
- package created (version 0.25)
|
||||
|
67
perl-Test-Exception.spec
Normal file
67
perl-Test-Exception.spec
Normal file
@ -0,0 +1,67 @@
|
||||
#
|
||||
# spec file for package perl-Test-Exception (Version 0.25 )
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-Test-Exception
|
||||
BuildRequires: perl-Sub-Uplevel
|
||||
Version: 0.25
|
||||
Release: 1
|
||||
Requires: perl = %{perl_version}
|
||||
Requires: perl-Sub-Uplevel
|
||||
Autoreqprov: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License
|
||||
URL: http://cpan.org/modules/by-module/Test/
|
||||
Summary: Test::Exception - Test exception based code
|
||||
Source: Test-Exception-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This module provides a few convenience methods for testing exception
|
||||
based code. It is built with Test::Builder and plays happily with
|
||||
Test::More and friends.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Adrian Howard <adrianh@quietstars.com>
|
||||
|
||||
%prep
|
||||
%setup -q -n Test-Exception-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README
|
||||
%doc %{_mandir}/man?/*
|
||||
/var/adm/perl-modules/%{name}
|
||||
%dir %{perl_vendorlib}/Test
|
||||
%dir %{perl_vendorarch}/auto/Test/
|
||||
%{perl_vendorlib}/Test/Exception.pm
|
||||
%{perl_vendorarch}/auto/Test/Exception/
|
||||
|
||||
%changelog
|
||||
* Thu Jun 14 2007 - anicka@suse.cz
|
||||
- package created (version 0.25)
|
Loading…
x
Reference in New Issue
Block a user