[mingw-libogg] Prevent a file conflict with the debuginfo packages

Erik van Pienbroek epienbro at fedoraproject.org
Sat Apr 14 17:31:07 UTC 2012


commit e9518b7803e851c5eb16f61f560102ebdaa29f19
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Apr 14 19:31:03 2012 +0200

    Prevent a file conflict with the debuginfo packages

 mingw-libogg.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mingw-libogg.spec b/mingw-libogg.spec
index e6f0014..a16323d 100644
--- a/mingw-libogg.spec
+++ b/mingw-libogg.spec
@@ -3,7 +3,7 @@
 Summary:        The Ogg bitstream file format library
 Name:           mingw-libogg
 Version:        1.3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://www.xiph.org/
@@ -72,7 +72,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 # Win32
 %files -n mingw32-libogg
 %doc AUTHORS CHANGES COPYING README
-%{mingw32_bindir}/libogg*
+%{mingw32_bindir}/libogg-0.dll
 %{mingw32_libdir}/libogg.dll.a
 %{mingw32_libdir}/pkgconfig/ogg.pc
 %dir %{mingw32_includedir}/ogg
@@ -84,7 +84,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 # Win64
 %files -n mingw64-libogg
 %doc AUTHORS CHANGES COPYING README
-%{mingw64_bindir}/libogg*
+%{mingw64_bindir}/libogg-0.dll
 %{mingw64_libdir}/libogg.dll.a
 %{mingw64_libdir}/pkgconfig/ogg.pc
 %dir %{mingw64_includedir}/ogg
@@ -95,6 +95,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
 
 %changelog
+* Sat Apr 14 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.3.0-2
+- Prevent a file conflict with the debuginfo packages
+
 * Sun Apr  8 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.3.0-1
 - Update to 1.3.0
 


More information about the scm-commits mailing list