File fusepod.spec of Package fusepod
#
# spec file for package fusepod
#
# Copyright (c) 2022 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: fusepod
Version: 0.5.2+git20220111.ab85982
Release: 0
Summary: FUSEPod is a virtual user-space filesystem that mounts your iPod
License: GPL-2.0-or-later
Group: System/Filesystems
# was https://sourceforge.net/projects/fusepod/
URL: https://github.com/keegancsmith/FUSEPod
Source: %{name}-%{version}.tar.xz
BuildRequires: automake
BuildRequires: fuse-devel
BuildRequires: gcc-c++
BuildRequires: gtk2-devel
BuildRequires: libgpod-devel
BuildRequires: pkgconfig
BuildRequires: taglib-devel
Requires: fuse
%description
FUSEPod is a virtual user-space filesystem that mounts your iPod into a
directory for easy browsing of the songs it contains. It can discover
where your iPod is mounted, supports read and remove operations, and
has a configurable directory layout.
%prep
%autosetup -p1
%build
%configure
%make_build
%install
%make_install
%files
%license COPYING*
%doc AUTHORS ChangeLog NEWS README* THANKS
%{_bindir}/*
%{_mandir}/man1/fusepod.1%{?ext_man}
%changelog