From cf17f08647386bfb8caf45a10168723be2372680 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 23 Sep 2013 01:19:59 +0200 Subject: [PATCH] add git snapshot to spec file --- mate-settings-daemon.spec | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/mate-settings-daemon.spec b/mate-settings-daemon.spec index 517370c..35f5351 100644 --- a/mate-settings-daemon.spec +++ b/mate-settings-daemon.spec @@ -1,10 +1,18 @@ +%global _internal_version d2d3aa7 + Name: mate-settings-daemon -Version: 1.6.1 -Release: 3%{?dist} +Version: 1.6.2 +Release: 0.1.git%{_internal_version}%{?dist} Summary: MATE Desktop settings daemon License: GPLv2+ URL: http://mate-desktop.org -Source0: http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz + +#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 + Requires: mate-icon-theme Requires: libmatekbd%{?_isa} >= 0:1.6.1-1 @@ -39,7 +47,8 @@ various parameters of a MATE session and the applications that run under it. %prep -%setup -q +%setup -q -n %{name}-%{_internal_version} +NOCONFIGURE=1 ./autogen.sh %build %configure \ @@ -104,6 +113,9 @@ fi %{_libdir}/pkgconfig/mate-settings-daemon.pc %changelog +* Mon Sep 23 2013 Wolfgang Ulbrich - 1.6.2-0.1.gitd2d3aa7 +- update to latest snapshot + * Sat Aug 03 2013 Fedora Release Engineering - 1.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild