[qt3] fix bz#639459, don't include *.orig files

Than Ngo than at fedoraproject.org
Mon Oct 4 10:44:17 UTC 2010


commit b1f81716e5eb79745a6a7df731f89b73614c1e88
Author: Than Ngo <than at redhat.com>
Date:   Mon Oct 4 12:43:32 2010 +0200

    fix bz#639459, don't include *.orig files

 qt3.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/qt3.spec b/qt3.spec
index 6f32385..29d973d 100644
--- a/qt3.spec
+++ b/qt3.spec
@@ -3,7 +3,7 @@
 Summary: The shared library for the Qt 3 GUI toolkit
 Version: 3.3.8b
 Name: qt3
-Release: 30%{?dist}
+Release: 31%{?dist}
 License: QPL or GPLv2 or GPLv3
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -491,6 +491,9 @@ install -m 644 tools/assistant/images/linguist.png %{buildroot}%{_datadir}/pixma
 # own style directory
 mkdir -p %{buildroot}%{qtdir}/plugins/styles
 
+# drop *.orig files
+rm -f %{buildroot}%{qtdir}/mkspecs/*/*.orig
+
 %clean
 rm -rf %{buildroot}
 
@@ -587,6 +590,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Oct 04 2010 Than Ngo <than at redhat.com> - 3.3.8b-31
+- fix bz#639459, don't include *.orig files
+
 * Wed Aug 11 2010 Than Ngo <than at redhat.com> - 3.3.8b-30
 - drop not useful provides/obsoletes, bz#623106
 


More information about the scm-commits mailing list