%define major_ver 1.20 %define ver %{major_ver}.0 %define rel 1 Summary: Archive manipulator for MATE Name: engrampa Version: %{ver} Release: %{rel}%{?_dist_release} Source0: http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz License: GPLv2 Group: Applications/Archiving URL: http://mate-desktop.org/ BuildRequires: mate-common BuildRequires: gtk3-devel BuildRequires: libSM-devel BuildRequires: json-glib-devel BuildRequires: caja-devel BuildRequires: gtk-doc BuildRequires: itstool BuildRequires: autoconf BuildRequires: automake Requires(posttrans,postun): glib2 Requires(post,postun): gtk2 Requires(post,postun): desktop-file-utils Obsoletes: mate-file-archiver < 1.8.0 Provides: mate-file-archiver = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root Vendor: Project Vine Distribution: Vine Linux Packager: Takemikaduchi, iwaim %description Engrampa is an archive manager for the MATE environment. This means that you can create and modify archives; view the content of an archive; view and modify a file contained in the archive; extract files from the archive. %prep %setup -q %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi) %configure \ --libexecdir=%{_libexecdir}/mate \ --disable-static %{__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 {} \; %find_lang engrampa %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 glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: update-desktop-database %{_datadir}/applications >& /dev/null ||: touch --no-create %{_datadir}/icons/hicolor gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||: fi %posttrans glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: %files -f engrampa.lang %defattr(-,root,root,-) %doc COPYING ChangeLog NEWS README %{_bindir}/%{name} %{_libdir}/caja/extensions-2.0/libcaja-%{name}.so %{_libexecdir}/mate/%{name}/isoinfo.sh %{_libexecdir}/mate/%{name}/rpm2cpio %{_libexecdir}/mate/%{name}-server %{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/caja/extensions/libcaja-%{name}.caja-extension %{_datadir}/dbus-1/services/org.mate.Engrampa.service %{_datadir}/%{name} %{_datadir}/glib-2.0/schemas/org.mate.%{name}.gschema.xml %{_datadir}/icons/hicolor/*/*/* %{_datadir}/help/*/%{name} %{_mandir}/man1/%{name}.1.gz %changelog * Sun May 20 2018 IWAI, Masaharu 1.20.0-1 - update to 1.20.0 * Thu Jan 18 2018 IWAI, Masaharu 1.18.3-1 - update to 1.18.3 * Thu May 25 2017 IWAI, Masaharu 1.18.2-1 - update to 1.18.2 * Sat Apr 8 2017 IWAI, Masaharu 1.18.1-1 - update to 1.18.1 * Sun Nov 27 2016 IWAI, Masaharu 1.16.0-1 - new upstream release - update GTK+ version - BR: gtk3-devel - update Packager * Sun May 22 2016 Yoji TOYODA 1.14.1-1 - new upstream release * Sun May 08 2016 Yoji TOYODA 1.14.0-1 - new upstream release * Sat Nov 07 2015 Yoji TOYODA 1.12.0-1 - new upstream release * Sat Oct 10 2015 Yoji TOYODA 1.10.2-1 - new upstream release * Sun Jul 19 2015 Yoji TOYODA 1.10.1-1 - new upstream release * Sat May 09 2015 Yoji TOYODA 1.10.0-1 - new upstream release * Wed Nov 26 2014 Yoji TOYODA 1.8.1-1 - new upstream release - rename package - add BuildRequies: json-glib-devel, caja-devel, itstool * Sun Dec 29 2013 Yoji TOYODA 1.6.0-2 - rebuild with VineSeed environment * Sun May 19 2013 Yoji TOYODA 1.6.0-1 - new upstream release * Thu Aug 02 2012 Yoji TOYODA 1.4.0-1 - new upstream release * Sat May 12 2012 Yoji TOYODA 1.2.1-1 - new upstream release * 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