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