File hyena.spec of Package hyena
#
# spec file for package hyena (Version 0.1)
#
# 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: hyena
License: MIT License (or similar)
Group: Development/Libraries/GNOME
Version: 0.1
Release: 2
Summary: Library for .NET applications
Url: http://banshee-project.org/
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: glib-sharp2
BuildRequires: gtk-sharp2
BuildRequires: mono-basic
BuildRequires: mono-devel
BuildRequires: mono-nunit
BuildRequires: perl-XML-Parser
BuildRequires: autoconf automake libtool make pkgconfig
Requires: mono
Requires: mono-core
Requires: gtk-sharp2
AutoReqProv: on
%description
Hyena is a .NET library that powers Banshee and PDF Mod, among others.
Authors:
--------
Aaron Bockover <abockover@novell.com>
Gabriel Burt <gabriel.burt@gmail.com>
%prep
%setup
%build
# configure is broken, SHAMROCK_EXPAND_* definitions are missing
ACLOCAL="aclocal -I." autoreconf -fi
%configure
make
%install
%makeinstall
#%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
#%doc AUTHORS NEWS README COPYING
%{_libdir}/%{name}
%{_libdir}/pkgconfig/*.pc
#%files lang -f %{name}.lang
%changelog