]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/lilypond.spec.in
release: 0.0.78
[lilypond.git] / make / lilypond.spec.in
index d4445a39063f0250284e5928c1d49aa69a24be18..5ae3aede2efdc8c71a420fcb5ee6ae69fece3ec1 100644 (file)
@@ -8,39 +8,38 @@ Summary: A preprocessor to make TeX typeset 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
-GNU 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.
+GNU LilyPond which converts music definition files into visual or
+audio output: it can typeset formatted sheet music to a TeX file and
+and (mechanical) performances to MIDI files. 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 --enable-checking --disable-debugging --enable-printing --prefix=/usr --enable-optimise --enable-shared
 make all
 %install
 rm -rf $RPM_BUILD_ROOT
-strip bin/lilypond bin/mi2mu
+strip lily/out/lilypond mi2mu/out/mi2mu
 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/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/share/lilypond/
-
-%post
-texhash
 %post
-texhash