Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 64b22391b84cca1c7eb1ebd44db8a551 > files > 2

denemo-0.7.2a-1mdk.src.rpm

%define name    denemo
%define version 0.7.2a
%define release 1mdk

Summary: 	WYSIWYG musical score editor and frontend for Lilypond
Name: 	 	%{name}
Version: 	%{version}
Release: 	%{release}
Source0: 	%{name}-%{version}.tar.bz2
URL:     	http://%{name}.sourceforge.net/
License: 	GPL
Group:   	Sound
BuildRoot: 	%{_tmppath}/%{name}-buildroot
Requires: 	lilypond
BuildRequires:	gtk-devel libxml2-devel
BuildRequires:	bison flex gettext

%description
Denemo is the GNU graphical musical score editor, and serves as a frontend
to Lilypond. Though its behavior and features will no doubt continue to be
refined, it is already perfectly usable.

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
rm -fr $RPM_BUILD_ROOT/%_includedir

%find_lang %name

#menu
mkdir -p $RPM_BUILD_ROOT%{_menudir}
cat << EOF > $RPM_BUILD_ROOT%{_menudir}/%{name}
?package(%{name}): command="%{name}" icon="sound_section.png" needs="x11" title="Denemo" longtitle="Musical score editor" section="Multimedia/Sound"
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_menus
		
%postun
%clean_menus

%files -f %name.lang
%defattr(-,root,root)
%doc README TODO NEWS AUTHORS COPYING ChangeLog DESIGN GOALS
%_bindir/%name
%_menudir/%name
%_datadir/denemo

%changelog
* Mon Feb 16 2004 Austin Acton <austin@mandrake.org> 0.7.2a-1mdk
- 0.7.2a

* Wed May 21 2003 Austin Acton <aacton@yorku.ca> 0.7.1-1mdk
- 0.7.1
- clenup spec
- add menu entry
- findlang

* Mon Jul 02 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.5.5-3mdk
- rebuild

* Mon Jan 08 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.5.5-2mdk
- rebuild

* Thu Nov 23 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.5.5-1mdk
- updated to 0.5.5
- used srpm from rufus t firefly <rufus.t.firefly@linux-mandrake.com>
- macros

* Tue Aug 05 2000 rufus t firefly <rufus.t.firefly@linux-mandrake.com>
  - v0.5.4 (initial packaging)
  - Mandrake-ization