[perl-ZMQ-LibZMQ3] * First Fedora build.

Jose Pedro Oliveira jpo at fedoraproject.org
Tue Jan 22 15:09:53 UTC 2013


commit aa1c16c29e27c3ca9b37600f435740abe641c692
Author: Jose Pedro Oliveira <jpo at di.uminho.pt>
Date:   Tue Jan 22 16:09:31 2013 +0000

     * First Fedora build.

 .gitignore            |    1 +
 perl-ZMQ-LibZMQ3.spec |   89 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 3 files changed, 91 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f523094 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ZMQ-LibZMQ3-1.08.tar.gz
diff --git a/perl-ZMQ-LibZMQ3.spec b/perl-ZMQ-LibZMQ3.spec
new file mode 100644
index 0000000..272c946
--- /dev/null
+++ b/perl-ZMQ-LibZMQ3.spec
@@ -0,0 +1,89 @@
+Name:           perl-ZMQ-LibZMQ3
+Version:        1.08
+Release:        2%{?dist}
+Summary:        Perl wrapper for the libzmq 3.x library
+
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/ZMQ-LibZMQ3/
+Source0:        http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/ZMQ-LibZMQ3-%{version}.tar.gz
+
+BuildRequires:  perl(AnyEvent)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More) >= 0.98
+BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Test::SharedFork)
+BuildRequires:  perl(Test::TCP) >= 1.08
+BuildRequires:  perl(threads)
+BuildRequires:  perl(ZMQ::Constants)
+BuildRequires:  zeromq3-devel
+
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%{?perl_default_filter}
+
+%description
+The ZMQ::LibZMQ3 module is a wrapper of the 0MQ message passing library for
+Perl. It's a thin wrapper around the C API. Please read http://zeromq.org
+for more details on 0MQ.
+
+
+%prep
+%setup -q -n ZMQ-LibZMQ3-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+
+%files
+%doc Changes
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/ZMQ*
+%{_mandir}/man3/*.3*
+
+
+%changelog
+* Mon Jan 21 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-2
+- BR: perl(threads) (#868531).
+
+* Sat Jan 19 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-1
+- Update to version 1.08
+
+* Wed Jan 16 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-1
+- Update to version 1.07
+
+* Sun Jan 13 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
+- Update to version 1.06
+
+* Wed Jan  9 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
+- Update to version 1.05
+
+* Sat Jan  5 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.03-1
+- Update to version 1.03
+
+* Fri Dec 28 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.02-1
+- Update to version 1.02
+
+* Thu Dec 27 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-2
+- Specfile corrections (based on the review of ZMQ::LibZMQ2)
+
+* Sat Oct 20 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-1
+- First Fedora specfile
+
+# vim:set ai ts=4 sw=4 sts=4 et:
diff --git a/sources b/sources
index e69de29..e9a1ce6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+387b58a73efb0cac913e191fa6d8fbaf  ZMQ-LibZMQ3-1.08.tar.gz


More information about the scm-commits mailing list