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