General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Primary buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

bnews-utils spec file : Dries RPM Repository

Back to the bnews-utils rpms

Current spec in pydar2:


# $Id: bnews-utils.spec 4303 2006-04-18 22:05:03Z dries $
# 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)