]> git.donarmstrong.com Git - lilypond.git/blob - make/lilypond.spec.in
release: 0.1.41
[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: alpha.gnu.org:/gnu/lilypond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz
7 Summary: A program for typesetting 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-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
22 %prep
23 %setup
24 %build
25 ./configure --disable-checking --disable-debugging --enable-printing --prefix=/usr --enable-optimise --enable-shared
26 make all
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 strip lily/out/lilypond mi2mu/out/mi2mu
30 make -C Documentation gifs
31 make prefix="$RPM_BUILD_ROOT/usr" install
32 %files
33 %doc @TEXT_DOCS@
34 %doc @EXAMPLE_LYS@ 
35 %doc Documentation/out/lelie_logo.gif
36 /usr/bin/convert-mudela
37 /usr/bin/mudela-book
38 /usr/bin/lilypond
39 /usr/lib/libflower.so
40 /usr/bin/mi2mu
41 /usr/man/man1/mi2mu.1
42 /usr/man/man1/lilypond.1
43 /usr/man/man1/mudela-book.1
44 /usr/man/man1/convert-mudela.1
45 /usr/lib/texmf/texmf/tex/lilypond/
46 /usr/lib/texmf/texmf/fonts/source/public/lilypond
47 /usr/share/lilypond/
48 %post
49
50 texhash         # takes some time...
51 rm `find /var/lib/texmf -name 'feta*pk' -or -name 'feta*tfm'`
52