]> git.donarmstrong.com Git - lilypond.git/blob - make/lilypond.spec.in
release: 0.1.59
[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/development/lilypond-@TOPLEVEL_VERSION@.tar.gz
7 Summary: A program for typesetting music.
8 URL: http://www.cs.ruu.nl/~hanwen/lilypond
9 Packager: Han-Wen Nienhuys <hanwen@stack.nl>
10 Icon: lelie_icon.gif
11 Buildroot: /tmp/lilypond-install
12
13 %description 
14 LilyPond is the GNU Project music typesetter.  The program
15 generates visual or auditive output from a music 
16 definition file: it can typeset formatted sheet music 
17 to a TeX file and play (mechanical) performances to a 
18 MIDI file.  Features include multiple staffs, meters, 
19 clefs, keys, lyrics, versatile input-language, 
20 cadenzas, beams, slurs, triplets.
21 It includes a nice font of musical symbols.
22
23 %prep
24 %setup
25 %build
26 ./configure --disable-checking --disable-debugging --enable-printing --prefix=/usr --enable-optimise --enable-shared
27 make all
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 strip lily/out/lilypond mi2mu/out/mi2mu
31 make -C Documentation gifs
32 make prefix="$RPM_BUILD_ROOT/usr" install
33 %files
34 %doc @TEXT_DOCS@
35 %doc @EXAMPLE_LYS@ 
36 %doc Documentation/out/lelie_logo.gif
37 /usr/bin/convert-mudela
38 /usr/bin/mudela-book
39 /usr/bin/ly2dvi
40 /usr/bin/lilypond
41 /usr/bin/mi2mu
42 # /usr/lib/libflower.so
43 /usr/man/man1/mi2mu.1
44 /usr/man/man1/lilypond.1
45 /usr/man/man1/mudela-book.1
46 /usr/man/man1/ly2dvi.1
47 /usr/man/man1/convert-mudela.1
48 /usr/lib/texmf/texmf/tex/lilypond/
49 /usr/lib/texmf/texmf/fonts/source/public/lilypond
50 /usr/share/lilypond/
51 %post
52
53 texhash         # takes some time...
54 rm `find /var/lib/texmf -name 'feta*pk' -or -name 'feta*tfm'`
55