]> git.donarmstrong.com Git - lilypond.git/blob - make/out/lilypond.spec
7105c3e1f6479477ed82fabb348f0269b56ee0fd
[lilypond.git] / make / out / lilypond.spec
1 Name: lilypond
2 Version: 1.2.15
3 Release: 1
4 Copyright: GPL
5 Group: Applications/Publishing
6 Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-1.2.15.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
17 %package documentation
18 Summary: Prebuilt website containing all LilyPond documentation.
19 Group: Applications/Publishing
20 # BuildArchitectures: noarch
21
22 %description documentation
23
24
25 The documentation package is rather big, due to the many pictures and
26 different documentation formats.  It is really a rip-off from the
27 LilyPond website.  If you have direct internet access, you may always
28 read the documentation documentation there: http://www.lilypond.org.
29
30 %prep
31 %setup
32 %build
33 ./configure --disable-checking --disable-debugging --enable-printing --prefix=/usr --disable-optimise --enable-shared
34 make all
35 ln -s /usr/share/texmf/fonts/tfm/public/cm/ tfm
36
37 # urg
38 # %build documentation
39 # line 42: second %build
40 # ok, now make sure that lilypond package will succeed,
41 # even if documentation fails to build
42 make -C Documentation  || true
43 make htmldoc || true
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 mkdir -p $RPM_BUILD_ROOT/tmp/lilypond-rpm-doc
48
49 strip lily/out/lilypond midi2ly/out/midi2ly
50 make prefix="$RPM_BUILD_ROOT/usr" install
51 # gzip -9fn $RPM_BUILD_ROOT/usr/info/* || true
52
53 mkdir -p $RPM_BUILD_ROOT/etc/profile.d
54 cp buildscripts/out/lilypond-profile $RPM_BUILD_ROOT/etc/profile.d/lilypond.sh
55 cp buildscripts/out/lilypond-login $RPM_BUILD_ROOT/etc/profile.d/lilypond.csh
56
57 # urg
58 #%install documentation
59 #line 63: second %install
60 # again, make sure that main package installs even if doco fails
61 mkdir -p htmldocs/out
62 tar -C htmldocs -xzf out/htmldoc.tar.gz || true
63 mkdir -p out/examples/
64 tar -cf - input/  | tar -C out/examples/ -xf- || true
65
66 %post
67
68 touch /tmp/.lilypond-install
69 rm `find /var/lib/texmf -name 'feta*pk -print' -or -name 'feta*tfm -print'` /tmp/.lilypond-install
70 # /sbin/install-info /usr/info/lilypond.info.gz /usr/info/dir || true
71
72 %preun
73 if [ $1 = 0 ]; then
74  true #   /sbin/install-info --delete /usr/info/lilypond.info.gz /usr/info/dir || true
75 fi
76
77
78 %files
79 # hairy to hook it in (possibly non-existing) emacs
80 %doc mudela-mode.el
81
82 /usr/bin/abc2ly
83 /usr/bin/convert-mudela
84 /usr/bin/mudela-book
85 /usr/bin/ly2dvi
86 /usr/bin/lilypond
87 /usr/bin/midi2ly
88 /usr/man/man1/midi2ly.1
89 /usr/man/man1/lilypond.1
90 /usr/man/man1/mudela-book.1
91 /usr/man/man1/ly2dvi.1
92 /usr/man/man1/convert-mudela.1
93 /usr/share/lilypond/
94 /usr/share/locale/*/LC_MESSAGES/lilypond.mo
95 /etc/profile.d/lilypond.*
96
97 %files documentation
98 # this gets too messy...
99 # %doc input/*.ly
100 # verbatim include of input: list the directory without issuing a %dir 
101 %doc htmldocs/
102 %doc out/examples/
103 %doc mutopia/