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

Wolfgang Ulbrich raveit65 at fedoraproject.org
Tue Oct 29 13:11:23 UTC 2013


commit 920b15a272de4b288e59623ee3a0965d8ee96a5e
Author: raveit65 <chat-to-me at raveit.de>
Date:   Tue Oct 29 14:11:28 2013 +0100

    add latest git snapshot to spec file

 mate-dialogs.spec |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/mate-dialogs.spec b/mate-dialogs.spec
index 35f7550..351ebed 100644
--- a/mate-dialogs.spec
+++ b/mate-dialogs.spec
@@ -1,10 +1,17 @@
+%global _internal_version  59337c9
+
 Name:           mate-dialogs
-Version:        1.6.1
-Release:        1%{?dist}
+Version:        1.6.2
+Release:        0.1.git%{_internal_version}%{?dist}
 Summary:        Displays dialog boxes from shell scripts
 License:        LGPLv2+ and GPLv2+
 URL:            http://mate-desktop.org
-Source0:        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
+
+#Source0:        http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
 
 BuildRequires:  gtk2-devel
 BuildRequires:  mate-common
@@ -15,7 +22,8 @@ BuildRequires:  libnotify-devel
 Displays dialog boxes from shell scripts.
 
 %prep
-%setup -q
+#%setup -q
+%setup -q -n %{name}-%{_internal_version}
 
 
 %build
@@ -39,6 +47,10 @@ make %{?_smp_mflags} V=1
 %{_datadir}/matedialog
 
 %changelog
+* Tue Oct 29 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.2-0.1.git59337c9
+- update to latest git snapshot
+- fix rhbz (#1024317)
+
 * Wed Oct 16 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-1
 - update to 1.6.1 release
 - gdialogs is removed


More information about the scm-commits mailing list