]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/out/lilypond.redhat.spec
release: 1.5.48
[lilypond.git] / make / out / lilypond.redhat.spec
index d703e0339fad1ed7bc3964b00014e0b1e1b8009d..f17159888ba17ca230784dce7bbd3252602704fc 100644 (file)
@@ -1,18 +1,20 @@
+# -*- rpm-spec-mode -*-
+
 %define info yes
 
 Name: lilypond
-Version: 1.5.3
+Version: 1.5.48
 Release: 1
 License: GPL
 Group: Applications/Publishing
-Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-1.5.3.tar.gz
+Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-1.5.48.tar.gz
 Summary: Create and print music notation 
-URL: http://www.cs.uu.nl/~hanwen/lilypond
+URL: http://www.lilypond.org/
 BuildRoot: /tmp/lilypond-install
+
 # add lots of Buildreq: flex, bison, tetex, tetex-devel, tetex-latex, texinfo
 # better prereqs: tetex-latex, python, (mpost?) etc.
-Prereq: tetex
-
+Prereq: tetex t1utils bison flex pktrace texinfo tetex-latex gcc-c++ python 
 
 %description
 LilyPond lets you create music notation.  It produces
@@ -40,7 +42,7 @@ The documentation of LilyPond, both in HTML and PostScript.
 
 ./configure --disable-checking --prefix=%{_prefix} --enable-optimise
 
-make all
+make MAKE_PFA_FILES=1 all
 
 # make info
 make -C Documentation
@@ -54,8 +56,8 @@ make web-doc top-web
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/tmp/lilypond-rpm-doc
 
-strip lily/out/lilypond midi2ly/out/midi2ly
-make prefix="$RPM_BUILD_ROOT%{_prefix}" install
+strip lily/out/lilypond 
+make prefix="$RPM_BUILD_ROOT%{_prefix}" MAKE_PFA_FILES=1 install
 
 %if info=="yes"
 gzip -9fn $RPM_BUILD_ROOT%{_prefix}/info/*
@@ -86,6 +88,9 @@ rm `find /var/lib/texmf -name 'feta*pk -print' -or -name 'feta*tfm -print'` /tmp
 /sbin/install-info %{_prefix}/info/lilypond.info.gz %{_prefix}/info/dir 
 %endif
 
+
+echo 'Please logout first before using LilyPond.'
+
 %preun
 
 %if info=="yes"