[mingw-libidn: 18/18] Dropped the .la files

epienbro epienbro at fedoraproject.org
Wed Mar 7 19:23:51 UTC 2012


commit 7dcd726b1cd29022375c9cfcb808415e545c0a7b
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 20:22:11 2012 +0100

    Dropped the .la files

 mingw-libidn.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/mingw-libidn.spec b/mingw-libidn.spec
index 4f19561..bd160f0 100644
--- a/mingw-libidn.spec
+++ b/mingw-libidn.spec
@@ -76,6 +76,9 @@ rm -r $RPM_BUILD_ROOT%{mingw32_mandir}/man*
 # The .def file isn't interesting for other libraries/applications
 rm -f $RPM_BUILD_ROOT%{mingw32_bindir}/libidn-11.def
 
+# Drop all .la files
+find $RPM_BUILD_ROOT -name "*.la" -delete
+
 %find_lang libidn
 
 
@@ -84,7 +87,6 @@ rm -f $RPM_BUILD_ROOT%{mingw32_bindir}/libidn-11.def
 %{mingw32_bindir}/idn.exe
 %{mingw32_bindir}/libidn-11.dll
 %{mingw32_libdir}/libidn.dll.a
-%{mingw32_libdir}/libidn.la
 %{mingw32_libdir}/pkgconfig/libidn.pc
 %{mingw32_includedir}/*.h
 
@@ -98,6 +100,7 @@ rm -f $RPM_BUILD_ROOT%{mingw32_bindir}/libidn-11.def
 - Renamed the source package to mingw-libidn (RHBZ #800914)
 - Use mingw macros without leading underscore
 - Dropped unneeded RPM tags
+- Dropped the .la files
 
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.14-11
 - Rebuild against the mingw-w64 toolchain


More information about the scm-commits mailing list