From: TizenOpenSource Date: Wed, 14 Feb 2024 06:54:23 +0000 (+0900) Subject: Bump to 0.001013 X-Git-Tag: accepted/tizen/unified/20240228.013749^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cefe17b0147a5f102faf5352d593903141c1fb86;p=platform%2Fupstream%2Fperl-Sub-Exporter-Progressive.git Bump to 0.001013 Signed-off-by: TizenOpenSource --- diff --git a/packaging/perl-Sub-Exporter-Progressive.manifest b/packaging/perl-Sub-Exporter-Progressive.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/perl-Sub-Exporter-Progressive.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/perl-Sub-Exporter-Progressive.spec b/packaging/perl-Sub-Exporter-Progressive.spec new file mode 100644 index 0000000..a2ef5a5 --- /dev/null +++ b/packaging/perl-Sub-Exporter-Progressive.spec @@ -0,0 +1,41 @@ +Name: perl-Sub-Exporter-Progressive +Version: 0.001013 +Release: 1 +License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Only use Sub::Exporter if you need it +Url: https://metacpan.org/pod/Sub::Exporter::Progressive +Group: Development/Libraries +Source0: %{name}-%{version}.tar.gz +Source1001: perl-Sub-Exporter-Progressive.manifest +BuildRequires: perl +BuildRequires: perl(MIME::Base64) +BuildArch: noarch + +%description +Sub::Exporter is an incredibly powerful module, but with that power +comes great responsibility, er- as well as some runtime penalties. +This module is a Sub::Exporter wrapper that will let your users just +use Exporter if all they are doing is picking exports, but use Sub::Exporter +if your users try to use Sub::Exporter's more advanced features, +like renaming exports, if they try to use them. + +Note that this module will export @EXPORT, @EXPORT_OK and %EXPORT_TAGS +package variables for Exporter to work. Additionally, if your package +uses advanced Sub::Exporter features like currying, this module will +only ever use Sub::Exporter, so you might as well use it directly. + +%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