summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2014-04-25 19:57:45 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2014-04-25 19:57:45 -0600
commitd8b255ab165644b2eda3b39c71f2c4f0056c8e97 (patch)
treea5f57d52afe6c3fc7d94a00ef9fa60f865b5818c
downloadperl-WebService-NFSN-d8b255ab165644b2eda3b39c71f2c4f0056c8e97.tar.gz
perl-WebService-NFSN-d8b255ab165644b2eda3b39c71f2c4f0056c8e97.tar.xz
perl-WebService-NFSN-d8b255ab165644b2eda3b39c71f2c4f0056c8e97.zip
initial import (v1.02)
-rw-r--r--.gitignore1
-rw-r--r--perl-WebService-NFSN.spec74
-rw-r--r--sources1
3 files changed, 76 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b6826ef
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/WebService-NFSN-1.02.tar.gz
diff --git a/perl-WebService-NFSN.spec b/perl-WebService-NFSN.spec
new file mode 100644
index 0000000..a065fac
--- /dev/null
+++ b/perl-WebService-NFSN.spec
@@ -0,0 +1,74 @@
+Name: perl-WebService-NFSN
+Version: 1.02
+Release: 1%{?dist}
+Summary: Client for the NearlyFreeSpeech.NET API
+License: GPL+ or Artistic
+Group: Development/Libraries
+URL: http://search.cpan.org/dist/WebService-NFSN/
+Source0: http://www.cpan.org/modules/by-module/WebService/WebService-NFSN-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
+BuildRequires: perl
+BuildRequires: perl(Carp)
+BuildRequires: perl(Data::Dumper)
+BuildRequires: perl(Digest::SHA)
+BuildRequires: perl(Exception::Class)
+BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(File::ShareDir)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(HTTP::Request::Common)
+BuildRequires: perl(JSON::XS) >= 1
+BuildRequires: perl(LWP::Protocol::https) >= 6
+BuildRequires: perl(LWP::UserAgent) >= 6
+BuildRequires: perl(Module::Build)
+BuildRequires: perl(parent)
+BuildRequires: perl(Scalar::Util) >= 1.01
+BuildRequires: perl(Test::More)
+BuildRequires: perl(Try::Tiny) >= 0.04
+BuildRequires: perl(URI) >= 1.00
+Requires: perl(Carp)
+Requires: perl(Data::Dumper)
+Requires: perl(Digest::SHA)
+Requires: perl(Exception::Class)
+Requires: perl(Exporter) >= 5.57
+Requires: perl(File::ShareDir)
+Requires: perl(File::Spec)
+Requires: perl(HTTP::Request::Common)
+Requires: perl(JSON::XS) >= 1
+Requires: perl(LWP::Protocol::https) >= 6
+Requires: perl(LWP::UserAgent) >= 6
+Requires: perl(parent)
+Requires: perl(Scalar::Util) >= 1.01
+Requires: perl(Try::Tiny) >= 0.04
+Requires: perl(URI) >= 1.00
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+WebService::NFSN is a client library for NearlyFreeSpeech.NET's member API.
+It is only useful to people who have websites hosted at
+NearlyFreeSpeech.NET.
+
+%prep
+%setup -q -n WebService-NFSN-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%doc Changes LICENSE META.json README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Apr 25 2014 Ken Dreyer <ktdreyer@ktdreyer.com> 1.02-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
new file mode 100644
index 0000000..2f256c3
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+73aaab33a91349391122efed02c5e400 WebService-NFSN-1.02.tar.gz