[mate-window-manager] add sources and patch to spec file and bump version

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Sep 28 12:41:32 UTC 2013


commit 45e8d830d4f69ff3c77fbfba3bd18f30b0361d60
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sat Sep 28 14:41:15 2013 +0200

    add sources and patch to spec file and bump version

 mate-window-manager.spec |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/mate-window-manager.spec b/mate-window-manager.spec
index 9dfed8f..5111080 100644
--- a/mate-window-manager.spec
+++ b/mate-window-manager.spec
@@ -1,11 +1,21 @@
 Name:           mate-window-manager
 Version:        1.6.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        MATE Desktop window manager
 License:        LGPLv2+ and GPLv2+
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
 
+# needed for fixing initial-setup issue, rhbz (#962009)
+Source1:        mate-window-manager_autogen.sh
+Source2:        mini-window.png
+Source3:        stock_delete.png
+Source4:        stock_maximize.png
+Source5:        stock_minimize.png
+Source6:        window.png
+
+Patch0:         mate-window-manager_add-pixbuf-inline-icons.patch
+
 BuildRequires: desktop-file-utils
 BuildRequires: gtk2-devel
 BuildRequires: libcanberra-devel
@@ -36,6 +46,16 @@ Development files for mate-window-manager
 
 %prep
 %setup -q
+cp %{SOURCE1} autogen.sh
+cp %{SOURCE2} src/mini-window.png
+cp %{SOURCE3} src/stock_delete.png
+cp %{SOURCE4} src/stock_maximize.png
+cp %{SOURCE5} src/stock_minimize.png
+cp %{SOURCE6} src/window.png
+
+%patch0 -p1 -b .inline-icons
+
+NOCONFIGURE=1 ./autogen.sh
 
 %build
 %configure --disable-static           \
@@ -109,6 +129,9 @@ fi
 
 
 %changelog
+* Fri Sep 27 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.2-5
+- fix initial-setup issue, rhbz (#962009)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list