]> git.pld-linux.org Git - packages/ccrypt.git/blame - ccrypt.spec
Up to 1.11.
[packages/ccrypt.git] / ccrypt.spec
CommitLineData
e1578923 1Summary: Secure encryption and decryption of files and streams
f4b3987e 2Summary(pl.UTF-8): Bezpieczne szyfrowanie i odszyfrowywanie plików i strumieni
e1578923 3Name: ccrypt
3a97f1c4
AM
4Version: 1.11
5Release: 1
b5a60298 6License: GPL
f986733b 7Group: Applications/System
f529b93e 8Source0: http://downloads.sourceforge.net/ccrypt/%{name}-%{version}.tar.gz
3a97f1c4 9# Source0-md5: 262573b04416b3b947f0d38807ec5246
6a293c19 10URL: http://ccrypt.sourceforge.net/
66f0ebf5 11BuildRequires: autoconf
12BuildRequires: automake
8c612047 13BuildRequires: gettext-tools
da382405 14BuildRequires: libtool
f986733b 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
e1578923 16
17%description
18ccrypt is a utility for encrypting and decrypting files and streams.
2fe9e758 19It was designed to replace the standard Unix crypt utility, which is
e1578923 20notorious for using a very weak encryption algorithm. ccrypt is based
21on the Rijndael date for the Advanced Encryption Standard (AES). This
22cipher is believed to provide very strong security.
23
e6d7e219
JR
24%description -l pl.UTF-8
25ccrypt jest narzędziem do szyfrowania i odszyfrowywania plików oraz
26strumieni. Zostało opracowane by zastąpić standardowe narzędzie
27uniksowe crypt, które używa bardzo słabego algorytmu szyfrowania.
b5a60298 28ccrypt bazuje na Rijndael AES (Advanced Encryption Standard). Ten
e6d7e219 29szyfr jest uważany za dający duże bezpieczeństwo.
b5a60298 30
e1578923 31%prep
66f0ebf5 32%setup -q
e1578923 33
34%build
66f0ebf5 35rm -f missing
da382405 36%{__libtoolize}
744a847c 37%{__aclocal}
8b32dbd6 38%{__autoconf}
39%{__automake}
66f0ebf5 40%configure
41%{__make}
e1578923 42
43%install
44rm -rf $RPM_BUILD_ROOT
45
66f0ebf5 46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
e1578923 48
da382405 49%find_lang %{name}
50
b5a60298
JB
51%clean
52rm -rf $RPM_BUILD_ROOT
e1578923 53
da382405 54%files -f %{name}.lang
e1578923 55%defattr(644,root,root,755)
65611e35 56%doc AUTHORS ChangeLog NEWS README doc/cypfaq01.txt
e1578923 57%attr(755,root,root) %{_bindir}/*
58%{_mandir}/man1/*
This page took 0.158491 seconds and 4 git commands to generate.