[mate-menus] update to 1.5.0 release

leigh123linux leigh123linux at fedoraproject.org
Thu Nov 8 13:37:44 UTC 2012


commit 6ae10bdf20114f074ce8c64913eba0af19c2eacf
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Thu Nov 8 13:37:36 2012 +0000

    update to 1.5.0 release

 .gitignore      |    1 +
 mate-menus.spec |   27 +++++++++++++++++++--------
 sources         |    2 +-
 3 files changed, 21 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 593acff..1954bef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /mate-menus-1.4.0.tar.xz
+/mate-menus-1.5.0.tar.xz
diff --git a/mate-menus.spec b/mate-menus.spec
index c266209..e757f5c 100644
--- a/mate-menus.spec
+++ b/mate-menus.spec
@@ -1,12 +1,14 @@
 Name:	mate-menus
-Version:	1.4.0
-Release:	3%{?dist}
+Version:	1.5.0
+Release:	1%{?dist}
 Summary:	Displays menus for MATE Desktop
 License:	GPLv2+ and LGPLv2+
 URL:		http://mate-desktop.org
-Source0:	http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
+Source0:	http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
 
-BuildRequires:	dbus-glib-devel gobject-introspection-devel gtk2-devel libsoup-devel mate-common mate-doc-utils mate-conf-devel mate-corba-devel pygobject2-codegen python-gudev pygtk2-devel
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  mate-common
+BuildRequires:  python-devel
 
 # we don't want to provide private python extension libs
 %{?filter_setup:
@@ -33,11 +35,15 @@ Development files for mate-menus
 
 %prep
 %setup -q
+NOCONFIGURE=1 ./autogen.sh
 
 
 %build
-NOCONFIGURE=1 ./autogen.sh
-%configure --disable-static --enable-python --enable-introspection=yes
+%configure \
+ --disable-static \
+ --enable-python \
+ --enable-introspection=yes
+
 make %{?_smp_mflags} V=1
 
 
@@ -52,8 +58,8 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
 
 %files -f %{name}.lang
 %doc AUTHORS COPYING README
-%config(noreplace) %{_sysconfdir}/xdg/menus/mate-applications.menu
-%config(noreplace) %{_sysconfdir}/xdg/menus/mate-settings.menu
+%{_sysconfdir}/xdg/menus/mate-applications.menu
+%{_sysconfdir}/xdg/menus/mate-settings.menu
 %{_datadir}/mate-menus/
 %{_datadir}/mate/desktop-directories/
 
@@ -71,6 +77,11 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
 
 
 %changelog
+* Thu Nov 08 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.0-1
+- update to 1.5.0 release
+- clean up spec file
+- remove un-needed build requires
+
 * Thu Aug 16 2012 Dan Mashal <dan.mashal at fedoraproject.org> 1.4.0-3
 - Fix devel package requirements. Removed libs requirement.
 
diff --git a/sources b/sources
index 8f8ef1f..e215959 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-540af0f76e2a28821cf4d32832c784d2  mate-menus-1.4.0.tar.xz
+fc36e94245d8508cda14c2cd436aad5a  mate-menus-1.5.0.tar.xz


More information about the scm-commits mailing list