jplesnik pushed to perl-Net-OpenID-Server (master). "Initial import"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 6 19:34:47 UTC 2015


>From 60ab56ef0efaf803bcd15e57b3a841f23d978d51 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Mon, 6 Apr 2015 21:34:22 +0200
Subject: Initial import


diff --git a/.gitignore b/.gitignore
index e69de29..2193a4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Net-OpenID-Server-1.09.tar.gz
diff --git a/perl-Net-OpenID-Server.spec b/perl-Net-OpenID-Server.spec
new file mode 100644
index 0000000..c5b46d0
--- /dev/null
+++ b/perl-Net-OpenID-Server.spec
@@ -0,0 +1,60 @@
+Name:           perl-Net-OpenID-Server
+Version:        1.09
+Release:        1%{?dist}
+Summary:        Library for building your own OpenID server/provider
+# Public Domain: examples/server.cgi
+# GPL+ or Artistic: the rest of the distribution
+License:        (GPL+ or Artistic) and Public Domain
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Net-OpenID-Server/
+Source0:        http://www.cpan.org/authors/id/R/RO/ROBN/Net-OpenID-Server-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Digest::SHA)
+BuildRequires:  perl(fields)
+BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(Net::OpenID::Common) >= 1.11
+BuildRequires:  perl(Net::OpenID::IndirectMessage)
+BuildRequires:  perl(Time::Local)
+BuildRequires:  perl(URI)
+# Tests
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(Net::OpenID::Common) >= 1.11
+
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Net::OpenID::Common\\)$
+
+%description
+This is the Perl API for (the server half of) OpenID, a distributed
+identity system based on proving you own a URL, which is then your
+identity.
+
+%prep
+%setup -q -n Net-OpenID-Server-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes examples README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Mar 24 2015 Jitka Plesnikova <jplesnik at redhat.com> 1.09-1
+- Initial release
diff --git a/sources b/sources
index e69de29..4d2b09f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+202fb0b735ad809ae7e9a923c24344f8  Net-OpenID-Server-1.09.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Net-OpenID-Server.git/commit/?h=master&id=60ab56ef0efaf803bcd15e57b3a841f23d978d51


More information about the scm-commits mailing list