public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-WWW-Curl] epel10: Update dependencies; Use DESTDIR
@ 2026-08-02 10:04 Jitka Plesnikova
  0 siblings, 0 replies; only message in thread
From: Jitka Plesnikova @ 2026-08-02 10:04 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-WWW-Curl
Branch : epel10
Commit : e66a9583e1befc75ad8316e05843bf7002d9f350
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date   : 2013-07-14T20:11:44+02:00
Stats  : +14/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-WWW-Curl/c/e66a9583e1befc75ad8316e05843bf7002d9f350?branch=epel10

Log:
Update dependencies; Use DESTDIR

---
diff --git a/perl-WWW-Curl.spec b/perl-WWW-Curl.spec
index 8d71fc8..9af3b29 100644
--- a/perl-WWW-Curl.spec
+++ b/perl-WWW-Curl.spec
@@ -1,21 +1,26 @@
 Name:           perl-WWW-Curl
 Version:        4.15
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Perl extension interface for libcurl
 License:        MPLv1.1 or MIT
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/WWW-Curl/
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT/WWW-Curl-%{version}.tar.gz
 
+BuildRequires:  perl
 BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
+# Test::Pod is optional
+BuildRequires:  perl(warnings)
 BuildRequires:  perl(XSLoader)
 BuildRequires:  libcurl-devel
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %{?perl_default_filter}
 
@@ -29,15 +34,14 @@ WWW::Curl is a Perl extension interface for libcurl.
 rm -rf inc/*
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -63,6 +67,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jul 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 4.15-10
+- Update dependencies
+- Use DESTDIR rather than PERL_INSTALL_ROOT
+- Remove buildroot cleaning
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.15-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-08-02 10:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-02 10:04 [rpms/perl-WWW-Curl] epel10: Update dependencies; Use DESTDIR Jitka Plesnikova

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