From 4c380121fb7156ea07f5670fdecfb730c4b842d0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Oct 21 2015 01:52:22 +0000 Subject: update to 1.11.0 release --- diff --git a/.gitignore b/.gitignore index df76211..0ac47c7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /mate-user-guide-1.10.0.tar.xz /mate-user-guide-1.10.1-git20150618-61aec06.tar.xz /mate-user-guide-1.10.1.tar.xz +/mate-user-guide-1.11.0.tar.xz diff --git a/mate-user-guide.spec b/mate-user-guide.spec index 45c319d..feeee6a 100644 --- a/mate-user-guide.spec +++ b/mate-user-guide.spec @@ -2,7 +2,7 @@ %global rel_build 1 # This is needed, because src-url contains branched part of versioning-scheme. -%global branch 1.10 +%global branch 1.11 # Settings used for build from snapshots. %{!?rel_build:%global commit 61aec06d978154fea42f1f42d845fdb710c924f7} @@ -14,7 +14,7 @@ Name: mate-user-guide Summary: User Guide for MATE desktop -Version: %{branch}.1 +Version: %{branch}.0 %if 0%{?rel_build} Release: 1%{?dist} %else @@ -22,6 +22,7 @@ Release: 0.1%{?git_rel}%{?dist} %endif License: GPLv2+ URL: http://mate-desktop.org +BuildArch: noarch # for downloading the tarball use 'spectool -g -R mate-user-guide.spec' # Source for release-builds. @@ -29,9 +30,8 @@ URL: http://mate-desktop.org # Source for snapshot-builds. %{!?rel_build:Source0: http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}} -BuildArch: noarch - BuildRequires: mate-common +BuildRequires: desktop-file-utils Requires: yelp @@ -57,6 +57,11 @@ make %{?_smp_mflags} V=1 %install %{make_install} +desktop-file-install \ + --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ +$RPM_BUILD_ROOT%{_datadir}/applications/mate-user-guide.desktop + %find_lang %{name} --with-gnome --all-name @@ -67,9 +72,13 @@ make %{?_smp_mflags} V=1 %else %doc AUTHORS COPYING NEWS README ChangeLog %endif +%{_datadir}/applications/mate-user-guide.desktop %changelog +* Wed Oct 21 2015 Wolfgang Ulbrich - 1.11.0-1 +- update to 1.11.0 release + * Fri Jul 17 2015 Wolfgang Ulbrich - 1.10.1.1 - update to 1.10.1 release - drop desktop file diff --git a/sources b/sources index 4a81144..fc79f1e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86fc044062f78d2ea4efdf52573a6749 mate-user-guide-1.10.1.tar.xz +b41ed1bf306e48f3cf321ff4a9fe4c74 mate-user-guide-1.11.0.tar.xz