|
@@ -1,7 +1,7 @@
|
|
|
Summary: The Control Center for MATE
|
|
|
Name: mate-control-center
|
|
|
Version: 1.8.3
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
|
|
|
Source0: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
|
|
|
|
|
@@ -16,6 +16,7 @@ BuildRequires: mate-menus-devel
|
|
|
BuildRequires: marco-devel
|
|
|
BuildRequires: mate-settings-daemon-devel
|
|
|
BuildRequires: libmatekbd-devel
|
|
|
+BuildRequires: librsvg2-devel
|
|
|
BuildRequires: gtk2-devel
|
|
|
BuildRequires: dconf-devel
|
|
|
BuildRequires: libxml2-devel
|
|
@@ -51,6 +52,8 @@ Summary: Development tools for mate-control-center
|
|
|
Summary(ja): mate-control-center の開発環境
|
|
|
Group: Development/Libraries
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
+Requires: gtk2-devel
|
|
|
+Requires: librsvg2-devel
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
%description devel
|
|
@@ -109,12 +112,28 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
%files -f %{name}.lang
|
|
|
%defattr(-,root,root,-)
|
|
|
%doc COPYING ChangeLog NEWS README
|
|
|
-%{_bindir}/mate-*
|
|
|
+%{_sysconfdir}/xdg/menus/matecc.menu
|
|
|
+%{_bindir}/mate-about-me
|
|
|
+%{_bindir}/mate-appearance-properties
|
|
|
+%{_bindir}/mate-at-properties
|
|
|
+%{_bindir}/mate-control-center
|
|
|
+%{_bindir}/mate-default-applications-properties
|
|
|
+%{_bindir}/mate-display-properties
|
|
|
+%{_bindir}/mate-font-viewer
|
|
|
+%{_bindir}/mate-keybinding-properties
|
|
|
+%{_bindir}/mate-keyboard-properties
|
|
|
+%{_bindir}/mate-mouse-properties
|
|
|
+%{_bindir}/mate-network-properties
|
|
|
+%{_bindir}/mate-thumbnail-font
|
|
|
+%{_bindir}/mate-typing-monitor
|
|
|
+%{_bindir}/mate-window-properties
|
|
|
%{_libdir}/libmate-window-settings.so.*
|
|
|
+%{_libdir}/libslab.so.*
|
|
|
%{_libdir}/window-manager-settings/libmarco.so
|
|
|
%{_sbindir}/mate-display-properties-install-systemwide
|
|
|
%{_datadir}/MateConf/gsettings/mate-control-center.convert
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
+%{_datadir}/desktop-directories/matecc.directory
|
|
|
%{_datadir}/glib-2.0/schemas/org.mate.control-center.gschema.xml
|
|
|
%{_datadir}/glib-2.0/schemas/org.mate.control-center.keybinding.gschema.xml
|
|
|
%{_datadir}/icons/hicolor/*/*/*
|
|
@@ -131,13 +150,20 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
%files devel
|
|
|
%defattr(-,root,root,-)
|
|
|
%{_includedir}/mate-window-settings-2.0
|
|
|
+%{_includedir}/libslab
|
|
|
%{_libdir}/libmate-window-settings.so
|
|
|
+%{_libdir}/libslab.so
|
|
|
+%{_libdir}/pkgconfig/libslab.pc
|
|
|
%{_libdir}/pkgconfig/mate-default-applications.pc
|
|
|
%{_libdir}/pkgconfig/mate-keybindings.pc
|
|
|
%{_libdir}/pkgconfig/mate-window-settings-2.0.pc
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.3-2
|
|
|
+- add BuildRequires: librsvg2-devel
|
|
|
+- add Requires: gtk2-devel, librsvg2-devel (-devel subpackage)
|
|
|
+
|
|
|
* Wed Nov 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.3-1
|
|
|
- new upstream release
|
|
|
- change BuildRequires: marco-devel instead of mate-window-manager-devel
|