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