File monsoon.spec of Package monsoon
#
# spec file for package monsoon (Version 0.21)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: monsoon
Version: 0.21
Release: 2.<RELEASE1>
License: MIT License (or similar)
Summary: A GTK# based bittorrent GUI based on the Monsoon library
Group: Productivity/Networking/Other
Url: http://www.monsoon-project.org
Source0: %{name}-%{version}.tar.bz2
BuildRequires: gconf-sharp2
BuildRequires: intltool
BuildRequires: mono-core
BuildRequires: mono-devel
BuildRequires: mono-nat-devel
BuildRequires: monotorrent
BuildRequires: ndesk-dbus-glib-devel
BuildRequires: pkg-config
BuildRequires: update-desktop-files
Requires: gtk-sharp2
Requires: mono-core
Requires: ndesk-dbus
Requires: %{name}-lang = %{version}
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Force files to use /lib and not /lib64
%define _libdir %{_prefix}/lib
%description
A fully featured bittorrent GUI supporting many advanced features such
as selective downloading, automatic port forwarding via uPnP and RSS
integration.
Authors:
--------
Alan McGovern <alan.mcgovern@gmail.com>
%lang_package
%prep
%setup -q
%build
%configure
%__make %{?jobs:-j%{jobs}}
%install
%makeinstall
%find_lang %{name}
%suse_update_desktop_file %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README
%{_prefix}/lib/%{name}
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%files lang -f %{name}.lang
%changelog