]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/out/lilypond.spec
release: 1.2.15
[lilypond.git] / make / out / lilypond.spec
index 50e15ffa17c72dd4033ce1bb8850c6c38e7493b7..7105c3e1f6479477ed82fabb348f0269b56ee0fd 100644 (file)
@@ -1,9 +1,9 @@
 Name: lilypond
-Version: 1.2.14
+Version: 1.2.15
 Release: 1
 Copyright: GPL
 Group: Applications/Publishing
-Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-1.2.14.tar.gz
+Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-1.2.15.tar.gz
 Summary: A program for printing sheet music.
 URL: http://www.cs.uu.nl/~hanwen/lilypond
 Packager: Han-Wen Nienhuys <hanwen@cs.uu.nl>
@@ -13,19 +13,14 @@ Prereq: tetex
 
 %description 
 
-LilyPond is a music typesetter.  It produces beautiful sheet music
-using a high level description file as input.  LilyPond is part of 
-the GNU Project.
 
 %package documentation
 Summary: Prebuilt website containing all LilyPond documentation.
 Group: Applications/Publishing
+# BuildArchitectures: noarch
 
 %description documentation
 
-LilyPond is a music typesetter.  It produces beautiful sheet music
-using a high level description file as input.  LilyPond is part of 
-the GNU Project.
 
 The documentation package is rather big, due to the many pictures and
 different documentation formats.  It is really a rip-off from the
@@ -63,10 +58,10 @@ cp buildscripts/out/lilypond-login $RPM_BUILD_ROOT/etc/profile.d/lilypond.csh
 #%install documentation
 #line 63: second %install
 # again, make sure that main package installs even if doco fails
-mkdir -p htmldocs
-tar -C htmldocs -xzf out/htmldoc.tar.gz
+mkdir -p htmldocs/out
+tar -C htmldocs -xzf out/htmldoc.tar.gz || true
 mkdir -p out/examples/
-tar -cf - input/  | tar -C out/examples/ -xf-
+tar -cf - input/  | tar -C out/examples/ -xf- || true
 
 %post