File gmane-weaverd.spec of Package gmane-weaverd
#
# spec file for package gmane-weaverd (Version 0.0.0.snap20071128)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gmane-weaverd
Version: 0.0.0.snap20071128
Release: 0
%define pkg_name weaverd
%define pkg_date 20071128
#
License: GPLv2
Group: Productivity/Networking/Email/Utilities
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: glib2-devel gmime-devel
#
Url: http://weaver.gmane.org/
Source: http://weaver.gmane.org/weaverd-snapshot.tar.gz
Patch: gmane-weaverd_gmime2.patch
#
Summary: The Weaver Daemon is something that serves out threads.
%description
The Weaver Daemon is something that serves out threads.
A web-based front end exists -- Loom.
Authors:
---------
Lars Magne Ingebrigtsen <larsi@gnus.org>
%prep
%setup -n %{pkg_name}-%{pkg_date}
%patch
rm aclocal.m4
%build
autoreconf -fi
%configure
%{__make}
%install
%makeinstall
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%changelog