public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-BZ-Client] epel10: Use correct upstream URL
@ 2026-08-05 18:53 Emmanuel Seyman
0 siblings, 0 replies; only message in thread
From: Emmanuel Seyman @ 2026-08-05 18:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-BZ-Client
Branch : epel10
Commit : 2cd4079730e3e18826e4167ba35ecc422c3e4a33
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date : 2015-04-19T11:48:16+02:00
Stats : +7/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-BZ-Client/c/2cd4079730e3e18826e4167ba35ecc422c3e4a33?branch=epel10
Log:
Use correct upstream URL
---
diff --git a/perl-BZ-Client.spec b/perl-BZ-Client.spec
index 245cf16..1288e68 100644
--- a/perl-BZ-Client.spec
+++ b/perl-BZ-Client.spec
@@ -1,11 +1,11 @@
Name: perl-BZ-Client
Version: 1.06
-Release: 1%{?dist}
+Release: 2%{?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
+Source0: http://www.cpan.org/authors/id/D/DJ/DJZORT/BZ-Client-%{version}.tar.gz
# Fix test to expect random hash keys, bug #1084032, CPAN RT#94402
Patch1: BZ-Client-1.04-Expect-perturbed-structure-members-on-t-11writer.t.patch
BuildArch: noarch
@@ -13,7 +13,7 @@ BuildRequires: perl(Data::Dumper)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Format::ISO8601)
BuildRequires: perl(DateTime::Format::Strptime)
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(File::Spec)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(HTTP::Cookies)
@@ -36,16 +36,13 @@ chmod 644 Changes README LICENSE
%patch1 -p1
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
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 \;
find $RPM_BUILD_ROOT -type f -name '*.pm' -exec chmod -x {} 2>/dev/null \;
-
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@@ -57,6 +54,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Sun Apr 19 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 1.06-2
+- Use correct upstream URL
+
* Sun Apr 19 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 1.06-1
- Update to 1.06
- Drop patch0 (upstreamed)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-05 18:53 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:53 [rpms/perl-BZ-Client] epel10: Use correct upstream URL Emmanuel Seyman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox