]> git.donarmstrong.com Git - lilypond.git/blob - make/lilypond.redhat.spec.in
ffc1513959f338dfb32e51006bb4971e77c013e1
[lilypond.git] / make / lilypond.redhat.spec.in
1 # -*-rpm-spec-mode-*-
2
3 %define info yes
4 %define docdir %{_docdir}/lilypond/
5
6 Name: lilypond
7 Version: @TOPLEVEL_VERSION@
8 Release: 1
9 License: GPL
10 Group: Applications/Publishing
11 Source0: ftp.lilypond.org:/pub/LilyPond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz
12 Summary: Create and print music notation 
13 URL: http://www.lilypond.org/
14 BuildRoot: %{_tmppath}/%{name}-%{version}-root
15
16
17 Buildrequires: t1utils bison flex mftrace ImageMagick
18 Buildrequires: texinfo >= 4.6
19 Buildrequires: guile-devel >= 1.6.4-8
20 Requires: tetex  tetex-latex libstdc++ python  tetex-dvips tetex-latex
21 Requires: guile >= 1.6.4-8
22
23 %description
24 LilyPond lets you create music notation.  It produces
25 beautiful sheet music from  a high-level description file.
26
27 %package documentation
28 Summary:  All LilyPond documentation, in HTML
29 Group: Applications/Publishing
30 # BuildArchitectures: noarch
31
32 %description documentation
33 Documentation and example files of LilyPond. An index is available at
34 %{docdir}/web/Documentation/out-www/index.html
35
36 %prep
37 %setup
38
39 %build
40
41 # DO NOT use % { configure } , it hardcodes all paths, runs libtool,
42 # so we can't do make prefixix=/tmp/ install.
43
44 # In fact, do not take out the spaces between % and { in the above comment,
45 # because RPM will gladly do a substitution anyway.
46
47 ./configure --disable-checking --prefix=%{_prefix} --enable-optimising
48
49
50 make MAKE_PFA_FILES=1 all
51 make -C mf/ pfa
52
53 # make info
54 make -C Documentation
55
56 # make  html
57 make web
58 make -C Documentation/user omf
59
60 %install
61
62
63 rm -rf $RPM_BUILD_ROOT
64 mkdir -p $RPM_BUILD_ROOT/tmp/lilypond-rpm-doc
65
66 make prefix="$RPM_BUILD_ROOT%{_prefix}" infodir="$RPM_BUILD_ROOT%{_infodir}" MAKE_PFA_FILES=1 mandir="$RPM_BUILD_ROOT%{_mandir}" install
67
68 %if %{info}
69 rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
70 gzip -9fn $RPM_BUILD_ROOT%{_infodir}/*
71 %endif
72
73 mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
74 # install -m 755 -d  $RPM_BUILD_ROOT/etc/emacs/site-start.d
75 install -m 644 elisp/lilypond-init.el  $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
76
77 gzip -9fn $RPM_BUILD_ROOT%{_mandir}/man1/*
78
79 mkdir -p $RPM_BUILD_ROOT/etc/profile.d
80 cp buildscripts/out/lilypond-profile $RPM_BUILD_ROOT/etc/profile.d/lilypond.sh
81 cp buildscripts/out/lilypond-login $RPM_BUILD_ROOT/etc/profile.d/lilypond.csh
82
83 make prefix="$RPM_BUILD_ROOT%{_prefix}" webdir="$RPM_BUILD_ROOT%{_prefix}/share/doc/lilypond/" web-install
84
85
86 %post
87
88 touch /tmp/.lilypond-install
89 rm `find /var/lib/texmf -name 'feta*pk' -or -name 'feta*tfm' -or -name 'parmesan*pk' -or -name 'parmesan*tfm' -print` /tmp/.lilypond-install
90
91 %if %{info}
92 /sbin/install-info %{_infodir}/lilypond.info.gz %{_infodir}/dir 
93 %endif
94
95 # chkfontpath --add=%{_datadir}/lilypond/@TOPLEVEL_VERSION@/fonts/type1/
96
97 echo 'Please logout first before using LilyPond.'
98
99 %preun
100
101
102 %if %{info}
103 if [ $1 = 0 ]; then
104     /sbin/install-info --delete %{_infodir}/lilypond.info.gz %{_infodir}/dir 
105 fi
106 %endif
107
108 # chkfontpath --remove=%{_datadir}/share/lilypond/@TOPLEVEL_VERSION@/fonts/type1/
109
110
111 %post documentation
112 scrollkeeper-update
113
114 %postun documentation
115 scrollkeeper-update
116
117
118
119 %files
120 %defattr(-, root, root)
121 %{_datadir}/emacs/site-lisp/lilypond*
122 %{_datadir}/emacs/site-lisp/site-start.d/lilypond*
123
124 %{_bindir}/abc2ly
125 %{_bindir}/as2text
126 %{_bindir}/convert-ly
127 %{_bindir}/etf2ly
128 %{_bindir}/lilypond
129 %{_bindir}/lilypond-bin
130 %{_bindir}/midi2ly
131 %{_bindir}/lilypond-book
132 %{_bindir}/mup2ly
133 %{_bindir}/musedata2ly
134 %{_bindir}/pmx2ly
135
136 %doc THANKS
137 %doc COPYING
138 %doc DEDICATION
139 %doc README.txt
140 %doc AUTHORS.txt
141 %doc INSTALL.txt
142 %doc NEWS.txt
143
144 %if %{info}
145 %{_infodir}/*
146 %endif
147
148 %{_mandir}/man1/abc2ly.1.gz
149 %{_mandir}/man1/as2text.1.gz
150 %{_mandir}/man1/convert-ly.1.gz
151 %{_mandir}/man1/etf2ly.1.gz
152 %{_mandir}/man1/lilypond-bin.1.gz
153 %{_mandir}/man1/lilypond.1.gz
154 %{_mandir}/man1/midi2ly.1.gz
155 %{_mandir}/man1/lilypond-book.1.gz
156 %{_mandir}/man1/musedata2ly.1.gz
157 %{_mandir}/man1/mup2ly.1.gz
158 %{_mandir}/man1/pmx2ly.1.gz
159
160 %{_datadir}/lilypond/@TOPLEVEL_VERSION@/
161 %{_datadir}/locale/*/LC_MESSAGES/lilypond.mo
162
163 %{_libdir}/lilypond/
164
165 /etc/profile.d/lilypond.*
166
167
168 %files documentation
169
170 %defattr(-, root, root)
171
172 %{docdir}
173 %{_datadir}/omf/lilypond/@TOPLEVEL_VERSION@
174
175