Summary: Dropbox extension for Caja Summary(ja): Caja 用 Dropbox 拡張モジュール Name: caja-dropbox Version: 1.10.0 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/ BuildRequires: glib2-devel BuildRequires: caja-devel BuildRequires: pygtk2 BuildRequires: pygobject BuildRequires: python-docutils Requires(post,postun): gtk2 Requires(post,postun): desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-root Vendor: Project Vine Distribution: Vine Linux Packager: Takemikaduchi %description This is Caja-Dropbox, a fork of Nautilus-Dropbox for MATE Desktop. %prep %setup -q %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi) %configure \ --disable-static %{__make} %{?_smp_mflags} %install %{__rm} -rf ${RPM_BUILD_ROOT} %{__make} install DESTDIR=${RPM_BUILD_ROOT} find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; %clean %{__rm} -rf ${RPM_BUILD_ROOT} %post touch --no-create %{_datadir}/icons/hicolor gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||: update-desktop-database %{_datadir}/applications >& /dev/null ||: %postun if [ $1 -eq 0 ]; then touch --no-create %{_datadir}/icons/hicolor gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||: update-desktop-database %{_datadir}/applications >& /dev/null ||: fi %files %defattr(-,root,root,-) %doc COPYING ChangeLog NEWS README %{_bindir}/%{name} %{_libdir}/caja/extensions-2.0/libcaja-dropbox.so %{_datadir}/applications/%{name}.desktop %{_datadir}/caja/extensions/libcaja-dropbox.caja-extension %{_datadir}/caja-dropbox/emblems/* %{_datadir}/icons/hicolor/*/*/* %{_mandir}/man1/%{name}.1.gz %changelog * Sat May 09 2015 Yoji TOYODA 1.10.0-1 - initial build