]> git.pld-linux.org Git - packages/denemo.git/blame - denemo.spec
- release 2
[packages/denemo.git] / denemo.spec
CommitLineData
08f8886e 1Summary: Gtk frontend for GNU lilypond
2Name: denemo
3Version: 0.5.5
d740360c 4Release: 2
08f8886e 5License: GPL
da910441 6Group: X11/Applications/Multimedia
7Group(de): X11/Applikationen/Multimedia
8Group(pl): X11/Aplikacje/Multimedia
ff7c3055 9Source0: ftp://download.sourceforge.net/pub/sourceforge/denemo/%{name}-%{version}.tar.gz
08f8886e 10URL: http://denemo.sourceforge.net/
da910441 11BuildRequires: gtk+-devel >= 1.2.0
d740360c
PG
12BuildRequires: autoconf
13BuildRequires: automake
cae82604 14Requires: lilypond
15Requires: TiMidity++
08f8886e 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
da910441 18%define _prefix /usr/X11R6
19
08f8886e 20%description
da910441 21Denemo is a graphical music notation program written in C with gtk+.
22
23It is intended to be used in conjunction with GNU Lilypond
24(http://www.cs.uu.nl/hanwen/lilypond/), but is adaptable to other
25computer-music-related purposes as well.
08f8886e 26
27%prep
28%setup -q
29
30%build
d740360c
PG
31rm -f missing
32aclocal
33autoconf
34automake -a -c
35%configure
08f8886e 36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install DESTDIR=$RPM_BUILD_ROOT
42
da910441 43gzip -9nf NEWS README TODO GOALS DESIGN AUTHORS
08f8886e 44
45%clean
46rm -rf ${RPM_BUILD_ROOT}
47
48%files
49%defattr(644,root,root,755)
da910441 50%doc *.gz
7da02885 51%attr(755,root,root) %{_bindir}/*
52%{_datadir}/%{name}
This page took 0.041268 seconds and 4 git commands to generate.