[mingw-libsigc++20: 15/18] Remove the .la files

epienbro epienbro at fedoraproject.org
Wed Mar 7 19:52:53 UTC 2012


commit 1170da320bfedc72a1bc503725921ccef3d76ab3
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Feb 28 00:06:50 2012 +0200

    Remove the .la files

 mingw32-libsigc++20.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-libsigc++20.spec b/mingw32-libsigc++20.spec
index 140ace5..dd9ace2 100644
--- a/mingw32-libsigc++20.spec
+++ b/mingw32-libsigc++20.spec
@@ -4,7 +4,7 @@
 
 Name:           mingw32-libsigc++20
 Version:        2.2.10
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        MinGW Windows port of the typesafe signal framework for C++
 
 License:        LGPLv2+
@@ -50,20 +50,22 @@ make %{?_smp_mflags}
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 chmod a-x $RPM_BUILD_ROOT/%{_mingw32_libdir}/libsigc-2.0.dll.a
-chmod a-x $RPM_BUILD_ROOT/%{_mingw32_libdir}/libsigc-2.0.la
+rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/libsigc-2.0.la
 
 
 %files
 %doc COPYING
 %{_mingw32_bindir}/libsigc-2.0-0.dll
 %{_mingw32_libdir}/libsigc-2.0.dll.a
-%{_mingw32_libdir}/libsigc-2.0.la
 %{_mingw32_libdir}/pkgconfig/sigc++-2.0.pc
 %{_mingw32_includedir}/sigc++-2.0
 %{_mingw32_libdir}/sigc++-2.0
 
 
 %changelog
+* Tue Feb 28 2012 Kalev Lember <kalevlember at gmail.com> - 2.2.10-4
+- Remove the .la files
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.2.10-3
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list