diff --git a/libtomcrypt.changes b/libtomcrypt.changes index 01181ab..23788b2 100644 --- a/libtomcrypt.changes +++ b/libtomcrypt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 8 13:14:47 UTC 2018 - jengelh@inai.de + +- Expand summary of libtomcrypt1. +- Use %make_install. + ------------------------------------------------------------------- Thu Jul 26 19:40:32 UTC 2018 - jengelh@inai.de diff --git a/libtomcrypt.spec b/libtomcrypt.spec index c794cfe..f4df0f8 100644 --- a/libtomcrypt.spec +++ b/libtomcrypt.spec @@ -42,7 +42,7 @@ block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines. %package -n %{soname} -Summary: Libraries for %{name} +Summary: Cryptographic toolkit with ciphers, hashes, PRNG and PKI Group: System/Libraries %description -n %{soname} @@ -91,7 +91,7 @@ export CFLAGS="%{optflags} -DLTM_DESC -DUSE_LTM" make %{?_smp_mflags} LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -f makefile.shared %install -make DESTDIR=%{buildroot} LIBPATH=%{_libdir} NODOCS=0 PREFIX=%{_prefix} -f makefile.shared install +%make_install -f makefile.shared DESTDIR=%{buildroot} LIBPATH=%{_libdir} NODOCS=0 PREFIX=%{_prefix} # Remove static libraries (It's upstream bug in makefile.shared I think.) rm %{buildroot}%{_libdir}/*.a find %{buildroot} -type f -name "*.la" -delete -print