X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fout%2Flilypond.spec;h=317cbcf18d60d76552989fe882ea8b5dd03ecc02;hb=7181c77e5d46a271f5f76e99bee7f844611e23e4;hp=6595aa752d03cd283fa9da183e25f7deae7f010c;hpb=0faba210842f1b0dd3863bfa6e2238bfa7384ba5;p=lilypond.git diff --git a/make/out/lilypond.spec b/make/out/lilypond.spec index 6595aa752d..317cbcf18d 100644 --- a/make/out/lilypond.spec +++ b/make/out/lilypond.spec @@ -1,9 +1,9 @@ Name: lilypond -Version: 1.3.91 +Version: 1.3.92 Release: 1 -Copyright: GPL +License: GPL Group: Applications/Publishing -Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-1.3.91.tar.gz +Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-1.3.92.tar.gz Summary: A program for printing sheet music. URL: http://www.cs.uu.nl/~hanwen/lilypond # Icon: lilypond-icon.gif @@ -29,17 +29,24 @@ The documentation of LilyPond, both in HTML and PostScript. %build -%{configure} --disable-checking --disable-debugging --enable-printing --prefix=%{_prefix} --disable-optimise --enable-shared +# -make all +# DO NOT use % { configure } , it hardcodes all paths, runs libtool, +# so we can't do make prefix=/tmp/ install. + +# In fact, do not take out the spaces between % and { , because RPM will gladly +# do a substitution anyway. -ln -s %{_prefix}/share/texmf/fonts/tfm/public/cm/ tfm +./configure --disable-checking --disable-debugging --enable-printing --prefix=%{_prefix} --disable-optimise --enable-shared + +make all # urg # %build documentation # line 42: second %build # ok, now make sure that lilypond package will succeed, # even if documentation fails to build + make -C Documentation || true make htmldoc || true @@ -90,23 +97,30 @@ fi %ifnos cygwin %{_prefix}/bin/abc2ly -%{_prefix}/bin/etf2ly -%{_prefix}/bin/musedata2ly -%{_prefix}/bin/pmx2ly +%{_prefix}/bin/as2text %{_prefix}/bin/convert-mudela -%{_prefix}/bin/mudela-book -%{_prefix}/bin/ly2dvi +%{_prefix}/bin/etf2ly %{_prefix}/bin/lilypond +%{_prefix}/bin/ly2dvi %{_prefix}/bin/midi2ly +%{_prefix}/bin/mudela-book +%{_prefix}/bin/musedata2ly +%{_prefix}/bin/pmx2ly %else %{_prefix}/bin %endif -%{_prefix}/man/man1/midi2ly.1 -%{_prefix}/man/man1/lilypond.1 -%{_prefix}/man/man1/mudela-book.1 -%{_prefix}/man/man1/ly2dvi.1 -%{_prefix}/man/man1/convert-mudela.1 +%{_prefix}/man/man1/abc2ly.1.gz +%{_prefix}/man/man1/as2text.1.gz +%{_prefix}/man/man1/convert-mudela.1.gz +%{_prefix}/man/man1/etf2ly.1.gz +%{_prefix}/man/man1/lilypond.1.gz +%{_prefix}/man/man1/ly2dvi.1.gz +%{_prefix}/man/man1/midi2ly.1.gz +%{_prefix}/man/man1/mudela-book.1.gz +%{_prefix}/man/man1/musedata2ly.1.gz +%{_prefix}/man/man1/pmx2ly.1.gz + %{_prefix}/share/lilypond/ %{_prefix}/share/locale/*/LC_MESSAGES/lilypond.mo # urg?