eseyman pushed to perl-URI-ws (master). "Initial import"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 12 15:07:07 UTC 2015


From 03832e3c51f69e237bb6ed650a8f3613b7924c93 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emmanuel at seyman.fr>
Date: Tue, 12 May 2015 17:07:00 +0200
Subject: Initial import


diff --git a/.gitignore b/.gitignore
index e69de29..f6a1d63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/URI-ws-0.03.tar.gz
diff --git a/perl-URI-ws.spec b/perl-URI-ws.spec
new file mode 100644
index 0000000..05c53ee
--- /dev/null
+++ b/perl-URI-ws.spec
@@ -0,0 +1,49 @@
+Name:           perl-URI-ws
+Version:        0.03
+Release:        1%{?dist}
+Summary:        WebSocket support for URI package
+License:        GPL+ or Artistic
+
+URL:            http://search.cpan.org/dist/URI-ws/
+Source0:        http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/URI-ws-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(URI)
+BuildRequires:  perl(URI::_server)
+BuildRequires:  perl(warnings)
+
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+After this module is installed, the URI package provides the same set of
+methods for WebSocket URIs as it does for HTTP ones. For secure WebSockets,
+see URI::wss.
+
+%prep
+%setup -q -n URI-ws-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%license LICENSE
+%{perl_vendorlib}/URI*
+%{_mandir}/man3/URI*
+
+%changelog
+* Sun Mar 29 2015 Emmanuel Seyman <emmanuel at seyman.fr> 0.03-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..085e608 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+00d9aad6c4ac0234a06fd5f953cf056e  URI-ws-0.03.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-URI-ws.git/commit/?h=master&id=03832e3c51f69e237bb6ed650a8f3613b7924c93


More information about the scm-commits mailing list