Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > dd03cfe55631cf00c98777e6d2e27c02 > files > 2

gnome-chord-0.8-alt0.M41.1.src.rpm

# This spec is backported to ALTLinux 4.1 automatically by rpmbph script. Do not edit it.
#
%define oname gnome-guitar_cs
Name: gnome-chord
Version: 0.8
Release: alt0.M41.1

Summary: Chord and scale database

License: GPL3
Group: Video

Url: http://gnome-chord.sourceforge.net/
Packager: Vitaly Lipatov <lav@altlinux.ru>

Source: http://dl.sf.net/%name/%name-%version.tar.bz2

BuildRequires(pre): rpm-build-gnome libGConf-devel

# Automatically added by buildreq on Mon May 19 2008
BuildRequires: GConf libgcc libgnome-sharp mono-mcs

BuildRequires: rpm-build-compat >= 0.95

%description
Gnome Guitar ported to C#
It's been a very long time coming (5 and a half years!), but a new release
of Gnome-Guitar is just around the corner. When the new version is ready
to release I'll list all the new features then (and update the Web Page a
bit more thoroughly). In the mean time developers might be interested to
know that Gnome-Guitar has been ported from C to C# and has been written
using monodevelop.

%prep
%setup -q

%build
cd gnome-guitar_cs
%autoreconf
%configure --disable-static
%make_build
echo >gconftool
chmod a+rx gconftool

%install
cd gnome-guitar_cs
PATH=`pwd`:$PATH %makeinstall_std
mv %buildroot%gconf_schemasdir/libgnomeguitar.schema %buildroot%gconf_schemasdir/libgnomeguitar.schemas
%__subst "s|@expanded_libdir@|%_libdir|g" %buildroot%_bindir/*
rm -f %buildroot%_pkgconfigdir/*

%post
%gconf2_install libgnomeguitar
%update_menus

%preun
if [ $1 = 0 ]; then
%gconf2_uninstall libgnomeguitar
fi

%postun
%clean_menus

%files
%gconf_schemasdir/*.schemas
%_bindir/gnome-chord
%_bindir/gnome-scale
%_libdir/gnome-guitar_cs/
%_desktopdir/*

%changelog
* Thu Aug 07 2008 Yuri N. Sedunov <aris@altlinux.org> 0.8-alt0.M41.1
- backport to ALTLinux 4.1 (by rpmbph script)

* Mon May 19 2008 Vitaly Lipatov <lav@altlinux.ru> 0.8-alt1
- initial build for ALT Linux Sisyphus