File castget.spec of Package castget
# norootforbuild
Name: castget
Version: 2.0.1
Release: 0
Summary: Command-line Podcast Downloader
Source: http://savannah.nongnu.org/download/castget/castget-%{version}.tar.bz2
URL: http://www.nongnu.org/castget/
Group: Productivity/Networking/Other
License: GNU General Public License version 2 (GPL v2)
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: libxml2-devel glib2-devel id3lib-devel
%if %suse_version < 1030
BuildRequires: curl-devel
%else
BuildRequires: libcurl-devel
%endif
BuildRequires: gcc-c++ libstdc++-devel make glibc-devel pkgconfig
BuildRequires: autoconf automake libtool
Obsoletes: libcastget0 < 1.1.0
Obsoletes: libcastget-devel < 1.1.0
%description
castget is a simple, command-line based RSS enclosure downloader. It is
primarily intended for automatic, unattended downloading of podcasts.
Authors:
--------
Marius L. Jøhndal <mariuslj@ifi.uio.no>
Jick Nan
%prep
%setup -q
%build
%configure
%__make %{?jobs:-j%{jobs}}
%install
%makeinstall
%__rm -f "%{buildroot}%{_libdir}"/*.la
%clean
%__rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING.LIB CHANGES.md ChangeLog.old
%doc castgetrc.example
%{_bindir}/castget
%doc %{_mandir}/man1/castget.1%{ext_man}
%doc %{_mandir}/man5/castgetrc.5%{ext_man}
%changelog
# vim: set sw=3 ts=3 noet:
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End: