]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/lilypond.spec.in
release: 0.1.43
[lilypond.git] / make / lilypond.spec.in
index a30e634fbd89d59323a72c588e27ba91e57612cf..799b8758b809516ecf188ead420cd2dc6b81ee72 100644 (file)
@@ -3,42 +3,50 @@ Version: @TOPLEVEL_VERSION@
 Release: 1
 Copyright: GPL
 Group: Applications/Publishing
-Source0: pcnov095.win.tue.nl:/pub/lilypond/lilypond-@TOPLEVEL_VERSION@.tar.gz
-Summary: A preprocessor to make TeX typeset music.
+Source0: alpha.gnu.org:/gnu/lilypond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz
+Summary: A program for typesetting music.
 URL: http://www.stack.nl/~hanwen/lilypond
 Packager: Han-Wen Nienhuys <hanwen@stack.nl>
 Icon: lelie_icon.gif
-Buildroot: /tmp/lilypond_build
+Buildroot: /tmp/lilypond-install
 
-%description
-LilyPond is a program which converts a music-script (mudela) into
-TeX output, or MIDI to produce multi-staff scores. Features include multiple
-meters, clefs, keys, lyrics, versatile input-language, cadenzas
-beams, slurs, triplets, multiple voices.
+%description 
+LilyPond is the GNU Project music typesetter.  The program
+generates visual or auditive output from a music 
+definition file: it can typeset formatted sheet music 
+to a TeX file and play (mechanical) performances to a 
+MIDI file.  Features include multiple staffs, meters, 
+clefs, keys, lyrics, versatile input-language, 
+cadenzas, beams, slurs, triplets.
 
 %prep
 %setup
 %build
-configure --enable-checking --disable-debugging --enable-printing --prefix=/usr --enable-optimise --enable-shared
+./configure --disable-checking --disable-debugging --enable-printing --prefix=/usr --enable-optimise --enable-shared
 make all
 %install
-strip bin/lilypond bin/mi2mu
+rm -rf $RPM_BUILD_ROOT
+strip lily/out/lilypond mi2mu/out/mi2mu
+make -C Documentation gifs
 make prefix="$RPM_BUILD_ROOT/usr" install
 %files
-%doc @TEXT_DOCS@ @EXAMPLE_LYS@ Documentation/lelie_logo.gif
+%doc @TEXT_DOCS@
+%doc @EXAMPLE_LYS@ 
+%doc Documentation/out/lelie_logo.gif
 /usr/bin/convert-mudela
+/usr/bin/mudela-book
 /usr/bin/lilypond
 /usr/lib/libflower.so
 /usr/bin/mi2mu
+/usr/man/man1/mi2mu.1
 /usr/man/man1/lilypond.1
-/usr/man/man5/mudela.5
+/usr/man/man1/mudela-book.1
 /usr/man/man1/convert-mudela.1
 /usr/lib/texmf/texmf/tex/lilypond/
-/usr/lib/texmf/texmf/fonts/source/lilypond/
+/usr/lib/texmf/texmf/fonts/source/public/lilypond
 /usr/share/lilypond/
-
-%post
-texhash
 %post
-texhash
+
+texhash                # takes some time...
+rm `find /var/lib/texmf -name 'feta*pk' -or -name 'feta*tfm'`