public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Sys-Hostname-Long] rawhide: Use %{make_build} and %{make_install}
@ 2026-09-24 12:26 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-09-24 12:26 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Sys-Hostname-Long
Branch : rawhide
Commit : 490af500b51615f85f483ee720c712614411cf4b
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-09-24T13:10:27+01:00
Stats : +7/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Sys-Hostname-Long/c/490af500b51615f85f483ee720c712614411cf4b?branch=rawhide
Log:
Use %{make_build} and %{make_install}
---
diff --git a/perl-Sys-Hostname-Long.spec b/perl-Sys-Hostname-Long.spec
index 1026dfa..c205573 100644
--- a/perl-Sys-Hostname-Long.spec
+++ b/perl-Sys-Hostname-Long.spec
@@ -1,6 +1,6 @@
Name: perl-Sys-Hostname-Long
Version: 1.5
-Release: 34%{?dist}
+Release: 35%{?dist}
Summary: Try every conceivable way to get full hostname
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Sys-Hostname-Long
@@ -11,7 +11,7 @@ BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
-BuildRequires: perl(ExtUtils::MakeMaker) > 6.75
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Module Runtime
BuildRequires: hostname
BuildRequires: perl(Carp)
@@ -41,10 +41,10 @@ it is missing the long hostname.
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
-make %{?_smp_mflags}
+%{make_build}
%install
-make install DESTDIR=%{buildroot}
+%{make_install}
%{_fixperms} -c %{buildroot}
%check
@@ -58,6 +58,9 @@ perl testall.pl
%{_mandir}/man3/Sys::Hostname::Long.3*
%changelog
+* Thu Sep 24 2026 Paul Howarth <paul@city-fan.org> - 1.5-35
+- Use %%{make_build} and %%{make_install}
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-24 12:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 12:26 [rpms/perl-Sys-Hostname-Long] rawhide: Use %{make_build} and %{make_install} Paul Howarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox