[mate-desktop] add 1.7.5 release to spec file

Wolfgang Ulbrich raveit65 at fedoraproject.org
Mon Feb 10 22:07:42 UTC 2014


commit 0c81a6bc39b319a7d8e9c86a1b6cca9b36956e44
Author: raveit65 <chat-to-me at raveit.de>
Date:   Mon Feb 10 23:08:14 2014 +0100

    add 1.7.5 release to spec file

 mate-desktop.spec |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/mate-desktop.spec b/mate-desktop.spec
index b012ceb..67a38fa 100644
--- a/mate-desktop.spec
+++ b/mate-desktop.spec
@@ -1,6 +1,7 @@
 Summary:        Shared code for mate-panel, mate-session, mate-file-manager, etc
 Name:           mate-desktop
-Version:        1.7.4
+License:        GPLv2+ and LGPLv2+ and MIT
+Version:        1.7.5
 Release:        1%{?dist}
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.7/%{name}-%{version}.tar.xz
@@ -10,10 +11,14 @@ Source1:        mate-fedora.gschema.override
 Source2:        gnu-cat.gif
 Source3:        gnu-cat_navideno_v3.png
 Source4:        mate-fedora-f20.gschema.override
+
 #enable gnucat
+%if 0%{?fedora} > 20
+Patch0:         mate-desktop_enable_gnucat-f21.patch
+%else
 Patch0:         mate-desktop_enable_gnucat.patch
+%endif
 
-License:        GPLv2+ and LGPLv2+ and MIT
 
 BuildRequires:  dconf-devel
 BuildRequires:  desktop-file-utils
@@ -127,6 +132,11 @@ desktop-file-install                                         \
         --dir=%{buildroot}%{_datadir}/applications           \
 %{buildroot}%{_datadir}/applications/mate-about.desktop
 
+desktop-file-install                                         \
+        --delete-original                                    \
+        --dir=%{buildroot}%{_datadir}/applications           \
+%{buildroot}%{_datadir}/applications/mate-user-guide.desktop
+
 %if 0%{?fedora} > 19
 install -D -m 0644 %SOURCE4 %{buildroot}%{_datadir}/glib-2.0/schemas/mate-fedora.gschema.override
 %else
@@ -165,6 +175,7 @@ fi
 %{_bindir}/mate-gsettings-toggle
 %{_bindir}/mpaste
 %{_datadir}/applications/mate-about.desktop
+%{_datadir}/applications/mate-user-guide.desktop
 %{_datadir}/mate-about
 %{_datadir}/glib-2.0/schemas/mate-fedora.gschema.override
 %{_mandir}/man1/*
@@ -184,6 +195,11 @@ fi
 
 
 %changelog
+* Mon Feb 10 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.7.5-1
+- update to 1.7.5 release
+- add mate-user-guide desktop file
+- rename patch for f21
+
 * Sun Feb 09 2014 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.4-1
 - Update to 1.7.4
 


More information about the scm-commits mailing list