]> git.pld-linux.org Git - packages/perl-WWW-Curl.git/blame - perl-WWW-Curl.spec
- versioned Obsoletes
[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
51a7bf57 11Release: 7
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 23BuildRequires: rpm-perlprov >= 4.1-13
7e5d374d 24BuildRequires: rpmbuild(macros) >= 1.745
45720984 25Obsoletes: perl-Curl-easy < 2
0ce1f133
JB
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29WWW::Curl::easy provides an interface to the libcurl C library
8b7228f9 30<http://curl.haxx.se/>.
0ce1f133
JB
31
32Before v2.0, this module was called 'Curl::easy'. The name has changed
33to better suit CPAN naming guidelines.
34
1839ea5b 35%description -l pl.UTF-8
0ce1f133 36WWW::Curl::easy dostarcza interfejs do biblioteki C libcurl
8b7228f9 37<http://curl.haxx.se/>.
0ce1f133 38
1839ea5b
JR
39Przed wersją 2.0 ten moduł nazywał się Curl::easy. Nazwa została
40zmieniona, aby lepiej pasowała do wytycznych CPAN dotyczących
0ce1f133
JB
41nazewnictwa.
42
43%prep
44%setup -q -n %{pdir}-%{pnam}-%{version}
5bed86b0 45%patch0 -p1
6cfc52b9 46%patch1 -p1
2cf90da8 47%patch2 -p1
0ce1f133
JB
48
49%build
50%{__perl} Makefile.PL \
51 INSTALLDIRS=vendor
0ce1f133 52%{__make} \
830316d1 53 CC="%{__cc}" \
306f3314 54 LD="%{__cc}" \
55 OPTIMIZE="%{rpmcflags}" \
56 OTHERLDFLAGS="%{rpmldflags}"
0ce1f133
JB
57
58%{?with_tests:%{__make} test}
59
60%install
61rm -rf $RPM_BUILD_ROOT
62
8b7228f9 63%{__make} pure_install \
0ce1f133
JB
64 DESTDIR=$RPM_BUILD_ROOT
65
0e3c8050 66%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/WWW/Curl/.packlist
8b7228f9 67
0ce1f133
JB
68%clean
69rm -rf $RPM_BUILD_ROOT
70
71%files
72%defattr(644,root,root,755)
73%doc Changes README
0ce1f133
JB
74%{perl_vendorarch}/WWW/Curl.pm
75%{perl_vendorarch}/WWW/Curl
76%dir %{perl_vendorarch}/auto/WWW/Curl
0ce1f133 77%attr(755,root,root) %{perl_vendorarch}/auto/WWW/Curl/Curl.so
0e3c8050 78%{_mandir}/man3/WWW::Curl.3pm*
This page took 0.080485 seconds and 4 git commands to generate.