rpms/perl-Crypt-SSLeay/devel perl-Crypt-SSLeay.spec,1.29,1.30

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Fri Oct 26 20:32:29 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-Crypt-SSLeay/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13218

Modified Files:
	perl-Crypt-SSLeay.spec 
Log Message:
fix buildroot.


Index: perl-Crypt-SSLeay.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-SSLeay/devel/perl-Crypt-SSLeay.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- perl-Crypt-SSLeay.spec	25 Oct 2007 18:08:16 -0000	1.29
+++ perl-Crypt-SSLeay.spec	26 Oct 2007 20:31:56 -0000	1.30
@@ -1,23 +1,24 @@
-Name:          perl-Crypt-SSLeay
-Summary:       Crypt::SSLeay - OpenSSL glue that provides LWP https support
-Version:       0.57
-Release:       1%{?dist}
-License:       GPL+ or Artistic
-Group:         Development/Libraries
-Source0:       http://www.cpan.org/authors/id/D/DL/DLAND/Crypt-SSLeay-%{version}.tar.gz
-Patch0:        perl-Crypt-SSLeay-cryptdef.patch
-Patch1:        perl-Crypt-SSLeay-0.57-live-tests.patch
-URL:           http://search.cpan.org/dist/Crypt-SSLeay/
-BuildRoot:     %{_tmppath}/perl-Crypt-SSLeay-buildroot/
-BuildRequires: openssl-devel
-BuildRequires: pkgconfig
-BuildRequires: perl(URI)
-BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(Test::Pod::Coverage)
-BuildRequires: perl(ExtUtils::MakeMaker::Coverage)
-BuildRequires: perl(Test::Pod)
-BuildRequires: perl(LWP::UserAgent)
-Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Name:           perl-Crypt-SSLeay
+Summary:        Crypt::SSLeay - OpenSSL glue that provides LWP https support
+Version:        0.57
+Release:        2%{?dist}
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+Source0:        http://www.cpan.org/authors/id/D/DL/DLAND/Crypt-SSLeay-%{version}.tar.gz
+Patch0:         perl-Crypt-SSLeay-cryptdef.patch
+Patch1:         perl-Crypt-SSLeay-0.57-live-tests.patch
+URL:            http://search.cpan.org/dist/Crypt-SSLeay/
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig
+BuildRequires:  perl(URI)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(ExtUtils::MakeMaker::Coverage)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(LWP::UserAgent)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
 %description
@@ -85,6 +86,10 @@
 
 
 %changelog
+* Fri Oct 26 2007 Robin Norwood <rnorwood at redhat.com> - 0.57-2
+- Fix buildroot per package review
+- Resolves: bz#226248
+
 * Thu Oct 25 2007 Robin Norwood <rnorwood at redhat.com> - 0.57-1
 - Update to latest upstream version.
 - Remove old patch (patch applied to upstream)




More information about the fedora-extras-commits mailing list