Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 8b1efdf091967308e7bcef8765587cbb > files > 2

perl-Crypt-Rijndael_PP-0.04-3.src.rpm

# $Revision: 1.12 $, $Date: 2004/05/07 01:09:18 $
#
# Conditional build
%bcond_without	tests	# Do not perform "make test"
#
%include	/usr/lib/rpm/macros.perl
%define		pdir	Crypt
%define		pnam	Rijndael_PP
Summary:	Crypt::Rijndael_PP Perl module - Rijndael encryption algorithm in pure Perl
Summary(pl):	Modu³ Perla Crypt::Rijndael_PP - algorytm szyfrowania Rijndael w samym Perlu
Name:		perl-Crypt-Rijndael_PP
Version:	0.04
Release:	3
# same as perl
License:	GPL v1+ or Artistic
Group:		Development/Languages/Perl
Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5:	db8e06273eb49358ea2e7aa87dcdd319
BuildRequires:	perl-devel >= 1:5.8.0
BuildRequires:	rpm-perlprov >= 4.1-13
BuildArch:	noarch
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
This is a pure Perl implementation of the new AES Rijndael.

%description -l pl
Ten modu³ jest czysto perlow± implementacj± szyfru Rijndael - nowego
standardu zaawansowanego szyfrowania.

%prep
%setup -q -n %{pdir}-%{pnam}-%{version}

%build
%{__perl} Makefile.PL \
	INSTALLDIRS=vendor
%{__make}

%{?with_tests:%{__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 TODO
%{perl_vendorlib}/Crypt/Rijndael_PP.pm
%{_mandir}/man3/*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback@pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log: perl-Crypt-Rijndael_PP.spec,v $
Revision 1.12  2004/05/07 01:09:18  ankry
- rel. 3

Revision 1.11  2004/05/06 18:09:26  ankry
- fixed perl-devel BR

Revision 1.10  2004/04/20 09:55:38  ankry
- new bconds

Revision 1.9  2004/04/19 20:14:26  ankry
- license fixes and unification

Revision 1.8  2003/08/18 08:08:37  gotar
- mass commit: cosmetics (removed trailing white spaces)

Revision 1.7  2003/05/28 13:00:31  malekith
- massive attack: source-md5

Revision 1.6  2003/05/25 06:24:34  misi3k
- massive attack s/pld.org.pl/pld-linux.org/

Revision 1.5  2003/04/11 18:59:22  radek
- BR: perl-devel; do not BR: perl

Revision 1.4  2003/03/01 18:46:40  radek
- should be ready for perl-5.8.0; release++

Revision 1.3  2003/02/25 00:37:45  radek
- use the __perl macro

Revision 1.2  2003/02/18 15:29:43  ankry
- massive attack: change CPAN URLs

Revision 1.1  2002/07/31 20:55:52  qboosh
- new