|
@@ -1,8 +1,14 @@
|
|
Summary: MATE menu specifications
|
|
Summary: MATE menu specifications
|
|
Name: mate-menus
|
|
Name: mate-menus
|
|
Version: 1.6.0
|
|
Version: 1.6.0
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
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
|
|
|
|
+
|
|
|
|
+# for Vine
|
|
|
|
+Source10: mate-applications.menu.vine
|
|
|
|
+Source11: mate-preferences.menu.vine
|
|
|
|
+Source12: mate-settings.menu.vine
|
|
|
|
+
|
|
License: GPLv2
|
|
License: GPLv2
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: http://mate-desktop.org/
|
|
URL: http://mate-desktop.org/
|
|
@@ -71,6 +77,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
|
|
|
|
|
|
chmod 644 ${RPM_BUILD_ROOT}%{_datadir}/%{name}/examples/mate-menus-ls.py
|
|
chmod 644 ${RPM_BUILD_ROOT}%{_datadir}/%{name}/examples/mate-menus-ls.py
|
|
|
|
|
|
|
|
+install -m 0644 %{SOURCE10} ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/menus/mate-applications.menu
|
|
|
|
+install -m 0644 %{SOURCE11} ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/menus/mate-preferences.menu
|
|
|
|
+install -m 0644 %{SOURCE12} ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/menus/mate-settings.menu
|
|
|
|
+
|
|
%find_lang %{name}
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
@@ -86,6 +96,7 @@ chmod 644 ${RPM_BUILD_ROOT}%{_datadir}/%{name}/examples/mate-menus-ls.py
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING ChangeLog NEWS README
|
|
%doc COPYING ChangeLog NEWS README
|
|
%{_sysconfdir}/xdg/menus/mate-applications.menu
|
|
%{_sysconfdir}/xdg/menus/mate-applications.menu
|
|
|
|
+%{_sysconfdir}/xdg/menus/mate-preferences.menu
|
|
%{_sysconfdir}/xdg/menus/mate-settings.menu
|
|
%{_sysconfdir}/xdg/menus/mate-settings.menu
|
|
%{_libdir}/libmate-menu.so.*
|
|
%{_libdir}/libmate-menu.so.*
|
|
%{_libdir}/girepository-1.0/MateMenu-2.0.typelib
|
|
%{_libdir}/girepository-1.0/MateMenu-2.0.typelib
|
|
@@ -105,6 +116,11 @@ chmod 644 ${RPM_BUILD_ROOT}%{_datadir}/%{name}/examples/mate-menus-ls.py
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Sep 25 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-3
|
|
|
|
+- add Source10 (mate-applications.menu.vine)
|
|
|
|
+- add Source11 (mate-preferences.menu.vine)
|
|
|
|
+- add Source12 (mate-settings.menu.vine)
|
|
|
|
+
|
|
* Mon Sep 23 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
|
|
* Mon Sep 23 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
|
|
- add BuildRequires: python-devel
|
|
- add BuildRequires: python-devel
|
|
- create python subpackage
|
|
- create python subpackage
|