[mingw-plotmm: 14/18] Dropped .la files

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:46:14 UTC 2012


commit 8309b22a99f958bd3f73a628dab407f3cc55a4e8
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu Feb 2 17:02:12 2012 +0100

    Dropped .la files

 mingw32-plotmm.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-plotmm.spec b/mingw32-plotmm.spec
index e7e29a1..4c51313 100644
--- a/mingw32-plotmm.spec
+++ b/mingw32-plotmm.spec
@@ -4,7 +4,7 @@
 
 Name:           mingw32-plotmm
 Version:        0.1.2
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        MinGW GTKmm plot widget for scientific applications
 Group:          Development/Libraries
 License:        LGPLv2
@@ -18,7 +18,7 @@ Patch1:         mingw32-plotmm-ac.patch
 
 BuildArch:      noarch
 
-BuildRequires:  mingw32-filesystem >= 52
+BuildRequires:  mingw32-filesystem >= 68
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-gcc-c++
 BuildRequires:  mingw32-binutils
@@ -62,16 +62,22 @@ make DESTDIR=${RPM_BUILD_ROOT} install
 rm $RPM_BUILD_ROOT%{_mingw32_bindir}/curves.exe
 rm $RPM_BUILD_ROOT%{_mingw32_bindir}/simple.exe
 
+# Drop all .la files
+find $RPM_BUILD_ROOT -name "*.la" -delete
+
 
 %files
 %doc AUTHORS COPYING ChangeLog README
 %{_mingw32_bindir}/libplotmm-0.dll
 %{_mingw32_libdir}/libplotmm.dll.a
-%{_mingw32_libdir}/libplotmm.la
 %{_mingw32_libdir}/pkgconfig/plotmm.pc
 %{_mingw32_includedir}/plotmm
 
+
 %changelog
+* Thu Feb  2 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.1.2-11
+- Dropped .la files
+
 * Tue Jan 31 2012 Kalev Lember <kalevlember at gmail.com> - 0.1.2-10
 - Rebuilt for libpng 1.5
 - Spec cleanup for new rpmbuild


More information about the scm-commits mailing list