3 %bcond_without tests # Do not perform "make test"
7 Summary: Crypt::Simple Perl module - encrypt stuff simply
8 Summary(pl.UTF-8): Moduł Perla Crypt::Simple - proste szyfrowanie
9 Name: perl-Crypt-Simple
13 Group: Development/Languages/Perl
14 Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
15 # Source0-md5: cdea18a98593364855f27afcb8519ec0
16 URL: http://search.cpan.org/dist/Crypt-Simple/
17 BuildRequires: perl-Crypt-Blowfish >= 2.06
18 BuildRequires: perl-Digest-MD5 >= 2.13
19 BuildRequires: perl-FreezeThaw >= 0.41
20 BuildRequires: perl-IO-Compress >= 1.11
21 BuildRequires: perl-MIME-Base64 >= 2.11
22 BuildRequires: perl-devel >= 1:5.8.0
23 BuildRequires: rpm-perlprov >= 4.1-13
24 Requires: perl-Crypt-Blowfish >= 2.06
25 Requires: perl-Digest-MD5 >= 2.13
26 Requires: perl-FreezeThaw >= 0.41
27 Requires: perl-IO-Compress >= 1.11
28 Requires: perl-MIME-Base64 >= 2.11
30 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33 This little module will convert all your data into nice base64 text
34 that you can save in a text file, send in an email, store in a cookie
35 or web page, or bounce around the Net. The data you encrypt can be as
36 simple or as complicated as you like.
38 %description -l pl.UTF-8
39 Ten mały moduł moduł konwertuje dane na przyjemny tekst base64, który
40 można zapisać w pliku tekstowym, wysłać pocztą elektroniczną, zapisać
41 w ciasteczku lub na stronie WWW, albo przesyłać przez sieć.
42 Zaszyfrowane dane mogą być dowolnie proste lub skomplikowane.
45 %setup -q -n %{pdir}-%{pnam}-%{version}
48 %{__perl} Makefile.PL \
52 %{?with_tests:%{__make} test}
55 rm -rf $RPM_BUILD_ROOT
58 DESTDIR=$RPM_BUILD_ROOT
61 rm -rf $RPM_BUILD_ROOT
64 %defattr(644,root,root,755)
66 %{perl_vendorlib}/Crypt/Simple.pm