]> git.pld-linux.org Git - packages/denemo.git/blob - denemo.spec
- removed two lines with define
[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.6.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Sound
8 Source0:        ftp://download.sourceforge.net/pub/sourceforge/denemo/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-libxml2.patch
10 URL:            http://denemo.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gtk+-devel >= 1.2.0
14 BuildRequires:  libxml2-devel
15 Requires:       TiMidity++
16 Requires:       lilypond
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
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 %description -l pl
28 Denemo to program do graficznej notacji muzycznej u¿ywaj±cy gtk+.
29
30 Jest przeznaczony do u¿ywania z GNU Lilypond
31 (http://www.cs.uu.nl/hanwen/lilypond/), ale mo¿e byæ zaadaptowany do
32 innych celów zwi±zanych z muzyk±.
33
34 %prep
35 %setup -q
36 %patch -p1
37
38 %build
39 rm -f missing
40 %{__aclocal}
41 %{__autoconf}
42 %{__automake}
43 CFLAGS="%{rpmcflags} %{?debug:-DDEBUG}"
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install DESTDIR=$RPM_BUILD_ROOT
51
52 %find_lang %{name}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc AUTHORS DESIGN GOALS NEWS README TODO
60 %attr(755,root,root) %{_bindir}/*
61 %{_datadir}/%{name}
This page took 0.089755 seconds and 4 git commands to generate.