Name: libaesgm Version: 20090429 Release: 21 License: BSD Summary: Encryption method AES (Rijndael) library implementation. URL: http://brg.a2hosted.com//oldsite/cryptography_technology/index.php Source0: https://github.com/BrianGladman/aes/archive/master.zip Source1: Makefile.aes Patch0000: libaesgm-20090429-fileencrypt.patch BuildRequires: make %description Encryption method AES (Rijndael) library implementation. %package devel Summary: libaesgm development files Requires: %{name} = %{version}-%{release} %description devel Libaesgm-devel - Development files for libaesgm %prep %setup -q -n aes-master cp %{SOURCE1} Makefile %patch0 -p1 %build %make_build CFLAGS="%{optflags} -fPIC -DUSE_SHA1" LDFLAGS="%{build_ldflags}" %install %make_install LIBDIR="%{_libdir}" %post /sbin/ldconfig %postun /sbin/ldconfig %files %doc *.txt %{_libdir}/libaesgm.so.* %files devel %{_includedir}/aes/ %{_libdir}/libaesgm.so %changelog * Fri Feb 21 2020 catastrowings - 20090429-21 - initial package