]> git.pld-linux.org Git - packages/perl-Crypt-CAST5_PP.git/commitdiff
- new perl-Crypt-CAST5_PP-1_00-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Jul 2002 18:02:42 +0000 (18:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Crypt-CAST5_PP.spec -> 1.1

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

diff --git a/perl-Crypt-CAST5_PP.spec b/perl-Crypt-CAST5_PP.spec
new file mode 100644 (file)
index 0000000..5c953ce
--- /dev/null
@@ -0,0 +1,54 @@
+%include       /usr/lib/rpm/macros.perl
+%define                pdir    Crypt
+%define                pnam    CAST5_PP
+Summary:       Crypt::CAST5_PP Perl module - CAST5 block cipher implemented in pure Perl
+Summary(pl):   Modu³ Perla Crypt::CAST5_PP - szyfr blokowy CAST5 zaimplementowany w samym Perlu
+Name:          perl-Crypt-CAST5_PP
+Version:       1.00
+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-Test-Simple >= 0.1
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module provides a pure Perl implementation of the CAST5 block
+cipher. CAST5 is also known as CAST-128. It is a product of the CAST
+design procedure developed by C. Adams and S. Tavares. The CAST5
+cipher is available royalty-free.
+
+%description -l pl
+Ten modu³ zawiera implementacjê szyfru blokowego CAST5 napisan± w
+samym Perlu. CAST5 jest znany tak¿e jako CAST-128 i jest produktem
+procesu projektowania CAST, tworzonego przez C. Adamsa i S. Tavaresa.
+Szyfr CAST5 jest dostêpny bezp³atnie.
+
+%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/CAST5_PP.pm
+%{perl_sitelib}/Crypt/CAST5_PP
+%dir %{perl_sitelib}/auto/Crypt/CAST5_PP
+%{perl_sitelib}/auto/Crypt/CAST5_PP/autosplit.ix
+%{perl_sitelib}/auto/Crypt/CAST5_PP/*.al
+%{_mandir}/man3/*
This page took 0.079237 seconds and 4 git commands to generate.