]> git.donarmstrong.com Git - lilypond.git/blob - make/out/lilypond.spec
accf15d04f6da7d6f6f112a0efefac366d23a4a7
[lilypond.git] / make / out / lilypond.spec
1 Name: lilypond
2 Version: 0.1.65
3 Release: 1
4 Copyright: GPL
5 Group: Applications/Publishing
6 Source0: pcnov095.win.tue.nl:/pub/lilypond/development/lilypond-0.1.65.tar.gz
7 Summary: A program for typesetting music.
8 URL: http://www.cs.uu.nl/~hanwen/lilypond
9 Packager: Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 Icon: lelie_icon.gif
11 Buildroot: /tmp/lilypond-install
12 Prereq: tetex
13
14 %description 
15 LilyPond is the GNU Project music typesetter.  This program can print
16 beautiful sheet music from a  music 
17 definition file.  It can also play a 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
24 %prep
25 %setup
26 %build
27 ./configure --disable-checking --disable-debugging --enable-printing --prefix=/usr --enable-optimise --enable-shared
28 make all
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 strip lily/out/lilypond mi2mu/out/mi2mu
32 make -C Documentation gifs
33 make prefix="$RPM_BUILD_ROOT/usr" install
34 %files
35 %doc Documentation/out/*.txt
36 %doc Documentation/tex/*.doc
37 %doc Documentation/tex/*.bib
38 %doc mutopia/*.ly
39 %doc input/*.ly
40 %doc Documentation/out/lelie_logo.gif
41 /usr/bin/convert-mudela
42 /usr/bin/mudela-book
43 /usr/bin/ly2dvi
44 /usr/bin/lilypond
45 /usr/bin/mi2mu
46 # /usr/lib/libflower.so
47 /usr/man/man1/mi2mu.1
48 /usr/man/man1/lilypond.1
49 /usr/man/man1/mudela-book.1
50 /usr/man/man1/ly2dvi.1
51 /usr/man/man1/convert-mudela.1
52 /usr/lib/texmf/texmf/tex/lilypond/
53 /usr/lib/texmf/texmf/fonts/source/public/lilypond
54 /usr/share/lilypond/
55 %post
56
57
58 ln -s  /usr/lib/texmf/texmf/tex/lilypond  /usr/lib/texmf/texmf/tex/latex/lilypond # suck me plenty
59 texhash         # takes some time...
60 rm `find /var/lib/texmf -name 'feta*pk' -or -name 'feta*tfm'`
61