]> git.pld-linux.org Git - packages/perl-Crypt-DES_EDE3.git/commitdiff
- new RA-1_0 STABLE perl-Crypt-DES_EDE3-0_01-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 29 Jul 2002 16:21:04 +0000 (16:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Crypt-DES_EDE3.spec -> 1.1

perl-Crypt-DES_EDE3.spec [new file with mode: 0644]

diff --git a/perl-Crypt-DES_EDE3.spec b/perl-Crypt-DES_EDE3.spec
new file mode 100644 (file)
index 0000000..2764bad
--- /dev/null
@@ -0,0 +1,46 @@
+%include       /usr/lib/rpm/macros.perl
+%define                pdir    Crypt
+%define                pnam    DES_EDE3
+Summary:       Crypt::DES_EDE3 Perl module - Triple-DES EDE implementation
+Summary(pl):   Modu³ Perla Crypt::DES_EDE3 - implementacja Triple-DES EDE
+Name:          perl-Crypt-DES_EDE3
+Version:       0.01
+Release:       1
+License:       Artistic or GPL
+Group:         Development/Languages/Perl
+Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+BuildRequires: perl >= 5.6
+BuildRequires: perl-Crypt-DES
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is Crypt::DES_EDE3, a module implementing Triple-DES EDE
+(encrypt-decrypt-encrypt) encryption and decryption.
+
+%description -l pl
+To jest modu³ Crypt::DES_EDE3, bêd±cy implementacj± szyfrowania i
+odszyfrowywania Triple-DES EDE (encrypt-decrypt-encrypt).
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+perl Makefile.PL
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_sitelib}/Crypt/DES_EDE3.pm
+%{_mandir}/man3/*
This page took 0.138685 seconds and 4 git commands to generate.