Summary: Library with common API for various MATE modules Name: mate-desktop Version: 1.10.2 Release: 1%{?_dist_release} Source0: http://pub.mate-desktop.org/releases/1.10/%{name}-%{version}.tar.xz License: GPLv2 Group: User Interface/Desktops URL: http://mate-desktop.org/ # patch for Vine Patch1001: mate-desktop-vine-settings.patch Patch1002: mate-desktop-1.10.0-color-select-desktop.patch BuildRequires: mate-common BuildRequires: mate-doc-utils BuildRequires: gtk2-devel BuildRequires: dconf-devel BuildRequires: unique-devel BuildRequires: startup-notification-devel BuildRequires: gtk-doc BuildRequires: itstool BuildRequires: autoconf BuildRequires: automake Requires(posttrans,postun): glib2 Requires(post,postun): desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-root Vendor: Project Vine Distribution: Vine Linux Packager: Takemikaduchi %description mate-desktop contains the libmate-desktop library, the mate-about program as well as some desktop-wide documents. %package devel Summary: Development tools for mate-desktop Summary(ja): mate-desktop の開発環境 Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel Header files and libraries for building a extension library for the mate-desktop. %package -n mate-user-guide Summary: MATE User Guide Summary(ja): MATE ユーザガイド Group: Applications/Documentation BuildArch: noarch Obsoletes: mate-user-guide < 1.10.1 %description -n mate-user-guide This package contains end user documentation for the MATE desktop environment. %description -n mate-user-guide -l ja このパッケージには MATE デスクトップ環境のエンドユーザドキュメントが 含まれています。 %package docs Summary: Documentation for mate-desktop Summary(ja): mate-desktop 用のドキュメント Group: Documentation BuildArch: noarch %description docs This package contains documentation for mate-desktop. %prep %setup -q %patch1001 -p1 -b .vine %patch1002 -p1 -b .vine %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi) %configure \ --disable-static \ --enable-mpaste %{__make} %{?_smp_mflags} %install %{__rm} -rf ${RPM_BUILD_ROOT} %{__make} install DESTDIR=${RPM_BUILD_ROOT} find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \; find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; %{__rm} -rf ${RPM_BUILD_ROOT}%{_datadir}/omf %find_lang %{name} --with-gnome %clean %{__rm} -rf ${RPM_BUILD_ROOT} %post /sbin/ldconfig update-desktop-database %{_datadir}/applications >& /dev/null ||: %postun /sbin/ldconfig if [ $1 -eq 0 ]; then glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: update-desktop-database %{_datadir}/applications >& /dev/null ||: fi %posttrans glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: %files -f %{name}.lang %defattr(-,root,root,-) %doc COPYING ChangeLog NEWS README %{_bindir}/mate-about %{_bindir}/mate-color-select %{_bindir}/mpaste %{_libdir}/libmate-desktop-2.so.* %{_libdir}/girepository-1.0/MateDesktop-2.0.typelib %{_datadir}/MateConf/gsettings/mate-desktop.convert %{_datadir}/applications/mate-about.desktop %{_datadir}/applications/mate-color-select.desktop %{_datadir}/glib-2.0/schemas/org.mate.accessibility-keyboard.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.accessibility-startup.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.applications-at-mobility.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.applications-at-visual.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.applications-browser.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.applications-office.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.applications-terminal.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.background.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.debug.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.file-views.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.interface.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.lockdown.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.peripherals-keyboard.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.peripherals-mouse.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.sound.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.thumbnail-cache.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.thumbnailers.gschema.xml %{_datadir}/glib-2.0/schemas/org.mate.typing-break.gschema.xml %{_datadir}/libmate-desktop/pnp.ids %{_datadir}/mate-about/mate-version.xml %{_mandir}/man1/mate-about.1.gz %{_mandir}/man1/mate-color-select.1.gz %{_mandir}/man1/mpaste.1.gz %files devel %defattr(-,root,root,-) %{_includedir}/mate-desktop-2.0 %{_libdir}/libmate-desktop-2.so %{_libdir}/pkgconfig/mate-desktop-2.0.pc %{_datadir}/gir-1.0/MateDesktop-2.0.gir %files -n mate-user-guide %defattr(-,root,root,-) %{_datadir}/applications/mate-user-guide.desktop %{_datadir}/help/*/mate-user-guide %files docs %defattr(-,root,root,-) %{_datadir}/gtk-doc/html/mate-desktop %changelog * Sun Aug 30 2015 Yoji TOYODA 1.10.2-1 - new upstream release * Sat Jul 11 2015 Yoji TOYODA 1.10.1-1 - new upstream release - create mate-user-guide subpackage * Sat May 09 2015 Yoji TOYODA 1.10.0-1 - new upstream release - rename document subpackage - add Patch1002 (mate-desktop-1.10.0-color-select-desktop.patch) * Sun Mar 15 2015 Yoji TOYODA 1.8.2-1 - new upstream release * Sun May 11 2014 Yoji TOYODA 1.8.1-1 - new upstream release * Mon Apr 14 2014 Yoji TOYODA 1.8.0-1 - new upstream release - add BuildRequires: dconf-devel, itstool * Sun Dec 29 2013 Yoji TOYODA 1.6.1-2 - rebuild with VineSeed environment * Sun May 26 2013 Yoji TOYODA 1.6.1-1 - new upstream release - remove BuildRequires: mate-conf-devel - add Patch1001 (mate-desktop-vine-settings.patch) * Sat Nov 03 2012 Yoji TOYODA 1.4.2-1 - new upstream release - add BuildRequires: startup-notification-devel * Wed Aug 01 2012 Yoji TOYODA 1.4.1-1 - new upstream release * Sat May 12 2012 Yoji TOYODA 1.2.0-1 - new upstream release - add BuildRequires: unique-devel * Fri Dec 23 2011 Yoji TOYODA 1.1.0-2 - change category * Fri Dec 23 2011 Yoji TOYODA 1.1.0-1 - initial build for Vine Linux