forked from pool/perl-App-Nopaste
Accepting request 134033 from devel:languages:perl
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/134033 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-Nopaste?expand=0&rev=3
This commit is contained in:
commit
26001b1e77
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e335d7d7f017ba966e8845b276af154b320d079a191dd3f286bee209cf0cd8a
|
||||
size 38620
|
3
App-Nopaste-0.35.tar.gz
Normal file
3
App-Nopaste-0.35.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41bcd5540b8d002b817afbf0e434fdfeda84148c17827d4a9e090bf1bc85f9c0
|
||||
size 40698
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 13:09:10 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to 0.35
|
||||
Don't barf when gist-ing STDIN. (Ricardo SIGNES)
|
||||
Support for GitHub's v3 API [Вячеслав Тихановский (vti)]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 18:57:27 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-App-Nopaste
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,8 +15,9 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-App-Nopaste
|
||||
Version: 0.33
|
||||
Version: 0.35
|
||||
Release: 0
|
||||
Summary: Easy access to any pastebin
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
@ -36,16 +37,17 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(HTML::Form)
|
||||
BuildRequires: perl(JSON)
|
||||
BuildRequires: perl(Module::Pluggable)
|
||||
BuildRequires: perl(Moose) >= 0.74
|
||||
BuildRequires: perl(MooseX::Getopt) >= 0.17
|
||||
BuildRequires: perl(WWW::Mechanize)
|
||||
BuildRequires: perl(WWW::Pastebin::PastebinCom::Create)
|
||||
Requires: perl(MooseX::Getopt) >= 0.17
|
||||
Requires: perl(Module::Pluggable)
|
||||
Requires: perl(WWW::Mechanize)
|
||||
Requires: perl(Moose) >= 0.74
|
||||
Requires: perl(HTML::Form)
|
||||
Requires: perl(Module::Pluggable)
|
||||
Requires: perl(Moose) >= 0.74
|
||||
Requires: perl(MooseX::Getopt) >= 0.17
|
||||
Requires: perl(WWW::Mechanize)
|
||||
Recommends: perl(Browser::Open)
|
||||
Recommends: perl(Clipboard)
|
||||
Recommends: perl(WWW::Pastebin::PastebinCom::Create)
|
||||
@ -113,9 +115,6 @@ find "%{buildroot}%{perl_vendorlib}" -type f -name '*.pm' -exec %__chmod 0644 {}
|
||||
%check
|
||||
%__make test
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes
|
||||
|
Loading…
Reference in New Issue
Block a user