forked from pool/perl-App-Nopaste
Accepting request 717907 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/717907 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-Nopaste?expand=0&rev=17
This commit is contained in:
commit
9664dd98aa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6005c70a366645f7989bf483e5eeb8ec3187a314b7b295447f20447a07295afc
|
||||
size 52932
|
3
App-Nopaste-1.013.tar.gz
Normal file
3
App-Nopaste-1.013.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cd41971688990cafd58420bf61f87d8fd03bc68276b3f311482bbfeed952bb0
|
||||
size 53722
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 05:02:18 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.013
|
||||
see /usr/share/doc/packages/perl-App-Nopaste/Changes
|
||||
|
||||
1.013 2019-07-23 02:00:06Z
|
||||
- amended instructions in App::Nopaste::Service::Gist regarding
|
||||
creating a gist authorization token
|
||||
- --copy now works with Control-V on X windows (PR#17, Shlomi Fish)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 9 05:03:05 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-App-Nopaste
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,18 +12,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-App-Nopaste
|
||||
Version: 1.012
|
||||
Version: 1.013
|
||||
Release: 0
|
||||
%define cpan_name App-Nopaste
|
||||
Summary: Easy access to any pastebin
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/App-Nopaste/
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: SusePaste.pm
|
||||
Source2: cpanspec.yml
|
||||
@ -91,11 +91,11 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
# MANUAL END
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
|
Loading…
Reference in New Issue
Block a user