automatic update by autodist [release 1.013-1mamba;Mon Feb 10 2020]

This commit is contained in:
Automatic Build System 2024-01-06 08:33:24 +01:00
parent 142c48a5cf
commit 4337f78134

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-App-Nopaste
Version: 1.004
Version: 1.013
Release: 1mamba
Summary: App::Nopaste - easy access to any pastebin
Group: System/Libraries/Perl
@ -23,6 +23,8 @@ BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-JSON-MaybeXS
BuildRequires: perl-namespace-clean
BuildRequires: perl-Path-Tiny
BuildRequires: perl-Module-Pluggable
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -33,6 +35,7 @@ App::Nopaste - easy access to any pastebin.
%setup -q -n App-Nopaste-%{version}
%build
PERL_MM_USE_DEFAULT=1 \
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make
@ -58,10 +61,11 @@ done
%files -f .packlist
%defattr(-,root,root)
%doc LICENSE
## note: eventually add the remaining documents (if any)
# %doc README README.md
%changelog
* Mon Feb 10 2020 Automatic Build System <autodist@mambasoft.it> 1.013-1mamba
- automatic update by autodist
* Fri Mar 20 2015 Automatic Build System <autodist@mambasoft.it> 1.004-1mamba
- automatic update by autodist