[xdg-utils] workaround %autosetup failure, again (#1084309)

Rex Dieter rdieter at fedoraproject.org
Mon Oct 20 13:49:08 UTC 2014


commit 18cc2a32250d6c8ba17d9f2c418b029e121521bf
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Oct 20 08:49:07 2014 -0500

    workaround %autosetup failure, again (#1084309)

 xdg-utils.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/xdg-utils.spec b/xdg-utils.spec
index f4387d1..2bb06e5 100644
--- a/xdg-utils.spec
+++ b/xdg-utils.spec
@@ -4,7 +4,7 @@
 Summary: Basic desktop integration functions 
 Name:    xdg-utils
 Version: 1.1.0
-Release: 0.29.%{pre}%{?dist}
+Release: 0.30.%{pre}%{?dist}
 
 URL:     http://portland.freedesktop.org/ 
 %if 0%{?pre:1}
@@ -15,7 +15,6 @@ Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?pre:-%{
 %endif
 License: MIT 
 BuildArch: noarch
-
 ## upstream patches
 Patch101: 0001-mention-xdg-settings.patch
 Patch102: 0002-Improvement-of-detecting-KDE-session-BR63157.patch
@@ -44,6 +43,10 @@ Patch124: 0024-Initial-support-for-Plasma5.patch
 Patch125: 0025-more-plasma5-ktraderclient5-kreadconfig5-kwriteconfi.patch
 Patch126: 0026-xdg-screensaver-plasma5-support.patch
 
+# make sure BuildArch comes *after* patches, to ensure %autosetup works right
+# http://bugzilla.redhat.com/1084309
+BuildArch: noarch
+
 BuildRequires: gawk
 BuildRequires: xmlto text-www-browser
 
@@ -113,6 +116,9 @@ make install DESTDIR=%{buildroot}
 
 
 %changelog
+* Mon Oct 20 2014 Rex Dieter <rdieter at fedoraproject.org> 1.1.0-0.30.rc2
+- workaround %%autosetup failure, again (#1084309)
+
 * Thu Oct 09 2014 Rex Dieter <rdieter at fedoraproject.org> 1.1.0-0.29.rc2
 - xdg-screensaver plasma5 support
 


More information about the scm-commits mailing list