File podget.spec of Package podget
#
# spec file for package podget
#
# Copyright (c) 2020 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: podget
Version: 0.8.6
Release: 0
Summary: A simple podcast aggregator
License: GPL-3.0-only
Group: Productivity/Networking/Other
URL: http://podget.sourceforge.net
Source: http://sourceforge.net/projects/podget/files/podget/podget-%{version}/podget-%{version}.tar.gz
# PATCH-FIX-OPENSUSE podget-fix-doc-location.patch
Patch0: podget-fix-doc-location.patch
Requires: %{_bindir}/awk
Requires: bash >= 3.0
Requires: coreutils >= 8.5
Requires: findutils >= 4.0.0
Requires: grep >= 2.0.0
Requires: sed >= 4.0.0
Requires: wget
BuildArch: noarch
%description
Podget is a simple podcast aggregator optimized for running as a scheduled
background job (i.e. cron), with support for categories & folders, importing
servers from OPML lists & iTunes PCAST files, exporting an OPML file, automatic
playlist creation and cleanup.
%prep
%setup -q
%patch0 -p1
%build
# no configure
%make_build
%install
%make_install
%files
%license COPYING
%doc README
%{_bindir}/%{name}
%{_docdir}/%{name}/changelog.gz
%{_mandir}/man7/%{name}.7%{?ext_man}
%changelog