Blob Blame History Raw
Name:           castget
Version:        1.2.4
Release:        1%{?dist}
Summary:        A command-line podcast downloader

License:        LGPLv2+
URL:            https://castget.johndal.com/
Source0:        https://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.bz2

BuildRequires:  gcc-c++
BuildRequires:  glib2-devel
BuildRequires:  id3lib-devel
BuildRequires:  libcurl-devel
BuildRequires:  libxml2-devel

%description
castget is a simple, command-line based RSS enclosure downloader. It is
primarily intended for automatic, unattended downloading of podcasts.


%prep
%autosetup


%build
%configure
%make_build


%install
%make_install


%files
%license COPYING.LIB COPYING
%doc AUTHORS CHANGES ChangeLog.old NEWS.old castgetrc.example
%{_bindir}/%{name}
%{_mandir}/man?/*


%changelog
* Mon Jul 23 2018 Ed Marshall <esm@logic.net> - 1.2.4-1
- Initial package.