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
|
# 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
|
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.
|
||||||
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)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-Class-Inspector
|
Name: perl-Class-Inspector
|
||||||
Version: 1.28
|
Version: 1.36
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Class::Inspector - Get information about a class and its structure
|
Summary: Class::Inspector - Get information about a class and its structure
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/modules/by-module/Class/Class-Inspector-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
@ -22,12 +22,9 @@ BuildRequires: perl(Test::CPAN::Meta)
|
|||||||
#BuildRequires: perl(Test::MinimumVersion)
|
#BuildRequires: perl(Test::MinimumVersion)
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other
|
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.
|
||||||
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
|
%prep
|
||||||
%setup -q -n Class-Inspector-%{version}
|
%setup -q -n Class-Inspector-%{version}
|
||||||
@ -51,10 +48,13 @@ chmod -R u+w %{buildroot}/*
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{perl_vendorlib}/Class/
|
%{perl_vendorlib}/Class/
|
||||||
#%{_mandir}/man3/*.3pm.gz
|
%{_mandir}/man3/*.3pm*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 26 2012 Automatic Build System <autodist@mambasoft.it> 1.28-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user