From af6eeb2d363b07bacb831370a4378a8ba7601ff7 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:41:04 +0100 Subject: [PATCH] automatic version update by autodist [release 1.36-1mamba;Fri Feb 26 2021] --- README.md | 4 +--- perl-Class-Inspector.spec | 16 ++++++++-------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8573db3..4aacd0e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index e5f8f8f..16a76c5 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -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 -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 1.36-1mamba +- automatic version update by autodist + * Fri Oct 26 2012 Automatic Build System 1.28-1mamba - automatic version update by autodist