rpms/perl-Crypt-OpenSSL-DSA/F-7 perl-Crypt-OpenSSL-DSA.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Wes Hardaker (hardaker) fedora-extras-commits at redhat.com
Tue May 22 19:40:33 UTC 2007


Author: hardaker

Update of /cvs/extras/rpms/perl-Crypt-OpenSSL-DSA/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17408/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Crypt-OpenSSL-DSA.spec 
Log Message:
F7 import for perl-Crypt-OpenSSL-DSA



--- NEW FILE perl-Crypt-OpenSSL-DSA.spec ---
Name:           perl-Crypt-OpenSSL-DSA
Version:        0.13
Release:        3%{?dist}
Summary:        Perl interface to OpenSSL for DSA
License:        GPL or Artistic 
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Crypt-OpenSSL-DSA/
Source0:        http://www.cpan.org/authors/id/T/TJ/TJMATHER/Crypt-OpenSSL-DSA-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  openssl openssl-devel perl(Test) perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Digest::SHA1) perl(File::Temp)

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Crypt::OpenSSL::DSA - Digital Signature Algorithm using OpenSSL

%prep
%setup -q -n Crypt-OpenSSL-DSA-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Crypt/
%{_mandir}/man3/*

%changelog
* Mon May 14 2007  Wes Hardaker <wjhns174 at hardakers.net> - 0.13-3
- BuildRequire perl(Test) perl(ExtUtils::MakeMaker) perl(Digest::SHA1)
  and perl(File::Temp)
- Fixed source code URL

* Tue May  8 2007  Wes Hardaker <wjhns174 at hardakers.net> - 0.13-2
- Add BuildRequire openssl-devel
- Don't manually require openssl
- Use vendorarch instead of vendorlib 

* Thu Apr 19 2007  Wes Hardaker <wjhns174 at hardakers.net> - 0.13-1
- Initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-OpenSSL-DSA/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 May 2007 16:43:22 -0000	1.1
+++ .cvsignore	22 May 2007 19:39:58 -0000	1.2
@@ -0,0 +1 @@
+Crypt-OpenSSL-DSA-0.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-OpenSSL-DSA/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 May 2007 16:43:22 -0000	1.1
+++ sources	22 May 2007 19:39:58 -0000	1.2
@@ -0,0 +1 @@
+3ae371799108731623a8d9b3adf7f767  Crypt-OpenSSL-DSA-0.13.tar.gz




More information about the fedora-extras-commits mailing list