public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-BZ-Client] epel10: Initial import.
@ 2026-08-05 18:52 Emmanuel Seyman
  0 siblings, 0 replies; only message in thread
From: Emmanuel Seyman @ 2026-08-05 18:52 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-05 18:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 18:52 [rpms/perl-BZ-Client] epel10: Initial import Emmanuel Seyman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox