File thunar-plugin-shares.spec of Package thunar-plugin-shares
#
# spec file for package thunar-plugin-shares
#
# Copyright (c) 2018 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/
#
%define thunar_version 1.2.0
%define plugin_name thunar-shares-plugin
Name: thunar-plugin-shares
Url: http://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin
Version: 0.3.0
Release: 0
Source0: http://archive.xfce.org/src/thunar-plugins/%{plugin_name}/0.3/%{plugin_name}-%{version}.tar.bz2
Summary: Thunar Plugin for Sharing Files Using Samba
License: GPL-2.0-or-later
Group: System/GUI/XFCE
BuildRequires: intltool
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22
BuildRequires: pkgconfig(thunarx-3)
Requires: samba
Requires: thunar >= %{thunar_version}
Recommends: %{name}-lang = %{version}
Provides: %{plugin_name} = %{version}
Obsoletes: %{plugin_name} < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Thunar Shares Plugin allows for quickly sharing a directory using Samba
from within Thunar without requiring root access.
%lang_package
%prep
%setup -q -n %{plugin_name}-%{version}
%build
%configure --disable-static
make %{?_smp_mflags} V=1
%install
%make_install
rm -rf %{buildroot}%{_libdir}/thunarx-3/thunar-shares-plugin.la
# remove unsupported locales
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
%find_lang %{plugin_name} %{?no_lang_C}
%clean
rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/thunarx-3/thunar-shares-plugin.so
%files lang -f %{plugin_name}.lang
%changelog