automatic version update by autodist [release 1.36-1mamba;Fri Feb 26 2021]
This commit is contained in:
parent
13f9c9e2f8
commit
af6eeb2d36
@ -1,6 +1,4 @@
|
||||
# perl-Class-Inspector
|
||||
|
||||
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 aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange and
|
||||
unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information.
|
||||
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 aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information.
|
||||
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Class-Inspector
|
||||
Version: 1.28
|
||||
Version: 1.36
|
||||
Release: 1mamba
|
||||
Summary: Class::Inspector - Get information about a class and its structure
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-%{version}.tar.gz
|
||||
URL: https://www.cpan.org
|
||||
Source: https://cpan.metacpan.org/modules/by-module/Class/Class-Inspector-%{version}.tar.gz
|
||||
License: GPL, Artistic
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libperl
|
||||
@ -22,12 +22,9 @@ BuildRequires: perl(Test::CPAN::Meta)
|
||||
#BuildRequires: perl(Test::MinimumVersion)
|
||||
BuildRequires: perl-devel
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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 aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange and
|
||||
unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information.
|
||||
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 aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information.
|
||||
|
||||
%prep
|
||||
%setup -q -n Class-Inspector-%{version}
|
||||
@ -51,10 +48,13 @@ chmod -R u+w %{buildroot}/*
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{perl_vendorlib}/Class/
|
||||
#%{_mandir}/man3/*.3pm.gz
|
||||
%{_mandir}/man3/*.3pm*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 1.36-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 26 2012 Automatic Build System <autodist@mambasoft.it> 1.28-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user