# $Id$ # Authority: dag # Upstream: Stef Van Dessel Summary: Download, upload, decode and/or encode "Bommanews"-encoded files Name: bnews-utils %define real_version 20020930 Version: 0.0.20020930 Release: 1.2 License: GPL Group: Applications/Internet URL: http://www.iguana.be/~stef/ Source: http://www.iguana.be/~stef/bnews-utils-%{real_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl Requires: perl %description bnews-utils is a series of programs that allow you to download, upload, decode and/or encode "Bommanews"-encoded files on an NNTP-like network. For more technical information about this encoding, visit the bnews site. (http://b-news.sf.net/) %prep %setup -n %{name}-%{real_version} %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING INSTALL LICENSE* NEWS README THANKS TODO %{_bindir}/* %changelog * Sat Apr 08 2006 Dries Verachtert - 0.0.20020930-1.2 - Rebuild for Fedora Core 5. * Fri Mar 12 2004 Dag Wieers - 0.0.20020930-1 - Initial package. (using DAR)