Name: smartirc4net Version: 0.4.5.1 Release: 2%{?dist} Summary: IRC connection library for .net/Mono applications License: LGPLv2+ URL: http://www.smuxi.org/ Source0: http://www.smuxi.org/jaws/data/files/smartirc4net-0.4.5.1.tar.gz Patch0: smartirc4net-correct-pkgconfig.diff BuildRequires: mono-devel %global debug_package %{nil} %description SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#. It allows you to communicate with IRC servers. The API features full channel syncing and is split in 3 layers: IrcConnection, IrcCommands and IrcClient. %package devel Summary: Development files for the SmartIrc4Net library Requires: smartirc4net %description devel SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#. It allows you to communicate with IRC servers. This package contains the development files to allow you to build software against this license. %prep %setup -q %patch0 %build %configure make %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__mkdir_p} %{buildroot}%{_libdir}/mono/gac/ %{__mkdir_p} %{buildroot}%{prefix}/share/doc/smartirc4net make install DESTDIR=%{buildroot} gacutil -i bin/Meebey.SmartIrc4net.dll -f -package smartirc4net -root %{buildroot}%{_libdir}/ %{__rm} %{buildroot}%{_libdir}/smartirc4net/Meebey.SmartIrc4net.dll %files %{_libdir}/mono/gac/Meebey.SmartIrc4net %{_libdir}/mono/smartirc4net/Meebey.SmartIrc4net.dll %doc README CREDITS FEATURES LICENSE %files devel %{_libdir}/pkgconfig/smartirc4net.pc %doc LICENSE %changelog * Thu Jun 09 2011 Alex Hudson - 0.4.5.1-2 - Initial build