[mingw-zfstream] Dropped .la files

epienbro epienbro at fedoraproject.org
Fri Mar 9 15:58:12 UTC 2012


commit 17e263195d2cee5b1bcae90d18bfbd279e2eb7fa
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Fri Mar 9 16:58:05 2012 +0100

    Dropped .la files

 mingw-zfstream.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/mingw-zfstream.spec b/mingw-zfstream.spec
index fdfbaaa..3a5efda 100644
--- a/mingw-zfstream.spec
+++ b/mingw-zfstream.spec
@@ -9,7 +9,7 @@
 
 Name:           mingw-%{name1}
 Version:        %{vyear}%{vmonth}%{vday}
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        MinGW Windows abstraction API for reading and writing compressed files
 
 Group:          System Environment/Libraries
@@ -69,16 +69,21 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
+# Drop all .la files
+find $RPM_BUILD_ROOT -name "*.la" -delete
+
 
 %files -n mingw32-%{name1}
 %doc LICENSE
 %{mingw32_bindir}/libzfstream-0.dll
 %{mingw32_includedir}/*
 %{mingw32_libdir}/libzfstream.dll.a
-%{mingw32_libdir}/libzfstream.la
 %{mingw32_libdir}/pkgconfig/zfstream.pc
 
 %changelog
+* Fri Mar 09 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 20041202-13
+- Dropped .la files
+
 * Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 20041202-12
 - Renamed the source package to mingw-zfstream (#801040)
 - Modernize the spec file


More information about the scm-commits mailing list