forked from pool/perl-WWW-Pastebin-PastebinCom-Create
0.003
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Pastebin-PastebinCom-Create?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
WWW-Pastebin-PastebinCom-Create-0.003.tar.gz
Normal file
3
WWW-Pastebin-PastebinCom-Create-0.003.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0f699dceee543a42ce4bb5a804eab8b0f0095b4b35c8b348039948ef3070e877
|
||||||
|
size 8243
|
5
perl-WWW-Pastebin-PastebinCom-Create.changes
Normal file
5
perl-WWW-Pastebin-PastebinCom-Create.changes
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 26 22:11:25 UTC 2010 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- initial package (0.003)
|
||||||
|
|
58
perl-WWW-Pastebin-PastebinCom-Create.spec
Normal file
58
perl-WWW-Pastebin-PastebinCom-Create.spec
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
# vim: set sw=4 ts=4 et nu:
|
||||||
|
|
||||||
|
Name: perl-WWW-Pastebin-PastebinCom-Create
|
||||||
|
Version: 0.003
|
||||||
|
Release: 0
|
||||||
|
Summary: Paste to pastebin.com from Perl
|
||||||
|
Source: http://search.cpan.org/CPAN/authors/id/Z/ZO/ZOFFIX/WWW-Pastebin-PastebinCom-Create-%{version}.tar.gz
|
||||||
|
URL: http://search.cpan.org/dist/WWW-Pastebin-PastebinCom-Create
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
License: Perl License
|
||||||
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||||
|
Requires: perl = %{perl_version}
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
|
BuildRequires: perl(Module::Build) >= 0.35
|
||||||
|
BuildRequires: perl(URI) >= 1.35
|
||||||
|
BuildRequires: perl(LWP::UserAgent) >= 2.036
|
||||||
|
BuildRequires: perl(overload) >= 1.04
|
||||||
|
BuildRequires: perl(Carp) >= 1.04
|
||||||
|
Requires: perl(URI) >= 1.35
|
||||||
|
Requires: perl(LWP::UserAgent) >= 2.036
|
||||||
|
Requires: perl(overload) >= 1.04
|
||||||
|
Requires: perl(Carp) >= 1.04
|
||||||
|
|
||||||
|
%description
|
||||||
|
The module provides means of pasting large texts into the
|
||||||
|
http://pastebin.com pastebin site.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n "WWW-Pastebin-PastebinCom-Create-%{version}"
|
||||||
|
|
||||||
|
%build
|
||||||
|
%__perl ./Build.PL
|
||||||
|
./Build
|
||||||
|
|
||||||
|
%install
|
||||||
|
./Build pure_install --destdir "%{buildroot}" --installdirs vendor
|
||||||
|
%perl_process_packlist
|
||||||
|
|
||||||
|
%check
|
||||||
|
./Build test
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc Changes README
|
||||||
|
%dir %{perl_vendorlib}/WWW
|
||||||
|
%dir %{perl_vendorlib}/WWW/Pastebin
|
||||||
|
%dir %{perl_vendorlib}/WWW/Pastebin/PastebinCom
|
||||||
|
%{perl_vendorlib}/WWW/Pastebin/PastebinCom/Create.pm
|
||||||
|
%dir %{perl_vendorarch}/auto/WWW
|
||||||
|
%dir %{perl_vendorarch}/auto/WWW/Pastebin
|
||||||
|
%dir %{perl_vendorarch}/auto/WWW/Pastebin/PastebinCom
|
||||||
|
%{perl_vendorarch}/auto/WWW/Pastebin/PastebinCom/Create
|
||||||
|
%doc %{perl_man3dir}/WWW::Pastebin::PastebinCom::Create.%{perl_man3ext}%{ext_man}
|
||||||
|
|
Reference in New Issue
Block a user