]> git.donarmstrong.com Git - lilypond.git/blob - make/lilypond.spec.in
release: 0.0.52
[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, 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 @TEXT_DOCS@ 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