source: spec/trunk/SPECS/ccrypt.spec@ 1566

Last change on this file since 1566 was 1449, checked in by tellie, 7 years ago

spec: ccrypt: Release version 1.11-1.

File size: 1.2 KB
Line 
1Name: ccrypt
2Version: 1.11
3Release: 1%{?dist}
4Summary: Secure encryption and decryption of files and streams
5
6License: GPLv2+
7URL: http://ccrypt.sourceforge.net/
8#Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9%scm_source git file://e:/gcc/ccrypt-1.11 ccrypt-1.11
10
11#Patch0: ccrypt-1.10-include_crypt_h.patch
12
13BuildRequires: gcc
14BuildRequires: gettext
15
16%description
17ccrypt is a utility for encrypting and decrypting files and streams.
18It was designed as a replacement for the standard unix crypt utility,
19which is notorious for using a very weak encryption algorithm.
20
21%prep
22#%autosetup -p 1
23%scm_setup
24
25autoreconf -ivf
26
27%build
28export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
29export LIBS="-lcx -lpthread"
30
31%configure --disable-static
32
33#%make_build
34%{__make} %{_smp_mflags}
35
36%install
37%make_install
38%find_lang %{name}
39
40%check
41#%make_build check
42%{__make} check
43
44%files -f %{name}.lang
45%doc AUTHORS ChangeLog NEWS README doc/cypfaq01.txt
46%license COPYING
47%{_mandir}/man*/*.*
48%{_bindir}/cc*
49
50%changelog
51* Sat Jul 28 2018 Elbert Pol <elbert.pol@gmail.com> - 1.11-1
52- First rpm build for OS/2 and ArcaNoa
53
Note: See TracBrowser for help on using the repository browser.