public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Emmanuel Seyman <eseyman@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-BZ-Client] epel10: Initial import.
Date: Wed, 05 Aug 2026 18:52:52 GMT [thread overview]
Message-ID: <178595597279.1.1106480582672942240.rpms-perl-BZ-Client-6ae6b7c0fa59@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-BZ-Client
Branch : epel10
Commit : 6ae6b7c0fa596475ff9d950b6970da9cd67b41d5
Author : Emmanuel Seyman <eseyman@fedoraproject.org>
Date : 2009-08-26T22:50:59+00:00
Stats : +54/-0 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/perl-BZ-Client/c/6ae6b7c0fa596475ff9d950b6970da9cd67b41d5?branch=epel10
Log:
Initial import.
---
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@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
reply other threads:[~2026-08-05 18:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178595597279.1.1106480582672942240.rpms-perl-BZ-Client-6ae6b7c0fa59@fedoraproject.org \
--to=eseyman@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox