Summary: Graphical music notation program Name: denemo Version: 0.7.9 Release: 3%{?dist} License: GPLv2 Group: Applications/Multimedia Source: http://download.savannah.gnu.org/releases/denemo/%{name}-%{version}.tar.gz URL: http://www.denemo.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: portaudio-devel aubio-devel gtk2-devel BuildRequires: gettext libxml2-devel fftw-devel desktop-file-utils Requires: bug-buddy %description Denemo is a graphical music notation program written in C with gtk+. As of April 2000, it is an official part of the GNU project (http://www.gnu.org/) It is intended to be used in conjunction with GNU Lilypond (http://www.cs.uu.nl/hanwen/lilypond/), but is adaptable to other computer-music-related purposes as well. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} desktop-file-install --vendor="" \ --dir=%{buildroot}/%{_datadir}/applications \ %{buildroot}/%{_datadir}/applications/denemo.desktop %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %dir %{_sysconfdir}/denemo %config(noreplace) %{_sysconfdir}/denemo/denemo.conf %{_datadir}/denemo %{_datadir}/icons/denemo.png %{_datadir}/fonts/truetype/denemo %{_datadir}/applications/denemo.desktop %{_bindir}/denemo %doc COPYING README README.lilypond ChangeLog %changelog * Mon Aug 18 2008 Roy Rankin -Simplify Requires * Sat Aug 16 2008 Roy Rankin -Remove defines and fixup BuildRoot path * Sun Aug 3 2008 Roy Rankin -Additional BuildRequires from Mock testing, fixed desktop-file-install usage * Fri Jul 25 2008 Roy Rankin -Update for 0.7.9 and Fedora 8 * Fri Dec 14 2001 Adam Tee -Update for 0.5.8 * Sun Nov 12 2000 Matt Hiller - Update for 0.5.5 * Wed Jun 21 2000 Sourav K. Mandal - Initial release of RPM package