[mate-panel] add latest git snapshot to spec file

Wolfgang Ulbrich raveit65 at fedoraproject.org
Thu Dec 12 19:01:59 UTC 2013


commit 34ff8476c39b363c2ddee3f8f5f438ba0be11cda
Author: raveit65 <chat-to-me at raveit.de>
Date:   Thu Dec 12 20:01:57 2013 +0100

    add latest git snapshot to spec file

 mate-panel.spec |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/mate-panel.spec b/mate-panel.spec
index 27934b8..eeabc62 100644
--- a/mate-panel.spec
+++ b/mate-panel.spec
@@ -1,16 +1,16 @@
-%global _internal_version d2a24b9
+%global _internal_version     beb21bb
 
 Name:           mate-panel
 Version:        1.7.0
 Release:        0.1.git%{_internal_version}1%{?dist}
-Summary:        MATE Desktop panel and applets
+Summary:     MATE Desktop panel and applets
 #libs are LGPLv2+ applications GPLv2+
 License:        GPLv2+
-URL:            http://mate-desktop.org
+URL:              http://mate-desktop.org
 
 # To generate tarball
 # wget http://git.mate-desktop.org/%%{name}/snapshot/%%{name}-{_internal_version}.tar.xz -O %%{name}-%%{version}.git%%{_internal_version}.tar.xz
-Source0:        http://vicodan.fedorapeople.org/%{name}-%{version}.git%{_internal_version}.tar.xz
+Source0:        http://raveit65.fedorapeople.org/Mate/git-upstream/%{name}-%{version}.git%{_internal_version}.tar.xz
 Source1:        panel-default-layout.dist
 
 #Source0:        http://pub.mate-desktop.org/releases/1.7/%{name}-%{version}.tar.gz
@@ -49,15 +49,15 @@ MATE Desktop panel applets
 
 
 %package libs
-Summary:        Shared libraries for mate-panel
-License:        LGPLv2+
+Summary:     Shared libraries for mate-panel
+License:         LGPLv2+
 Requires:       %{name} = %{version}-%{release}
 
 %description libs
 Shared libraries for libmate-desktop
 
 %package devel
-Summary:        Development files for mate-panel
+Summary:      Development files for mate-panel
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
 
 %description devel
@@ -71,7 +71,8 @@ autoreconf -fi
 %build
 
 #libexecdir needed for gnome conflicts
-%configure --disable-scrollkeeper                 \
+%configure \
+           --disable-scrollkeeper                 \
            --disable-static                       \
            --disable-schemas-compile              \
            --with-x                               \
@@ -151,6 +152,11 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Thu Dec 12 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.7.1-0.1.gitbeb21bb
+- update to latest git snapshot
+- fix refer to cairo-gobject, noticed by M.Schwendt
+- fix usage of wrong git snapshot tarball, 1.7.0 is released!
+
 * Fri Dec 06 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.0-1.1.gitd2a24b9
 - Update to 1.7.0
 - Use latest upstream git as released version fails to build with gtk2 


More information about the scm-commits mailing list