]> git.pld-linux.org Git - packages/perl-Net-SSLeay.git/blame - perl-Net-SSLeay.spec
- rebuild for perl 5.20
[packages/perl-Net-SSLeay.git] / perl-Net-SSLeay.spec
CommitLineData
898d1980 1#
2# Conditional build:
f89153ff 3%bcond_with tests # perform "make test"
898d1980 4#
52074e6b 5%include /usr/lib/rpm/macros.perl
893144ba 6Summary: Net::SSLeay - Perl extension for using OpenSSL or SSLeay
f4eb8062 7Summary(pl.UTF-8): Net::SSLeay - rozszerzenie Perla do używania OpenSSL lub SSLeay
52074e6b 8Name: perl-Net-SSLeay
da5128ba 9Version: 1.55
fc3f229e 10Release: 2
9506710a 11# same as openssl
be159a12 12License: Apache-like
52074e6b 13Group: Development/Languages/Perl
06aa4a60 14Source0: http://www.cpan.org/modules/by-module/Net/Net-SSLeay-%{version}.tar.gz
da5128ba 15# Source0-md5: 473b8d66ca69d5784bb0e428721f58e0
06aa4a60 16Patch0: %{name}-no_zlib.patch
6f9611cb 17URL: http://search.cpan.org/dist/Net-SSLeay/
259c50d9 18BuildRequires: openssl-devel >= 0.9.7d
19BuildRequires: openssl-tools >= 0.9.7d
d83281a2 20BuildRequires: perl-devel >= 1:5.8.0
4a04154d 21BuildRequires: rpm-perlprov >= 4.1-13
06aa4a60
JB
22%if %{with tests}
23BuildRequires: perl-MIME-Base64
24BuildRequires: perl-Test-Simple >= 0.60_01
25%endif
af86cfc8 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
52074e6b 27
28%description
67033d73
JB
29This module offers some high level convinience functions for accessing
30web pages on SSL servers, a sslcat() function for writing your own
31clients, and finally access to the SSL api of SSLeay/OpenSSL package
32so you can write servers or clients for more complicated applications.
33
e148820e
JR
34%description -l pl.UTF-8
35Ten moduł oferuje kilka wygodnych funkcji wysokiego poziomu służących
36do dostępu do stron WWW na serwerach SSL, funkcję sslcat() do pisania
37własnych klientów, oraz dostęp do API SSL pakietu SSLeay/OpenSSL, co
38pozwala na pisanie serwerów lub klientów dla bardziej skomplikowanych
67033d73 39aplikacji.
52074e6b 40
41%prep
73610985 42%setup -q -n Net-SSLeay-%{version}
9bf6eecd 43%patch0 -p1
52074e6b 44
45%build
73610985 46echo "n" | %{__perl} Makefile.PL %{_prefix} \
92a2c89f 47 INSTALLDIRS=vendor
a7798ded 48%{__make} \
80d0c332 49 CC="%{__cc}" \
a7798ded 50 OPTIMIZE="%{rpmcflags}"
52074e6b 51
73610985 52%{?with_tests:echo "n" | %{__make} test}
898d1980 53
52074e6b 54%install
55rm -rf $RPM_BUILD_ROOT
ec7586da 56install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
52074e6b 57
be73148f 58%{__make} pure_install \
a7798ded 59 DESTDIR=$RPM_BUILD_ROOT
be73148f 60
4860b30a 61install examples/*.{pl,conf} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
52074e6b 62
06aa4a60
JB
63%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Net/SSLeay.pod
64
52074e6b 65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files
69%defattr(644,root,root,755)
898d1980 70%doc Changes Credits README
4a04154d 71%{perl_vendorarch}/Net/SSLeay.pm
72%{perl_vendorarch}/Net/SSLeay
4a04154d 73%dir %{perl_vendorarch}/auto/Net/SSLeay
74%{perl_vendorarch}/auto/Net/SSLeay/autosplit.ix
75%{perl_vendorarch}/auto/Net/SSLeay/*.al
06aa4a60
JB
76%{perl_vendorarch}/auto/Net/SSLeay/SSLeay.bs
77%attr(755,root,root) %{perl_vendorarch}/auto/Net/SSLeay/SSLeay.so
78%{_mandir}/man3/Net::SSLeay*.3pm*
ec7586da 79%{_examplesdir}/%{name}-%{version}
This page took 0.14299 seconds and 4 git commands to generate.