]> git.donarmstrong.com Git - lilypond.git/blob - make/out/lilypond.spec
11adbb60a4c73d69ed7b33d67b8e529fb6c239ad
[lilypond.git] / make / out / lilypond.spec
1 Name: lilypond
2 Version: 1.1.55
3 Release: 1
4 Copyright: GPL
5 Group: Applications/Publishing
6 Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-1.1.55.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 LilyPond is the GNU Project music typesetter. It transforms a musical
18 description file into beautiful sheet music.
19
20
21 %prep
22 %setup
23 %build
24 ./configure --disable-checking --disable-debugging --enable-printing --prefix=/usr --disable-optimise --enable-shared
25 make all
26 ln -s /usr/share/texmf/fonts/tfm/public/cm/ tfm
27
28 make -C Documentation  || true
29 make htmldoc || true
30
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 mkdir -p $RPM_BUILD_ROOT/tmp/lilypond-rpm-doc
35 mkdir htmldocs
36 tar -C htmldocs -xzf out/htmldoc.tar.gz
37 #tar -C $RPM_BUILD_ROOT/tmp/lilypond-rpm-doc -xzf out/htmldoc.tar.gz
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
62 # hairy to hook it in (possibly non-existing) emacs
63 %doc mudela-mode.el
64
65 # this gets too messy...
66 # %doc input/*.ly
67 # verbatim include of input: list the directory without issuing a %dir 
68
69 /usr/bin/convert-mudela
70 /usr/bin/mudela-book
71 /usr/bin/ly2dvi
72 /usr/bin/lilypond
73 /usr/bin/midi2ly
74 /usr/man/man1/midi2ly.1
75 /usr/man/man1/lilypond.1
76 /usr/man/man1/mudela-book.1
77 /usr/man/man1/ly2dvi.1
78 /usr/man/man1/convert-mudela.1
79 /usr/share/lilypond/
80 /usr/share/locale/*/LC_MESSAGES/lilypond.mo
81 /etc/profile.d/lilypond.*
82