123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- Summary: The Control Center for MATE
- Name: mate-control-center
- Version: 1.8.1
- Release: 1%{?_dist_release}
- Source0: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
- License: GPLv2
- Group: User Interface/Desktops
- URL: http://mate-desktop.org/
- BuildRequires: mate-common
- BuildRequires: mate-doc-utils
- BuildRequires: mate-desktop-devel
- BuildRequires: mate-menus-devel
- BuildRequires: mate-window-manager-devel
- BuildRequires: mate-settings-daemon-devel
- BuildRequires: libmatekbd-devel
- BuildRequires: gtk2-devel
- BuildRequires: dconf-devel
- BuildRequires: libxml2-devel
- BuildRequires: libSM-devel
- BuildRequires: libXScrnSaver-devel
- BuildRequires: libXext-devel
- BuildRequires: libXxf86misc-devel
- BuildRequires: libcanberra-devel
- BuildRequires: unique-devel
- BuildRequires: desktop-file-utils
- 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
- The control center is MATE's main interface for configuration of various
- aspects of your desktop.
- %package devel
- Summary: Development tools for mate-control-center
- Summary(ja): mate-control-center の開発環境
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: pkgconfig
- %description devel
- Header files and libraries for building a extension library for the
- mate-control-center.
- %prep
- %setup -q
- %build
- (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
- %configure \
- --disable-static \
- --disable-update-mimedb
- %{__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} -f ${RPM_BUILD_ROOT}%{_datadir}/applications/mimeinfo.cache
- %find_lang %{name}
- %clean
- %{__rm} -rf ${RPM_BUILD_ROOT}
- %post
- /sbin/ldconfig
- update-desktop-database %{_datadir}/applications >& /dev/null ||:
- touch --no-create %{_datadir}/icons/hicolor
- gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
- %postun
- /sbin/ldconfig
- if [ $1 -eq 0 ]; then
- update-desktop-database %{_datadir}/applications >& /dev/null ||:
- touch --no-create %{_datadir}/icons/hicolor
- gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- fi
- %posttrans
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- %files -f %{name}.lang
- %defattr(-,root,root,-)
- %doc COPYING ChangeLog NEWS README
- %{_bindir}/mate-*
- %{_libdir}/libmate-window-settings.so.*
- %{_libdir}/window-manager-settings/libmarco.so
- %{_sbindir}/mate-display-properties-install-systemwide
- %{_datadir}/MateConf/gsettings/mate-control-center.convert
- %{_datadir}/applications/*.desktop
- %{_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/*/*/*
- %{_datadir}/mate/cursor-fonts/*
- %{_datadir}/help/*
- %{_datadir}/%{name}
- %{_datadir}/mime/packages/mate-theme-package.xml
- %{_datadir}/polkit-1/actions/org.mate.randr.policy
- %{_datadir}/thumbnailers/mate-font-viewer.thumbnailer
- %{_mandir}/man1/mate-about-me.1.gz
- %{_mandir}/man1/mate-appearance-properties.1.gz
- %{_mandir}/man1/mate-default-applications-properties.1.gz
- %files devel
- %defattr(-,root,root,-)
- %{_includedir}/mate-window-settings-2.0
- %{_libdir}/libmate-window-settings.so
- %{_libdir}/pkgconfig/mate-default-applications.pc
- %{_libdir}/pkgconfig/mate-keybindings.pc
- %{_libdir}/pkgconfig/mate-window-settings-2.0.pc
- %changelog
- * Tue Apr 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
- - new upstream release
- - add BuildRequires: itstool
- * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
- - rebuild with VineSeed environment
- * Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
- - new upstream release
- * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
- - new upstream release
- - remove BuildRequires: mate-conf-devel
- - remove Patch0 (mate-control-center-1.2.1-configure.patch)
- - add BuildRequires: dconf-devel
- * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
- - new upstream release
- * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
- - new upstream release
- - add Patch0 (mate-control-center-1.2.1-configure.patch)
- * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
- - change category
- * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
- - initial build for Vine Linux
|