]> git.donarmstrong.com Git - lilypond.git/blob - make/out/lilypond.spec
release: 1.2.9
[lilypond.git] / make / out / lilypond.spec
1 Name: lilypond
2 Version: 1.2.9
3 Release: 1
4 Copyright: GPL
5 Group: Applications/Publishing
6 Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-1.2.9.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: lilypond-icon.gif
11 BuildRoot: /tmp/lilypond-install
12 Prereq: tetex
13
14 %description 
15
16 LilyPond is a music typesetter.  It produces beautiful sheet music
17 using a high level description file as input.  LilyPond is part of 
18 the GNU Project.
19
20 %prep
21 %setup
22 %build
23 ./configure --disable-checking --disable-debugging --enable-printing --prefix=/usr --disable-optimise --enable-shared
24 make all
25 ln -s /usr/share/texmf/fonts/tfm/public/cm/ tfm
26
27 make -C Documentation  || true
28 make htmldoc || true
29
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 mkdir -p $RPM_BUILD_ROOT/tmp/lilypond-rpm-doc
34 mkdir htmldocs
35 tar -C htmldocs -xzf out/htmldoc.tar.gz
36 mkdir -p out/examples/
37 tar -cf - input/  | tar -C out/examples/ -xf-
38
39 strip lily/out/lilypond midi2ly/out/midi2ly
40 make prefix="$RPM_BUILD_ROOT/usr" install
41 # gzip -9fn $RPM_BUILD_ROOT/usr/info/* || true
42
43 mkdir -p $RPM_BUILD_ROOT/etc/profile.d
44 cp buildscripts/out/lilypond-profile $RPM_BUILD_ROOT/etc/profile.d/lilypond.sh
45 cp buildscripts/out/lilypond-login $RPM_BUILD_ROOT/etc/profile.d/lilypond.csh
46
47 %post
48
49 touch /tmp/.lilypond-install
50 rm `find /var/lib/texmf -name 'feta*pk -print' -or -name 'feta*tfm -print'` /tmp/.lilypond-install
51 # /sbin/install-info /usr/info/lilypond.info.gz /usr/info/dir || true
52
53 %preun
54 if [ $1 = 0 ]; then
55  true #   /sbin/install-info --delete /usr/info/lilypond.info.gz /usr/info/dir || true
56 fi
57
58
59 %files
60 %doc htmldocs/
61 %doc out/examples/
62 %doc mutopia/
63
64
65 # hairy to hook it in (possibly non-existing) emacs
66 %doc mudela-mode.el
67
68 # this gets too messy...
69 # %doc input/*.ly
70 # verbatim include of input: list the directory without issuing a %dir 
71
72 /usr/bin/convert-mudela
73 /usr/bin/mudela-book
74 /usr/bin/ly2dvi
75 /usr/bin/lilypond
76 /usr/bin/midi2ly
77 /usr/man/man1/midi2ly.1
78 /usr/man/man1/lilypond.1
79 /usr/man/man1/mudela-book.1
80 /usr/man/man1/ly2dvi.1
81 /usr/man/man1/convert-mudela.1
82 /usr/share/lilypond/
83 /usr/share/locale/*/LC_MESSAGES/lilypond.mo
84 /etc/profile.d/lilypond.*
85