X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fout%2Flilypond.redhat.spec;h=3f552ed47a32795b9563a19b2bae0e5b25842432;hb=fac2e6ddfa211af496cf9274b7c91e06d79404d3;hp=7a4cec8be8a1d3db85da6eb65bd3806d6feb5051;hpb=dafefd1a631edf07e3c1873cfcea6285bde1200c;p=lilypond.git diff --git a/make/out/lilypond.redhat.spec b/make/out/lilypond.redhat.spec index 7a4cec8be8..3f552ed47a 100644 --- a/make/out/lilypond.redhat.spec +++ b/make/out/lilypond.redhat.spec @@ -1,18 +1,20 @@ +# -*- rpm-spec-mode -*- + %define info yes Name: lilypond -Version: 1.4.1 +Version: 1.5.33 Release: 1 License: GPL Group: Applications/Publishing -Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-1.4.1.tar.gz +Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-1.5.33.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"