diff --git a/perl-Crypt-SSLeay.spec b/perl-Crypt-SSLeay.spec index 7193ad6..dc51534 100644 --- a/perl-Crypt-SSLeay.spec +++ b/perl-Crypt-SSLeay.spec @@ -1,7 +1,7 @@ Name: perl-Crypt-SSLeay Summary: Crypt::SSLeay - OpenSSL glue that provides LWP https support Version: 0.64 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://www.cpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-%{version}.tar.gz @@ -47,6 +47,9 @@ necessary SSL glue for that module to work. %prep %setup -q -n Crypt-SSLeay-%{version} +# Placate rpmlint +chmod -c -x lib/Net/SSL.pm + %build if pkg-config openssl ; then export INC="$CFLAGS `pkg-config --cflags-only-I openssl`" @@ -61,7 +64,6 @@ make %{?_smp_mflags} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null %{_fixperms} %{buildroot} chmod -R u+w %{buildroot}/* chmod -R 644 eg/* @@ -81,6 +83,11 @@ make test %{_mandir}/man3/Net::SSL.3pm* %changelog +* Wed Aug 8 2012 Paul Howarth - 0.64-2 +- Remove circular BR: perl(Net::SSL) provided by this package +- Placate rpmlint regarding file permissions +- Don't need to remove empty directories from the buildroot + * Tue Aug 07 2012 Petr Ĺ abata - 0.64-1 - 0.64 bump