]> git.donarmstrong.com Git - lilypond.git/blob - make/lilypond.spec.in
release: 1.0.2
[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.uu.nl/~hanwen/lilypond
9 Packager: Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 Icon: @package@-icon.gif
11 BuildRoot: /tmp/lilypond-install
12 Prereq: tetex
13
14 %description 
15 @BLURB@
16
17 %prep
18 %setup
19 %build
20 ./configure --disable-checking --disable-debugging --enable-printing --prefix=/usr --enable-optimise --enable-shared --enable-tex-dir='${prefix}/lib/texmf/texmf/tex/generic' --enable-mf-dir='${prefix}/lib/texmf/texmf/fonts/source/'
21 make all
22 make htmldoc
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 mkdir -p $RPM_BUILD_ROOT/tmp/lilypond-rpm-doc
27 tar -C $RPM_BUILD_ROOT/tmp/lilypond-rpm-doc -xzf out/htmldoc.tar.gz
28
29 strip lily/out/lilypond mi2mu/out/mi2mu
30 make prefix="$RPM_BUILD_ROOT/usr" install
31 %files
32
33 %doc /tmp/lilypond-rpm-doc
34
35 # hairy to hook it in (possibly non-existing) emacs
36 %doc mudela-mode.el
37
38 # this gets too messy...
39 # %doc input/*.ly
40 # verbatim include of input: list the directory without issuing a %dir 
41
42 %doc input
43
44 /usr/bin/convert-mudela
45 /usr/bin/mudela-book
46 /usr/bin/ly2dvi
47 /usr/bin/lilypond
48 /usr/bin/mi2mu
49 /usr/man/man1/mi2mu.1
50 /usr/man/man1/lilypond.1
51 /usr/man/man1/mudela-book.1
52 /usr/man/man1/ly2dvi.1
53 /usr/man/man1/convert-mudela.1
54 /usr/lib/texmf/texmf/tex/generic/lilypond
55 /usr/lib/texmf/texmf/fonts/source/public/lilypond
56 /usr/share/lilypond/
57 /usr/share/locale/*/LC_MESSAGES/lilypond.mo
58 %post
59
60 ## ln -s  /usr/lib/texmf/texmf/tex/lilypond  /usr/lib/texmf/texmf/tex/latex/lilypond # suck me plenty
61 texhash         # takes some time...
62 touch /tmp/.lilypond-install
63 rm `find /var/lib/texmf -name 'feta*pk -print' -or -name 'feta*tfm -print'` /tmp/.lilypond-install