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