limb pushed to perl-BZ-Client (epel7). "Initial import."

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Nov 16 14:50:44 UTC 2015


From 6ae6b7c0fa596475ff9d950b6970da9cd67b41d5 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <eseyman at fedoraproject.org>
Date: Wed, 26 Aug 2009 22:50:59 +0000
Subject: Initial import.

---
 .cvsignore          |  1 +
 import.log          |  1 +
 perl-BZ-Client.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |  1 +
 4 files changed, 54 insertions(+)
 create mode 100644 import.log
 create mode 100644 perl-BZ-Client.spec

diff --git a/.cvsignore b/.cvsignore
index e69de29..1246f2e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+BZ-Client-1.02.tar.gz
diff --git a/import.log b/import.log
new file mode 100644
index 0000000..61a37e0
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+perl-BZ-Client-1_02-1_fc11:HEAD:perl-BZ-Client-1.02-1.fc11.src.rpm:1251326953
diff --git a/perl-BZ-Client.spec b/perl-BZ-Client.spec
new file mode 100644
index 0000000..a62f597
--- /dev/null
+++ b/perl-BZ-Client.spec
@@ -0,0 +1,51 @@
+Name:           perl-BZ-Client
+Version:        1.02
+Release:        1%{?dist}
+Summary:        A client for the Bugzilla web services API
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/BZ-Client/
+Source0:        http://www.cpan.org/authors/id/J/JW/JWIED/BZ-Client-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(LWP)
+BuildRequires:  perl(XML::Parser)
+BuildRequires:  perl(XML::Writer)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+This module provides an interface to the Bugzilla web services API.
+
+%prep
+%setup -q -n BZ-Client-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README LICENSE
+%{perl_vendorlib}/BZ
+%{_mandir}/man3/*
+
+%changelog
+* Tue Aug 11 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.02-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..cf1ce1e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5b2672bebb843e251cfa440cb1bec419  BZ-Client-1.02.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-BZ-Client.git/commit/?h=epel7&id=6ae6b7c0fa596475ff9d950b6970da9cd67b41d5


More information about the perl-devel mailing list