[mingw-libogg: 11/11] Dropped .la files

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


commit 747669a7d5e5e0798ef4ea5570e584054b1d0e4b
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 20:35:16 2012 +0100

    Dropped .la files

 mingw-libogg.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mingw-libogg.spec b/mingw-libogg.spec
index 3424d41..3bfa864 100644
--- a/mingw-libogg.spec
+++ b/mingw-libogg.spec
@@ -45,10 +45,14 @@ make DESTDIR=$RPM_BUILD_ROOT install
 # zap docs, redundant with native package
 rm -rf $RPM_BUILD_ROOT%{mingw32_docdir}
 
+# Drop all .la files
+find $RPM_BUILD_ROOT -name "*.la" -delete
+
+
 %files -n mingw32-libogg
 %doc AUTHORS CHANGES COPYING README
 %{mingw32_bindir}/libogg*
-%{mingw32_libdir}/libogg*
+%{mingw32_libdir}/libogg.dll.a
 %{mingw32_libdir}/pkgconfig/ogg.pc
 %dir %{mingw32_includedir}/ogg
 %{mingw32_includedir}/ogg/ogg.h
@@ -61,6 +65,7 @@ rm -rf $RPM_BUILD_ROOT%{mingw32_docdir}
 - Renamed the source package to mingw-libogg (RHBZ #800918)
 - Use mingw macros without leading underscore
 - Dropped unneeded RPM tags
+- Dropped .la files
 
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.1.4-5
 - Rebuild against the mingw-w64 toolchain


More information about the scm-commits mailing list