hardaker pushed to perl-Crypt-OpenSSL-DSA (epel7). "- initial import of the src rpm"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 28 18:04:44 UTC 2015


>From e99407b794f183717b5bcb79cfb64435913c70c5 Mon Sep 17 00:00:00 2001
From: Wes Hardaker <hardaker at fedoraproject.org>
Date: Tue, 22 May 2007 17:39:37 +0000
Subject: - initial import of the src rpm


diff --git a/.cvsignore b/.cvsignore
index e69de29..6f3f42d 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+Crypt-OpenSSL-DSA-0.13.tar.gz
diff --git a/perl-Crypt-OpenSSL-DSA.spec b/perl-Crypt-OpenSSL-DSA.spec
new file mode 100644
index 0000000..94a371d
--- /dev/null
+++ b/perl-Crypt-OpenSSL-DSA.spec
@@ -0,0 +1,61 @@
+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
diff --git a/sources b/sources
index e69de29..3ac19bc 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3ae371799108731623a8d9b3adf7f767  Crypt-OpenSSL-DSA-0.13.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Crypt-OpenSSL-DSA.git/commit/?h=epel7&id=e99407b794f183717b5bcb79cfb64435913c70c5


More information about the perl-devel mailing list