[mingw-tcl] Prevent a file conflict with files from the debuginfo package

epienbro epienbro at fedoraproject.org
Thu Mar 8 17:05:18 UTC 2012


commit 421c02a0e768e5c0b2a7f81e4ce871746b672cf7
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu Mar 8 18:04:23 2012 +0100

    Prevent a file conflict with files from the debuginfo package

 mingw-tcl.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mingw-tcl.spec b/mingw-tcl.spec
index edc865a..8aac9a0 100644
--- a/mingw-tcl.spec
+++ b/mingw-tcl.spec
@@ -12,7 +12,7 @@
 Summary: MinGW Windows Tool Command Language, pronounced tickle
 Name: mingw-%{name1}
 Version: %{vers}
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: TCL
 Group: Development/Languages
 URL: http://tcl.sourceforge.net/
@@ -130,6 +130,8 @@ mv $RPM_BUILD_ROOT/%{mingw32_libdir}/reg* $RPM_BUILD_ROOT/%{mingw32_libdir}/%{na
 %{mingw32_libdir}/lib%{name1}.dll.a
 %{mingw32_libdir}/%{name1}Config.sh
 %{mingw32_datadir}/%{name1}%{majorver}
+%exclude %{mingw32_datadir}/%{name1}%{majorver}/dde1.3/tcldde13.dll.debug
+%exclude %{mingw32_datadir}/%{name1}%{majorver}/reg1.2/tclreg12.dll.debug
 %{mingw32_datadir}/%{name1}%{majorver1}
 %{mingw32_includedir}/*
 %{mingw32_libdir}/%{name1}%{majorver}/
@@ -137,6 +139,9 @@ mv $RPM_BUILD_ROOT/%{mingw32_libdir}/reg* $RPM_BUILD_ROOT/%{mingw32_libdir}/%{na
 %doc license.terms
 
 %changelog
+* Thu Mar 08 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 8.5.11-4
+- Prevent a file conflict with files from the debuginfo package
+
 * Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 8.5.11-3
 - Renamed the source package to mingw-tcl (#801032)
 - Modernize the spec file


More information about the scm-commits mailing list