From f2b6890a810f0f8967483cef6cbfcd2be40b2416f9885f6542a38ecc0af99824 Mon Sep 17 00:00:00 2001 From: Darin Perusich Date: Fri, 11 Jul 2014 09:20:36 +0000 Subject: [PATCH] do not package libtool archives OBS-URL: https://build.opensuse.org/package/show/security/libtomcrypt?expand=0&rev=5 --- libtomcrypt.changes | 5 +++++ libtomcrypt.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libtomcrypt.changes b/libtomcrypt.changes index 5ee8509..897c6eb 100644 --- a/libtomcrypt.changes +++ b/libtomcrypt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 11 09:07:26 UTC 2014 - darin@darins.net + +- do not package libtool archives + ------------------------------------------------------------------- Thu Jul 3 16:50:28 UTC 2014 - darin@darins.net diff --git a/libtomcrypt.spec b/libtomcrypt.spec index bb21044..61b4dfe 100644 --- a/libtomcrypt.spec +++ b/libtomcrypt.spec @@ -80,6 +80,7 @@ make %{?_smp_mflags} LIBPATH=%{_libdir} -f makefile.shared %{__make} DESTDIR=%{buildroot} LIBPATH=%{_libdir} NODOCS=0 -f makefile.shared install # Remove static libraries (It's upstream bug in makefile.shared I think.) %{__rm} %{buildroot}%{_libdir}/*.a +%{__rm} %{buildroot}%{_libdir}/*.la %post -n %{soname} -p /sbin/ldconfig @@ -100,9 +101,9 @@ make %{?_smp_mflags} LIBPATH=%{_libdir} -f makefile.shared %defattr(-,root,root) %attr(0644,root,root) %{_includedir}/tomcrypt*.h %{_libdir}/libtomcrypt.so -%{_libdir}/libtomcrypt.la %{_libdir}/libtomcrypt_prof.so -%{_libdir}/libtomcrypt_prof.la +#%{_libdir}/libtomcrypt.la +#%{_libdir}/libtomcrypt_prof.la %files examples