]> git.pld-linux.org Git - packages/perl-WWW-Curl.git/blame - perl-WWW-Curl.spec
- fix building with curl 7.69.x
[packages/perl-WWW-Curl.git] / perl-WWW-Curl.spec
CommitLineData
0ce1f133
JB
1#
2# Conditional build:
1eab0def 3%bcond_with tests # perform "make test" (fetches URL passed interactively)
0ce1f133 4#
5e5c7e2e 5%define pdir WWW
6%define pnam Curl
0ce1f133 7Summary: WWW::Curl::easy - Perl extension interface for libcurl
f129820c 8Summary(pl.UTF-8): WWW::Curl::easy - interfejs perlowy do biblioteki libcurl
0ce1f133 9Name: perl-WWW-Curl
5bed86b0 10Version: 4.17
2cf90da8 11Release: 5
0ce1f133
JB
12License: MPL or MIT/X
13Group: Development/Languages/Perl
0e3c8050 14Source0: http://www.cpan.org/modules/by-authors/id/S/SZ/SZBALINT/%{pdir}-%{pnam}-%{version}.tar.gz
5bed86b0
AM
15# Source0-md5: 997ac81cd6b03b30b36f7cd930474845
16Patch0: WWW-Curl-4.17-Skip-preprocessor-symbol-only-CURL_STRICTER.patch
6cfc52b9 17Patch1: curl-7.66.0.patch
2cf90da8 18Patch2: curl-7.69.0.patch
0ce1f133
JB
19URL: http://curl.haxx.se/libcurl/perl/
20BuildRequires: curl-devel
21BuildRequires: perl-devel >= 1:5.8.0
5bed86b0 22BuildRequires: perl-Module-Install
0ce1f133
JB
23BuildRequires: rpm-perlprov >= 4.1-13
24Obsoletes: perl-Curl-easy
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28WWW::Curl::easy provides an interface to the libcurl C library
8b7228f9 29<http://curl.haxx.se/>.
0ce1f133
JB
30
31Before v2.0, this module was called 'Curl::easy'. The name has changed
32to better suit CPAN naming guidelines.
33
1839ea5b 34%description -l pl.UTF-8
0ce1f133 35WWW::Curl::easy dostarcza interfejs do biblioteki C libcurl
8b7228f9 36<http://curl.haxx.se/>.
0ce1f133 37
1839ea5b
JR
38Przed wersją 2.0 ten moduł nazywał się Curl::easy. Nazwa została
39zmieniona, aby lepiej pasowała do wytycznych CPAN dotyczących
0ce1f133
JB
40nazewnictwa.
41
42%prep
43%setup -q -n %{pdir}-%{pnam}-%{version}
5bed86b0 44%patch0 -p1
6cfc52b9 45%patch1 -p1
2cf90da8 46%patch2 -p1
0ce1f133
JB
47
48%build
49%{__perl} Makefile.PL \
50 INSTALLDIRS=vendor
0ce1f133 51%{__make} \
830316d1 52 CC="%{__cc}" \
306f3314 53 LD="%{__cc}" \
54 OPTIMIZE="%{rpmcflags}" \
55 OTHERLDFLAGS="%{rpmldflags}"
0ce1f133
JB
56
57%{?with_tests:%{__make} test}
58
59%install
60rm -rf $RPM_BUILD_ROOT
61
8b7228f9 62%{__make} pure_install \
0ce1f133
JB
63 DESTDIR=$RPM_BUILD_ROOT
64
0e3c8050 65%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/WWW/Curl/.packlist
8b7228f9 66
0ce1f133
JB
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%files
71%defattr(644,root,root,755)
72%doc Changes README
0ce1f133
JB
73%{perl_vendorarch}/WWW/Curl.pm
74%{perl_vendorarch}/WWW/Curl
75%dir %{perl_vendorarch}/auto/WWW/Curl
0ce1f133 76%attr(755,root,root) %{perl_vendorarch}/auto/WWW/Curl/Curl.so
0e3c8050 77%{_mandir}/man3/WWW::Curl.3pm*
This page took 0.102646 seconds and 4 git commands to generate.