[mingw-libxml++: 21/24] Remove the .la files

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 15:44:12 UTC 2012


commit 12c51d6dee8bff91b0cbb80ccbeab0468e319ed3
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Feb 28 13:29:19 2012 +0200

    Remove the .la files

 mingw32-libxml++.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-libxml++.spec b/mingw32-libxml++.spec
index de6906f..00c47ee 100644
--- a/mingw32-libxml++.spec
+++ b/mingw32-libxml++.spec
@@ -6,7 +6,7 @@
 
 Name:           mingw32-%{name1}
 Version:        2.34.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        MinGW Windows C++ wrapper for the libxml2 XML parser library
 
 Group:          System Environment/Libraries
@@ -50,6 +50,7 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT%{_mingw32_docdir}
+rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la
 
 
 %files
@@ -57,7 +58,6 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_docdir}
 %{_mingw32_bindir}/libxml++-2.6-2.dll
 %{_mingw32_includedir}/*
 %{_mingw32_libdir}/libxml++-2.6.dll.a
-%{_mingw32_libdir}/libxml++-2.6.la
 %{_mingw32_libdir}/pkgconfig/*
 %dir %{_mingw32_libdir}/%{name1}-2.6
 %dir %{_mingw32_libdir}/%{name1}-2.6/include
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_docdir}
 
 
 %changelog
+* Tue Feb 28 2012 Kalev Lember <kalevlember at gmail.com> - 2.34.2-4
+- Remove the .la files
+
 * Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.34.2-3
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list