]> git.donarmstrong.com Git - lilypond.git/blob - make/lilypond.spec.in
release: 0.0.54
[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 LilyPond is a program which converts a music-script (mudela) into
15 TeX output, or MIDI to produce multi-staff scores. Features include multiple
16 meters, clefs, keys, lyrics, versatile input-language, cadenzas
17 beams, slurs, triplets, multiple voices.
18
19 %prep
20 %setup
21 %build
22 configure --enable-checking --disable-debugging --enable-printing --prefix=/usr --enable-optimise --enable-shared
23 make all
24 %install
25 strip bin/lilypond bin/mi2mu
26 make prefix="$RPM_BUILD_ROOT/usr" install
27 %files
28 %doc @TEXT_DOCS@ @EXAMPLE_LYS@ Documentation/lelie_logo.gif
29 /usr/bin/convert-mudela
30 /usr/bin/lilypond
31 /usr/lib/libflower.so
32 /usr/bin/mi2mu
33 /usr/man/man1/lilypond.1
34 /usr/man/man5/mudela.5
35 /usr/man/man1/convert-mudela.1
36 /usr/lib/texmf/texmf/tex/lilypond/
37 /usr/lib/texmf/texmf/fonts/source/lilypond/
38 /usr/share/lilypond/
39
40 %post
41 texhash
42 %post
43 texhash
44