]> git.donarmstrong.com Git - lilypond.git/blob - make/lilypond.spec.in
release: 0.0.76
[lilypond.git] / make / lilypond.spec.in
1 Name: lilypond
2 Version: @TOPLEVEL_VERSION@
3 Release: 1
4 Copyright: GPL
5 Group: Applications/Publishing
6 Source0: pcnov095.win.tue.nl:/pub/lilypond/lilypond-@TOPLEVEL_VERSION@.tar.gz
7 Summary: A preprocessor to make TeX typeset music.
8 URL: http://www.stack.nl/~hanwen/lilypond
9 Packager: Han-Wen Nienhuys <hanwen@stack.nl>
10 Icon: lelie_icon.gif
11 Buildroot: /tmp/lilypond_build
12
13 %description
14 GNU LilyPond which converts music definition files into visual or
15 audio output: it can typeset formatted sheet music to a TeX file and
16 and (mechanical) performances to MIDI files. Features include multiple
17 meters, clefs, keys, lyrics, versatile input-language, cadenzas
18 beams, slurs, triplets.
19
20 %prep
21 %setup
22 %build
23 ./configure --enable-checking --disable-debugging --enable-printing --prefix=/usr --enable-optimise --enable-shared
24 make all
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 strip lily/out/lilypond mi2mu/out/mi2mu
28 make prefix="$RPM_BUILD_ROOT/usr" install
29 %files
30 %doc @TEXT_DOCS@ @EXAMPLE_LYS@ Documentation/lelie_logo.gif
31 /usr/bin/convert-mudela
32 /usr/bin/mudela-book
33 /usr/bin/lilypond
34 /usr/lib/libflower.so
35 /usr/bin/mi2mu
36 /usr/man/man1/mi2mu.1
37 /usr/man/man1/lilypond.1
38 /usr/man/man1/mudela-book.1
39 /usr/man/man1/convert-mudela.1
40 /usr/lib/texmf/texmf/tex/lilypond/
41 /usr/share/lilypond/
42 %post
43