]> git.pld-linux.org Git - packages/denemo.git/blob - denemo.spec
- Source url changed to ftp:// (notifier easier finds new version through
[packages/denemo.git] / denemo.spec
1 Summary:        Gtk frontend for GNU lilypond
2 Name:           denemo
3 Version:        0.5.5
4 Release:        1
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 Requires:       lilypond
13 Requires:       TiMidity++
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17
18 %description
19 Denemo is a graphical music notation program written in C with gtk+.
20
21 It is intended to be used in conjunction with GNU Lilypond
22 (http://www.cs.uu.nl/hanwen/lilypond/), but is adaptable to other
23 computer-music-related purposes as well.
24
25 %prep
26 %setup -q
27
28 %build
29 %configure
30 %{__make} 
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT
36
37 gzip -9nf NEWS README TODO GOALS DESIGN AUTHORS
38
39 %clean
40 rm -rf ${RPM_BUILD_ROOT}
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz
45 %attr(755,root,root) %{_bindir}/*
46 %{_datadir}/%{name}
This page took 0.100488 seconds and 4 git commands to generate.