Bump to 1.36 sandbox/perl-Class-Inspector_1.36 accepted/tizen/unified/20240228.013651 accepted/tizen/unified/x/20240229.013809
authorTizenOpenSource <tizenopensrc@samsung.com>
Thu, 8 Feb 2024 09:32:25 +0000 (18:32 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Thu, 8 Feb 2024 09:32:25 +0000 (18:32 +0900)
Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
packaging/perl-Class-Inspector.manifest [new file with mode: 0644]
packaging/perl-Class-Inspector.spec [new file with mode: 0644]

diff --git a/packaging/perl-Class-Inspector.manifest b/packaging/perl-Class-Inspector.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/perl-Class-Inspector.spec b/packaging/perl-Class-Inspector.spec
new file mode 100644 (file)
index 0000000..94eec9e
--- /dev/null
@@ -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