forked from pool/perl-Test-ClassAPI
Accepting request 25101 from home:rjschwei:perl-perlcritic
Copy from home:rjschwei:perl-perlcritic/perl-Test-ClassAPI via accept of submit request 25101 revision 3. Request was accepted with message: thanks! OBS-URL: https://build.opensuse.org/request/show/25101 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-ClassAPI?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
Test-ClassAPI-1.06.tar.gz
Normal file
3
Test-ClassAPI-1.06.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06f82d076501701d78b8dc40b7688507bcc6c58b1beafd559e05bb0644df00a2
|
||||||
|
size 29225
|
||||||
7
perl-Test-ClassAPI.changes
Normal file
7
perl-Test-ClassAPI.changes
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 16:17:57 CEST 2009 - rschweikert@novell.com
|
||||||
|
|
||||||
|
- Add changes file
|
||||||
|
- Add Test directory to files
|
||||||
|
- Cleanup changelog to only initial creation
|
||||||
|
|
||||||
74
perl-Test-ClassAPI.spec
Normal file
74
perl-Test-ClassAPI.spec
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
#
|
||||||
|
# spec file for package perl-Test-ClassAPI (Version 1.06)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2009 Novell
|
||||||
|
# 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://www.suse.de/feedback/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: perl-Test-ClassAPI
|
||||||
|
Version: 1.06
|
||||||
|
Release: 1
|
||||||
|
%define cpan_name Test-ClassAPI
|
||||||
|
Provides: %cpan_name
|
||||||
|
Requires: perl = %{perl_version}
|
||||||
|
Requires: perl-Params-Util >= 1.00
|
||||||
|
Requires: perl-Class-Inspector >= 1.12
|
||||||
|
Requires: perl-Config-Tiny >= 2.00
|
||||||
|
Autoreqprov: on
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
License: Artistic License, GPL, see package
|
||||||
|
URL: http://search.cpan.org/~adamk/Test-ClassAPI-1.06/lib/Test/ClassAPI.pm
|
||||||
|
Summary: Test::ClassAPI - Provides basic first-pass API testing for large class trees
|
||||||
|
Source0: %{cpan_name}-%{version}.tar.gz
|
||||||
|
BuildRequires: perl-Params-Util >= 1.00
|
||||||
|
BuildRequires: perl-Class-Inspector >= 1.12
|
||||||
|
BuildRequires: perl-Config-Tiny >= 2.00
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
For many APIs with large numbers of classes, it can be very useful to be
|
||||||
|
able to do a quick once-over to make sure that classes, methods, and
|
||||||
|
inheritance is correct, before doing more comprehensive testing. This
|
||||||
|
module aims to provide such a capability.
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
Adam Kennedy <adamk@cpan.org>
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
perl Makefile.PL
|
||||||
|
make
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
|
%install
|
||||||
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
|
%__rm -f %{buildroot}%{perl_vendorarch}/auto/Test/ClassAPI/.packlist
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc Changes LICENSE README
|
||||||
|
%doc %{_mandir}/man3/*
|
||||||
|
%dir %{perl_vendorlib}/Test
|
||||||
|
%{perl_vendorlib}/Test/ClassAPI.pm
|
||||||
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Oct 14 2009 Robert Schweikert <rschweikert@novell.com> - Test-ClassAPI
|
||||||
|
- Initial build.
|
||||||
|
|
||||||
Reference in New Issue
Block a user