]> git.pld-linux.org Git - packages/perl-Crypt-NULL.git/commitdiff
- new RA-1_0 STABLE perl-Crypt-NULL-1_02-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 30 Jul 2002 22:07:54 +0000 (22:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Crypt-NULL.spec -> 1.1

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

diff --git a/perl-Crypt-NULL.spec b/perl-Crypt-NULL.spec
new file mode 100644 (file)
index 0000000..20f19c3
--- /dev/null
@@ -0,0 +1,48 @@
+%include       /usr/lib/rpm/macros.perl
+%define                pdir    Crypt
+%define                pnam    NULL
+Summary:       Crypt::NULL Perl module - NULL Encryption alghorithm
+Summary(pl):   Modu³ Perla Crypt::NULL - algorytm szyfrowania NULL
+Name:          perl-Crypt-NULL
+Version:       1.02
+Release:       1
+License:       Artistic
+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: rpm-perlprov >= 3.0.3-16
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The NULL Encryption Algorithm is a symmetric block cipher described in
+RFC 2410 by Rob Glenn and Stephen Kent. This module implements NULL
+encryption. It supports the Crypt::CBC interface.
+
+%description -l pl
+Algorytm kodowania NULL jest symetrycznym szyfrem blokowym opisanym w
+RFC 2410 przez Roba Glenna i Stephena Kenta. Ten modu³ jest
+implementacj± kodowania NULL. Obs³uguje interfejs Crypt::CBC.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+perl Makefile.PL
+%{__make}
+%{__make} test
+
+%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/NULL.pm
+%{_mandir}/man3/*
This page took 0.032989 seconds and 4 git commands to generate.