[perl-ZMQ-Constants] * First build

Jose Pedro Oliveira jpo at fedoraproject.org
Fri Nov 2 15:43:13 UTC 2012


commit b9eae26f70b0be3bdaa1f5798a42da944b768691
Author: Jose Pedro Oliveira <jpo at di.uminho.pt>
Date:   Fri Nov 2 16:42:53 2012 +0000

     * First build

 .gitignore              |    1 +
 perl-ZMQ-Constants.spec |   60 +++++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b9f2361 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ZMQ-Constants-1.01.tar.gz
diff --git a/perl-ZMQ-Constants.spec b/perl-ZMQ-Constants.spec
new file mode 100644
index 0000000..c253221
--- /dev/null
+++ b/perl-ZMQ-Constants.spec
@@ -0,0 +1,60 @@
+Name:           perl-ZMQ-Constants
+Version:        1.01
+Release:        2%{?dist}
+Summary:        Constants for the libzmq library
+
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/ZMQ-Constants/
+Source0:        http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/ZMQ-Constants-%{version}.tar.gz
+
+BuildArch:      noarch
+
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Storable)
+
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+libzmq is a fast-changing beast and constants get renamed, new one gets
+removed, etc...
+
+
+%prep
+%setup -q -n ZMQ-Constants-%{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
+%doc Changes
+%{perl_vendorlib}/ZMQ/
+%{_mandir}/man3/*.3*
+
+
+%changelog
+* Thu Nov  1 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-2
+- Handle comment #1 items of the review ticket #868528.
+
+* Sat Oct 20 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-1
+- Update to 1.01.
+
+* Wed Oct 17 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.00-1
+- First Fedora release.
+
+# vim:set ai ts=4 sw=4 sts=4 et:
diff --git a/sources b/sources
index e69de29..792a285 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+89e61e2b720af64ff0b153de870dc12c  ZMQ-Constants-1.01.tar.gz



More information about the perl-devel mailing list