raveit65 pushed to mate-panel (f22). "update spec file"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri May 22 10:59:57 UTC 2015


From 3d4ccc01c7a0e54cb0b1cc1919a4626c6d58cc54 Mon Sep 17 00:00:00 2001
From: raveit65 <chat-to-me at raveit.de>
Date: Fri, 22 May 2015 12:59:43 +0200
Subject: update spec file


diff --git a/mate-panel.spec b/mate-panel.spec
index 8a3124f..b999007 100644
--- a/mate-panel.spec
+++ b/mate-panel.spec
@@ -14,8 +14,11 @@
 
 Name:           mate-panel
 Version:        %{branch}.0
-Release:        1%{?dist}
-#Release:        0.1%{?git_rel}%{?dist}
+%if 0%{?rel_build}
+Release:        2%{?dist}
+%else
+Release:        0.1%{?git_rel}%{?dist}
+%endif
 Summary:        MATE Desktop panel and applets
 #libs are LGPLv2+ applications GPLv2+
 License:        GPLv2+
@@ -29,6 +32,9 @@ URL:            http://mate-desktop.org
 
 Source1:        mate-panel_fedora.layout
 
+# http://git.mate-desktop.org/mate-panel/commit/?id=a5c3193
+Patch0:         mate-panel_fix-gtk-style-context.patch
+
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
 # needed as nothing else requires it
 Requires:       mate-session-manager
@@ -45,7 +51,6 @@ BuildRequires:  gtk2-devel
 BuildRequires:  libcanberra-devel
 BuildRequires:  libmateweather-devel
 BuildRequires:  libwnck-devel
-BuildRequires:  libnm-gtk-devel
 BuildRequires:  librsvg2-devel
 BuildRequires:  libSM-devel
 BuildRequires:  mate-common
@@ -75,8 +80,14 @@ Development files for mate-panel
 %prep
 %setup -q%{!?rel_build:n %{name}-%{commit}}
 
-# needed for git snapshots
+%patch0 -p1 -b .gtk-style-context
+
+%if 0%{?rel_build}
 #NOCONFIGURE=1 ./autogen.sh
+%else # 0%{?rel_build}
+# needed for git snapshots
+NOCONFIGURE=1 ./autogen.sh
+%endif # 0%{?rel_build}
 
 %build
 
@@ -85,7 +96,6 @@ Development files for mate-panel
            --disable-static                       \
            --disable-schemas-compile              \
            --with-x                               \
-           --enable-network-manager               \
            --libexecdir=%{_libexecdir}/mate-panel \
            --with-gtk=2.0                         \
            --enable-introspection                 \
@@ -165,6 +175,12 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Fri May 22 2015 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.10.0-2
+- add upstream patch
+- clean fedora panel layout
+- remove unrecognized options --enable-network-manager
+- remove libnm-gtk BR
+
 * Tue May 05 2015 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.10.0-1
 - update to 1.10.0-1 release
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mate-panel.git/commit/?h=f22&id=3d4ccc01c7a0e54cb0b1cc1919a4626c6d58cc54


More information about the scm-commits mailing list