From 61208adb94adb99fcbdd58b651c372e866ec98e2 Mon Sep 17 00:00:00 2001 From: TizenOpenSource Date: Thu, 8 Feb 2024 18:32:25 +0900 Subject: [PATCH] Bump to 1.36 Signed-off-by: TizenOpenSource --- packaging/perl-Class-Inspector.manifest | 5 ++++ packaging/perl-Class-Inspector.spec | 36 +++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 packaging/perl-Class-Inspector.manifest create mode 100644 packaging/perl-Class-Inspector.spec 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 -- 2.34.1