From: TizenOpenSource Date: Thu, 8 Feb 2024 09:32:25 +0000 (+0900) Subject: Bump to 1.36 X-Git-Tag: accepted/tizen/unified/20240228.013651^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fsandbox%2Fperl-Class-Inspector_1.36;p=platform%2Fupstream%2Fperl-Class-Inspector.git Bump to 1.36 Signed-off-by: TizenOpenSource --- diff --git a/packaging/perl-Class-Inspector.manifest b/packaging/perl-Class-Inspector.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/perl-Class-Inspector.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/perl-Class-Inspector.spec b/packaging/perl-Class-Inspector.spec new file mode 100644 index 0000000..94eec9e --- /dev/null +++ b/packaging/perl-Class-Inspector.spec @@ -0,0 +1,36 @@ +Name: perl-Class-Inspector +Version: 1.36 +Release: 0 +License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Get information about a class and its structure +Url: https://metacpan.org/pod/Class::Inspector +Group: Development/Libraries +Source0: %{name}-%{version}.tar.gz +Source1001: perl-Class-Inspector.manifest +BuildRequires: perl +BuildRequires: perl(MIME::Base64) +BuildArch: noarch + +%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. + +%prep +%setup -q -n %{name}-%{version} +cp %{SOURCE1001} . + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +%perl_make_install +%perl_process_packlist +%perl_gen_filelist + +%files -f %{name}.files +%license LICENSE