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