]> git.donarmstrong.com Git - lilypond.git/blob - make/lilypond.spec.in
ed8060fcfa5f73e6f67a094f2f9c1a8f9d523c87
[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: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz
7 Summary: A program for printing sheet 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 --disable-optimise --enable-shared
21 make all
22 make -C Documentation info || true
23 make htmldoc
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 mkdir -p $RPM_BUILD_ROOT/tmp/lilypond-rpm-doc
28 tar -C $RPM_BUILD_ROOT/tmp/lilypond-rpm-doc -xzf out/htmldoc.tar.gz
29
30 strip lily/out/lilypond mi2mu/out/mi2mu
31 make prefix="$RPM_BUILD_ROOT/usr" install
32
33 mkdir -p $RPM_BUILD_ROOT/etc/profile.d
34 cp bin/out/lilypond-profile $RPM_BUILD_ROOT/etc/profile.d/lilypond.sh
35 cp bin/out/lilypond-login $RPM_BUILD_ROOT/etc/profile.d/lilypond.csh
36
37 %files
38
39 %doc /tmp/lilypond-rpm-doc
40
41 # hairy to hook it in (possibly non-existing) emacs
42 %doc mudela-mode.el
43
44 # this gets too messy...
45 # %doc input/*.ly
46 # verbatim include of input: list the directory without issuing a %dir 
47
48 /usr/bin/convert-mudela
49 /usr/bin/mudela-book
50 /usr/bin/ly2dvi
51 /usr/bin/lilypond
52 /usr/bin/mi2mu
53 /usr/man/man1/mi2mu.1
54 /usr/man/man1/lilypond.1
55 /usr/man/man1/mudela-book.1
56 /usr/man/man1/ly2dvi.1
57 /usr/man/man1/convert-mudela.1
58 /usr/share/lilypond/
59 /usr/share/locale/*/LC_MESSAGES/lilypond.mo
60 /etc/profile.d/lilypond.*
61
62
63 %post
64
65 touch /tmp/.lilypond-install
66 rm `find /var/lib/texmf -name 'feta*pk -print' -or -name 'feta*tfm -print'` /tmp/.lilypond-install