]> git.pld-linux.org Git - packages/denemo.git/blob - denemo.spec
- updated to 2.6.0
[packages/denemo.git] / denemo.spec
1 Summary:        GTK+ frontend for GNU lilypond
2 Summary(pl.UTF-8):      Frontend GTK+ na GNU lilypond
3 Name:           denemo
4 Version:        0.7.4
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Sound
8 Source0:        http://dl.sourceforge.net/denemo/%{name}-%{version}.tar.gz
9 # Source0-md5:  5a5680b2dab63a6217c0ab7c30be0730
10 Patch0:         %{name}-opt.patch
11 URL:            http://denemo.sourceforge.net/
12 BuildRequires:  autoconf >= 2.59
13 BuildRequires:  automake
14 BuildRequires:  gtk+2-devel >= 2:2.6.0
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  libtool
17 BuildRequires:  libxml2-devel >= 2.0.0
18 #BuildRequires: niffsdk-devel
19 BuildRequires:  pkgconfig
20 Requires:       TiMidity++
21 Requires:       lilypond >= 2.6
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Denemo is a graphical music notation program written in C with GTK+.
26
27 It is intended to be used in conjunction with GNU Lilypond
28 (http://www.cs.uu.nl/hanwen/lilypond/), but is adaptable to other
29 computer-music-related purposes as well.
30
31 %description -l pl.UTF-8
32 Denemo to program do graficznej notacji muzycznej używający GTK+.
33
34 Jest przeznaczony do używania z GNU Lilypond
35 (http://www.cs.uu.nl/hanwen/lilypond/), ale może być zaadaptowany do
36 innych celów związanych z muzyką.
37
38 %package devel
39 Summary:        Header files for denemo plugins development
40 Summary(pl.UTF-8):      Pliki nagłówkowe do tworzenia wtyczek dla denemo
41 Group:          Development/Libraries
42 # doesn't require base
43
44 %description devel
45 Header files for denemo plugins development.
46
47 %description devel -l pl.UTF-8
48 Pliki nagłówkowe do tworzenia wtyczek dla denemo.
49
50 %prep
51 %setup -q
52 %patch0 -p1
53
54 %build
55 %{__libtoolize}
56 %{__aclocal}
57 %{__autoconf}
58 %{__autoheader}
59 %{__automake}
60 CFLAGS="%{rpmcflags} %{?debug:-DDEBUG}"
61 %configure \
62         --disable-static \
63         --with-plugins=analysis
64 # ,niff - but it's incomplete (no interface between niff and denemo)
65
66 %{__make}
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT
73
74 %find_lang %{name}
75
76 # no *.la for modules - shut up check-files
77 rm -f $RPM_BUILD_ROOT%{_libdir}/denemo/*.la
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files -f %{name}.lang
83 %defattr(644,root,root,755)
84 %doc AUTHORS ChangeLog DESIGN* GOALS NEWS README* TODO
85 %attr(755,root,root) %{_bindir}/denemo
86 %{_datadir}/denemo
87 %dir %{_libdir}/denemo
88 %attr(755,root,root) %{_libdir}/denemo/libanalyse.so*
89 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/denemo.conf
90 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/denemo.keymaprc
91
92 %files devel
93 %defattr(644,root,root,755)
94 %{_includedir}/denemo
This page took 0.098079 seconds and 3 git commands to generate.