]> git.donarmstrong.com Git - lilypond.git/blob - make/lilypond.spec.in
18d469b45e4056082383f72285bc9385849f6d08
[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_logo.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. Feature 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
26 %files
27 %doc Documentation/out/index.text Documentation/out/CodingStyle.text
28 %doc Documentation/out/lilygut.text Documentation/out/lilyinput.text
29 %doc Documentation/out/error.text Documentation/out/faq.text
30 %doc Documentation/out/INSTALL.text
31 %doc Documentation/out/language.text Documentation/out/lelie_logo.png
32 /usr/bin/lilypond
33 /usr/bin/mi2mu
34 /usr/man/man1/lilypond.1
35 /usr/lib/texmf/texmf/tex/lilypond/*
36 /usr/share/lilypond/*
37
38 %post
39 texhash
40 %post
41 texhash
42