]> git.donarmstrong.com Git - lilypond.git/blob - make/lilypond.redhat.spec.in
release commit
[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 all
51
52 # make info
53 make -C Documentation
54
55 # make  html
56 make web
57 make -C Documentation/user omf
58
59 %install
60
61
62 rm -rf $RPM_BUILD_ROOT
63 mkdir -p $RPM_BUILD_ROOT/tmp/lilypond-rpm-doc
64
65 make prefix="$RPM_BUILD_ROOT%{_prefix}" infodir="$RPM_BUILD_ROOT%{_infodir}"  mandir="$RPM_BUILD_ROOT%{_mandir}" install
66
67 %if %{info}
68 rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
69 gzip -9fn $RPM_BUILD_ROOT%{_infodir}/*
70 %endif
71
72 mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
73 # install -m 755 -d  $RPM_BUILD_ROOT/etc/emacs/site-start.d
74 install -m 644 elisp/lilypond-init.el  $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
75
76 gzip -9fn $RPM_BUILD_ROOT%{_mandir}/man1/*
77
78 mkdir -p $RPM_BUILD_ROOT/etc/profile.d
79 cp buildscripts/out/lilypond-profile $RPM_BUILD_ROOT/etc/profile.d/lilypond.sh
80 cp buildscripts/out/lilypond-login $RPM_BUILD_ROOT/etc/profile.d/lilypond.csh
81
82 make prefix="$RPM_BUILD_ROOT%{_prefix}" webdir="$RPM_BUILD_ROOT%{_prefix}/share/doc/lilypond/" web-install
83
84
85 %post
86
87 touch /tmp/.lilypond-install
88 rm `find /var/lib/texmf -name 'feta*pk' -or -name 'feta*tfm' -or -name 'parmesan*pk' -or -name 'parmesan*tfm' -print` /tmp/.lilypond-install
89
90 %if %{info}
91 /sbin/install-info %{_infodir}/lilypond.info.gz %{_infodir}/dir 
92 %endif
93
94 # chkfontpath --add=%{_datadir}/lilypond/@TOPLEVEL_VERSION@/fonts/type1/
95
96 echo 'Please logout first before using LilyPond.'
97
98 %preun
99
100
101 %if %{info}
102 if [ $1 = 0 ]; then
103     /sbin/install-info --delete %{_infodir}/lilypond.info.gz %{_infodir}/dir 
104 fi
105 %endif
106
107 # chkfontpath --remove=%{_datadir}/share/lilypond/@TOPLEVEL_VERSION@/fonts/type1/
108
109
110 %post documentation
111 scrollkeeper-update
112
113 %postun documentation
114 scrollkeeper-update
115
116
117
118 %files
119 %defattr(-, root, root)
120 %{_datadir}/emacs/site-lisp/lilypond*
121 %{_datadir}/emacs/site-lisp/site-start.d/lilypond*
122
123 %{_bindir}/abc2ly
124 %{_bindir}/as2text
125 %{_bindir}/convert-ly
126 %{_bindir}/etf2ly
127 %{_bindir}/lilypond
128 %{_bindir}/lilypond-bin
129 %{_bindir}/midi2ly
130 %{_bindir}/lilypond-book
131 %{_bindir}/mup2ly
132 %{_bindir}/musedata2ly
133 %{_bindir}/pmx2ly
134
135 %doc THANKS
136 %doc COPYING
137 %doc DEDICATION
138 %doc README.txt
139 %doc AUTHORS.txt
140 %doc INSTALL.txt
141 %doc NEWS.txt
142
143 %if %{info}
144 %{_infodir}/*
145 %endif
146
147 %{_mandir}/man1/abc2ly.1.gz
148 %{_mandir}/man1/as2text.1.gz
149 %{_mandir}/man1/convert-ly.1.gz
150 %{_mandir}/man1/etf2ly.1.gz
151 %{_mandir}/man1/lilypond-bin.1.gz
152 %{_mandir}/man1/lilypond.1.gz
153 %{_mandir}/man1/midi2ly.1.gz
154 %{_mandir}/man1/lilypond-book.1.gz
155 %{_mandir}/man1/musedata2ly.1.gz
156 %{_mandir}/man1/mup2ly.1.gz
157 %{_mandir}/man1/pmx2ly.1.gz
158
159 %{_datadir}/lilypond/@TOPLEVEL_VERSION@/
160 %{_datadir}/locale/*/LC_MESSAGES/lilypond.mo
161
162 %{_libdir}/lilypond/
163
164 /etc/profile.d/lilypond.*
165
166
167 %files documentation
168
169 %defattr(-, root, root)
170
171 %{docdir}
172 %{_datadir}/omf/lilypond/@TOPLEVEL_VERSION@
173
174