[mate-character-map/f17] update spec file for latest git snapshot

Wolfgang Ulbrich raveit65 at fedoraproject.org
Fri Oct 18 20:50:18 UTC 2013


commit 9ec0d884e3317c04020873d82899f46f2542403a
Author: raveit65 <chat-to-me at raveit.de>
Date:   Fri Oct 18 22:50:14 2013 +0200

    update spec file for latest git snapshot

 mate-character-map.spec |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/mate-character-map.spec b/mate-character-map.spec
index 27297bf..0ba93ad 100644
--- a/mate-character-map.spec
+++ b/mate-character-map.spec
@@ -1,14 +1,19 @@
-%global desktop_file_utils_version 0.9
+%global _internal_version  2464a6c
 
 Name:           mate-character-map
-Version:        1.6.0
-Release:        4%{?dist}
+Version:        1.6.1
+Release:        0.1.git%{_internal_version}%{?dist}
 Summary:        Unicode character picker and font browser
 
 Group:          Applications/System
 License:        GPLv2+ and LGPLv3+
 URL:            http://pub.mate-desktop.org
-Source:         http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+
+# 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://raveit65.fedorapeople.org/Mate/git-upstream/%{name}-%{version}.git%{_internal_version}.tar.xz
+
+#Source:         http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
 
 BuildRequires:  mate-doc-utils >= 1.0.0
 BuildRequires:  gobject-introspection-devel
@@ -34,7 +39,8 @@ The mate-character-map package contains header files and other resources
 needed to use the mate-character-map library.
 
 %prep
-%setup -q
+#%setup -q
+%setup -q -n %{name}-%{_internal_version}
 
 NOCONFIGURE=1 ./autogen.sh
 
@@ -101,6 +107,10 @@ fi
 
 
 %changelog
+* Fri Oct 18 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-0.1.git2464a6c
+- update to latest git snapshot
+- fix crash  on search, rhbz (#1020980)
+
 * Fri May 24 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.0-4
 - fix mixed-use-of-spaces-and-tabs in spec file
 - fix description -devel subpackage


More information about the scm-commits mailing list