OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Inspector?expand=0&rev=2
This commit is contained in:
parent
36bb5ff720
commit
1383006c8f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:450085a1226b713e4bc2efb26813d3563782b7a915215b3c2e6ada86593ee316
|
|
||||||
size 25129
|
|
3
Class-Inspector-1.18.tar.bz2
Normal file
3
Class-Inspector-1.18.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c0b0d0107168c759fb9623a1ce6ef87f36d9d83cc9dc55643ac677ca90dbe3c
|
||||||
|
size 26127
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 12:06:48 CET 2007 - pth@suse.de
|
||||||
|
|
||||||
|
- Update to 1.18:
|
||||||
|
- Updated to Module::Install 0.68
|
||||||
|
(This brings META.yml to the current version)
|
||||||
|
- Classes with leading numbers after the first :: are permitted
|
||||||
|
- Removing some old cruft from the tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 18 19:31:03 CEST 2006 - pth@suse.de
|
Wed Oct 18 19:31:03 CEST 2006 - pth@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Class-Inspector (Version 1.16)
|
# spec file for package perl-Class-Inspector (Version 1.18)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -13,13 +13,13 @@
|
|||||||
Name: perl-Class-Inspector
|
Name: perl-Class-Inspector
|
||||||
%define perl_name Class-Inspector
|
%define perl_name Class-Inspector
|
||||||
BuildRequires: perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod
|
BuildRequires: perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod
|
||||||
URL: http://search.cpan.org/~adamk/Class-Inspector
|
Url: http://search.cpan.org/~adamk/Class-Inspector
|
||||||
License: Artistic License, GNU General Public License (GPL) - all versions
|
License: Artistic License; GPL v2 or later
|
||||||
Group: Development/Languages/Perl
|
Group: Development/Libraries/Perl
|
||||||
Requires: perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod perl = %{perl_version}
|
Requires: perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod perl = %{perl_version}
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Summary: get information about a loaded class.
|
Summary: Get Information About a Loaded Class
|
||||||
Version: 1.16
|
Version: 1.18
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: Class-Inspector-%{version}.tar.bz2
|
Source: Class-Inspector-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -27,10 +27,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%description
|
%description
|
||||||
Class::Inspector allows you to get information about a loaded class.
|
Class::Inspector allows you to get information about a loaded class.
|
||||||
Most or all of this information can be found in other ways, but they
|
Most or all of this information can be found in other ways, but they
|
||||||
arn't always very friendly, and usually involve a relatively high level
|
are not always very conveniet, and usually involve a relatively high
|
||||||
of Perl wizardry, or strange and unusual looking code. Class::Inspector
|
level of Perl wizardry, or strange and unusual looking code.
|
||||||
attempts to provide an easier, more friendly interface to this
|
Class-Inspector attempts to provide an easier, more friendly interface
|
||||||
information.
|
to this information.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -44,6 +44,8 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make
|
make
|
||||||
|
|
||||||
|
%check
|
||||||
make test
|
make test
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -64,7 +66,12 @@ rm -rf %buildroot
|
|||||||
%{perl_vendorarch}/auto/Class/Inspector/.packlist
|
%{perl_vendorarch}/auto/Class/Inspector/.packlist
|
||||||
%doc %{_mandir}/man3/Class::Inspector.3pm.gz
|
%doc %{_mandir}/man3/Class::Inspector.3pm.gz
|
||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
%changelog
|
||||||
%changelog -n perl-Class-Inspector
|
* Tue Nov 20 2007 - pth@suse.de
|
||||||
|
- Update to 1.18:
|
||||||
|
- Updated to Module::Install 0.68
|
||||||
|
(This brings META.yml to the current version)
|
||||||
|
- Classes with leading numbers after the first :: are permitted
|
||||||
|
- Removing some old cruft from the tests
|
||||||
* Wed Oct 18 2006 - pth@suse.de
|
* Wed Oct 18 2006 - pth@suse.de
|
||||||
- Initial package creation.
|
- Initial package creation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user