public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-WWW-Curl] epel10: Update dependencies; Use DESTDIR
Date: Sun, 02 Aug 2026 10:04:59 GMT	[thread overview]
Message-ID: <178566509975.1.16512814198683186996.rpms-perl-WWW-Curl-e66a9583e1be@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-08-02 10:04 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=178566509975.1.16512814198683186996.rpms-perl-WWW-Curl-e66a9583e1be@fedoraproject.org \
    --to=jplesnik@redhat.com \
    --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