Name: ccrypt Version: 1.11 Release: 1%{?dist} Summary: Secure encryption and decryption of files and streams License: GPLv2+ URL: http://ccrypt.sourceforge.net/ #Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz %scm_source git file://e:/gcc/ccrypt-1.11 ccrypt-1.11 #Patch0: ccrypt-1.10-include_crypt_h.patch BuildRequires: gcc BuildRequires: gettext %description ccrypt is a utility for encrypting and decrypting files and streams. It was designed as a replacement for the standard unix crypt utility, which is notorious for using a very weak encryption algorithm. %prep #%autosetup -p 1 %scm_setup autoreconf -ivf %build export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" export LIBS="-lcx -lpthread" %configure --disable-static #%make_build %{__make} %{_smp_mflags} %install %make_install %find_lang %{name} %check #%make_build check %{__make} check %files -f %{name}.lang %doc AUTHORS ChangeLog NEWS README doc/cypfaq01.txt %license COPYING %{_mandir}/man*/*.* %{_bindir}/cc* %changelog * Sat Jul 28 2018 Elbert Pol - 1.11-1 - First rpm build for OS/2 and ArcaNoa