]> git.pld-linux.org Git - packages/perl-Net-SSLeay.git/blobdiff - perl-Net-SSLeay.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/perl-Net-SSLeay.git] / perl-Net-SSLeay.spec
index ca82eabae2ebd729058ea10c47c1bd5d9140291f..d8dac70927d33dc9913dd64f705a4878e1ec6715 100644 (file)
@@ -2,18 +2,16 @@
 Summary:       Net-SSLeay perl module
 Summary(pl):   Modu³ perla Net-SSLeay
 Name:          perl-Net-SSLeay
-Version:       1.06
+Version:       1.09
 Release:       1
 License:       GPL
 Group:         Development/Languages/Perl
-Group(de):     Entwicklung/Sprachen/Perl
-Group(pl):     Programowanie/Jêzyki/Perl
 Source0:       ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/Net_SSLeay.pm-%{version}.tar.gz
 Patch0:                %{name}-paths.patch
 BuildRequires: rpm-perlprov >= 3.0.3-18
 BuildRequires: openssl-tools
-BuildRequires: perl >= 5.6
-BuildRequires: openssl-devel >= 0.9.4-2
+BuildRequires: perl >= 5.6.1
+BuildRequires: openssl-devel >= 0.9.6a
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,8 +25,8 @@ Modul perla Net-SSLeay.
 %patch0 -p0
 
 %build
-perl Makefile.PL /usr
-%{__make} OPTIMIZE="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
+perl Makefile.PL %{_prefix}
+%{__make} OPTIMIZE="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -36,7 +34,7 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-install examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+install examples/*.{pl,conf} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 gzip -9nf Changes README
 
This page took 0.134119 seconds and 4 git commands to generate.