]> git.donarmstrong.com Git - lilypond.git/blob - make/lilypond.spec
release: 0.0.53
[lilypond.git] / make / lilypond.spec
1 Name: lilypond
2 Version: 0.0.53
3 Release: 1
4 Copyright: GPL
5 Group: Applications/Publishing
6 Source0: pcnov095.win.tue.nl:/pub/lilypond/lilypond-0.0.53.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, multi voices.
18
19 %prep
20 %setup
21 %build
22 configure --enable-checking --enable-printing --prefix=/usr --enable-optimise
23 make all
24 %install
25 strip bin/lilypond bin/mi2mu
26 make prefix="$RPM_BUILD_ROOT/usr" install
27 %files
28 %doc Documentation/out/AUTHORS.text Documentation/out/CodingStyle.text Documentation/out/INSTALL.text Documentation/out/MANIFESTO.text Documentation/out/convert-mudela.text Documentation/out/error.text Documentation/out/examples.text Documentation/out/faq.text Documentation/out/index.text Documentation/out/language.text Documentation/out/lilygut.text Documentation/out/lilypond.text Documentation/out/mudela.text Documentation/lelie_logo.gif
29 /usr/bin/lilypond
30 /usr/bin/mi2mu
31 /usr/man/man1/lilypond.1
32 /usr/man/man5/mudela.5
33 /usr/lib/texmf/texmf/tex/lilypond/
34 /usr/share/lilypond/
35
36 %post
37 texhash
38 %post
39 texhash
40