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