Name: hyena Version: 0.2 Release: 2%{?dist} Summary: A small library of C# classes Group: System Environment/Libraries License: MIT URL: http://live.gnome.org/Hyena Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: gtk-sharp2-devel BuildRequires: mono-core mono-devel %description This is a library of useful GUI and non-GUI C# code, originally used in Banshee. %package devel Summary: Development files for Hyena Group: Development/Libraries Requires: pkgconfig Requires: %{name} = %{version}-%{release} %description devel This package contains files to develop applications using Hyena libraries. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING NEWS README %{_libdir}/%{name} %files devel %defattr(-,root,root,-) %{_libdir}/pkgconfig/%{name}.* %changelog * Sun Feb 07 2010 Sebastian Dziallas - 0.2-2 - have the devel package require the main one * Sun Nov 15 2009 Sebastian Dziallas - 0.2-1 - initial packaging