#
# spec file for package file-roller
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           file-roller
Version:        3.25.1
Release:        0
Summary:        An Archive Manager for GNOME
License:        GPL-2.0+
Group:          Productivity/Archiving/Compression
Url:            http://fileroller.sourceforge.net
Source:         http://download.gnome.org/sources/file-roller/3.25/%{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE file-roller-3.4-change-archiver-priority.patch bnc#767386 gankov@opensuse.org -- Give unzip a higher priority than 7z when unpackging zip files. Gives better results for non-latin charsets.
Patch0:         file-roller-3.4-change-archiver-priority.patch
# PATCH-FEATURE-OPENSUSE file-roller-pkg-match.patch bnc#696530 dimstar@opensuse.org -- List package match names for automatic installation using PK.
Patch1:         file-roller-pkg-match.patch
# Needed for directory ownership
BuildRequires:  dbus-1
BuildRequires:  fdupes
BuildRequires:  file-devel
BuildRequires:  intltool
BuildRequires:  pkgconfig
BuildRequires:  update-desktop-files
BuildRequires:  yelp-tools
BuildRequires:  pkgconfig(glib-2.0) >= 2.36.0
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.13.2
BuildRequires:  pkgconfig(json-glib-1.0) >= 0.14.0
BuildRequires:  pkgconfig(libarchive) >= 3.0.0
BuildRequires:  pkgconfig(libnotify) >= 0.4.3
Recommends:     %{name}-lang
# Formats that we likely want to support by default
Recommends:     bzip2
Recommends:     cpio
Recommends:     gzip
Recommends:     p7zip
Recommends:     rpm
Recommends:     unzip
Recommends:     xz
Recommends:     zip
# Additional formats that are supported
Suggests:       lha
Suggests:       lrzip
Suggests:       lzip
Suggests:       lzop
Suggests:       rzip
Suggests:       zoo
# FIXME: Formats for which we don't have packages. Some are free software that
# we could package.
#Suggests:       arj
#Suggests:       ncompress
#Suggests:       rar
#Suggests:       theunarchiver
#Suggests:       unace
#Suggests:       unalz
#Suggests:       unstuff
Obsoletes:      nautilus-file-roller
DocDir:         %{_defaultdocdir}
%glib2_gsettings_schema_requires
%if !0%{?is_opensuse}
BuildRequires:  translation-update-upstream
%endif

%description
File Roller is an archive manager for GNOME. With it, you can create
and modify archives, view the contents of an archive, view a file
contained in the archive, and extract files from the archive.

%lang_package

%prep
%setup -q
%patch0
%patch1 -p1
%if !0%{?is_opensuse}
translation-update-upstream
%endif

%build
%configure\
        --enable-magic
make %{?_smp_mflags}

%install
%make_install
%suse_update_desktop_file org.gnome.FileRoller
%find_lang %{name} %{?no_lang_C}
find %{buildroot} -type f -name "*.la" -delete -print
%fdupes %{buildroot}

%post
%glib2_gsettings_schema_post
%desktop_database_post
%icon_theme_cache_post

%postun
%glib2_gsettings_schema_postun
%desktop_database_postun
%icon_theme_cache_postun

%files
%defattr(-, root, root)
%doc AUTHORS NEWS README COPYING
%{_bindir}/file-roller
%{_libexecdir}/file-roller/
%{_datadir}/GConf/gsettings/file-roller.convert
%dir %{_datadir}/metainfo
%{_datadir}/metainfo/org.gnome.FileRoller.appdata.xml
%{_datadir}/applications/*.desktop
%{_datadir}/dbus-1/services/org.gnome.FileRoller.service
%{_datadir}/dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service
%{_datadir}/file-roller/
%doc %{_datadir}/help/C/%{name}/
%{_datadir}/glib-2.0/schemas/org.gnome.FileRoller.gschema.xml
%{_datadir}/icons/hicolor/*/apps/*

%files lang -f %{name}.lang
%defattr(-, root, root)

%changelog