]> git.donarmstrong.com Git - lilypond.git/blob - make/out/zlilypond-docs.spec
release: 1.0.2
[lilypond.git] / make / out / zlilypond-docs.spec
1 #
2 # The weird name is to persuade RPM to use the other spec for building the 
3 # lilypond rpm from the tarball.
4 #
5
6 Name: lilypond-docs
7 Version: 1.0.2
8 Release: 1
9 Copyright: GPL
10 Group: Applications/Publishing
11 Source0: pcnov095.win.tue.nl:/pub/lilypond/development/lilypond-1.0.2.tar.gz
12 Summary: A program for typesetting music (documentation)
13 URL: http://www.cs.uu.nl/~hanwen/lilypond
14 Packager: Han-Wen Nienhuys <hanwen@cs.uu.nl>
15 Icon: lelie_icon.gif
16 BuildRoot: /tmp/lilypond-install
17 BuildArchitectures: noarch
18
19
20 %description 
21
22 LilyPond is the GNU Project music typesetter.  This program can print
23 beautiful sheet music from a music definition file.  It can also play
24 mechanical performances to a MIDI file.  Features include multiple
25 staffs, meters, clefs, keys, lyrics, versatile input language, cadenzas,
26 beams, slurs, triplets, formatting scores, part extraction.  It includes
27 a nice font of musical symbols.
28
29 This package contains the documentation in HTML and PS format.
30
31 %prep
32 %setup  -T -n lilypond-1.0.2 -b0
33 %build
34
35 #
36 # This is actually quite gross.  You have to have a working (and up to date)
37 # LilyPond and Yodl  to  build the documentation.
38 #
39
40 make htmldocs
41
42 %install
43
44 # ln /home/hanwen/usr/src/lilypond/out/htmldoc.tar.gz out/
45 mkdir -p $RPM_BUILD_ROOT/usr/doc/lilypond-1.0.2 
46 tar -C $RPM_BUILD_ROOT/usr/doc/lilypond-1.0.2 -xzf out/htmldoc.tar.gz 
47
48 %files
49
50 %doc /usr/doc/lilypond-1.0.2
51
52 %post