public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nicoleau Fabien <eponyme@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-WWW-Curl] epel10: New package
Date: Sun, 02 Aug 2026 10:04:46 GMT [thread overview]
Message-ID: <178566508607.1.17916941832704495269.rpms-perl-WWW-Curl-33448bd1e160@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-WWW-Curl
Branch : epel10
Commit : 33448bd1e16072556925ae445f6d927e308cd209
Author : Nicoleau Fabien <eponyme@fedoraproject.org>
Date : 2009-01-15T19:35:41+00:00
Stats : +73/-0 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/perl-WWW-Curl/c/33448bd1e16072556925ae445f6d927e308cd209?branch=epel10
Log:
New package
---
diff --git a/.cvsignore b/.cvsignore
index e69de29..7ab3d63 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+WWW-Curl-4.05.tar.gz
diff --git a/import.log b/import.log
new file mode 100644
index 0000000..832083d
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+perl-WWW-Curl-4_05-4_fc10:HEAD:perl-WWW-Curl-4.05-4.fc10.src.rpm:1232048116
diff --git a/perl-WWW-Curl.spec b/perl-WWW-Curl.spec
new file mode 100644
index 0000000..761e715
--- /dev/null
+++ b/perl-WWW-Curl.spec
@@ -0,0 +1,70 @@
+Name: perl-WWW-Curl
+Version: 4.05
+Release: 4%{?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://www.cpan.org/authors/id/S/SZ/SZBALINT/WWW-Curl-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: perl >= 1:5.6.1
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Test::Base)
+BuildRequires: libcurl-devel
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+WWW::Curl is a Perl extension interface for libcurl.
+
+%prep
+%setup -q -n WWW-Curl-%{version}
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+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 -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/*
+
+%check
+# These tests require network
+%{?!_with_network_tests: rm t/01basic.t }
+%{?!_with_network_tests: rm t/02callbacks.t }
+%{?!_with_network_tests: rm t/04abort-test.t }
+%{?!_with_network_tests: rm t/05progress.t }
+%{?!_with_network_tests: rm t/09times.t }
+%{?!_with_network_tests: rm t/14duphandle.t }
+%{?!_with_network_tests: rm t/15duphandle-callback.t }
+%{?!_with_network_tests: rm t/18twinhandles.t }
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc Changes LICENSE README
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/WWW*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jan 14 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 4.05-4
+- Licence update
+* Wed Jan 14 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 4.05-3
+- README.Win32 file removed
+* Wed Jan 14 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 4.05-2
+- Timestamp preserved
+- changelog format fix
+- README.Win32 file removed
+* Thu Dec 11 2008 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 4.05-1
+- Initial build with cpan2spec
diff --git a/sources b/sources
index e69de29..4a9d434 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a49d09edc7491d9d8abec3ef79799853 WWW-Curl-4.05.tar.gz
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=178566508607.1.17916941832704495269.rpms-perl-WWW-Curl-33448bd1e160@fedoraproject.org \
--to=eponyme@fedoraproject.org \
--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