Stephan Kulow 2011-12-19 15:29:34 +00:00 committed by Git OBS Bridge
parent 719881ec06
commit 18e2845f5a
2 changed files with 4 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6ca7719cd8568e60204f39027c1c68d19fa690b1f3fd380ed14031a1a70fd9d
size 146035

View File

@ -15,17 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%bcond_with test
Name: perl-Net-SSLeay
%define cpan_name Net-SSLeay
Summary: Perl extension for using OpenSSL
Version: 1.36
Release: 7
License: OpenSSL License, Original SSLeay License
Group: Development/Libraries/Perl
Version: 1.36
Release: 0
Url: http://search.cpan.org/dist/Net-SSLeay/
#Source: http://www.cpan.org/modules/by-module/Net/Net-SSLeay-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
@ -33,7 +32,8 @@ Patch0: %{name}-%{version}.diff
Patch1: %{name}-%{version}-undefined.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: openssl openssl-devel
BuildRequires: openssl
BuildRequires: openssl-devel
BuildRequires: perl
BuildRequires: perl-macros
%if %{with test}