X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=make%2Flilypond.suse.spec.in;h=10fe5156f4afa404331ca4e6bc9522e5be27d7c1;hb=72d07bbb4984e7ee3de279c4aae94ab38409f6ff;hp=c5e68f391e2594e853dbe3921c55a3f2e41a2a6f;hpb=423dc1370b242a3b7702ce026eefce910b382535;p=lilypond.git diff --git a/make/lilypond.suse.spec.in b/make/lilypond.suse.spec.in index c5e68f391e..10fe5156f4 100644 --- a/make/lilypond.suse.spec.in +++ b/make/lilypond.suse.spec.in @@ -18,7 +18,7 @@ Version: @TOPLEVEL_VERSION@ Release: 2 Copyright: GPL Group: Applications/Publishing -Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz +Source0: ftp.lilyond.org:/pub/LilyPond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz # music notation software for.. ? Summary: A program for printing sheet music. URL: http://www.lilypond.org/ @@ -61,7 +61,7 @@ Authors: Stephen Peters Glen Prideaux Roy R. Rankin - Juergen Reuter + Juergen Reuter August S.Sigov Rune Zedeler @@ -92,7 +92,7 @@ The documentation of LilyPond, both in HTML and PostScript. # In fact, do not take out the spaces between % and { , because RPM will gladly # do a substitution anyway. -CFLAGS="$RPM_OPT_FLAGS" ./configure --disable-checking --disable-debugging --enable-printing --prefix=%{_prefix} --enable-optimise --enable-shared +CFLAGS="$RPM_OPT_FLAGS" ./configure --disable-checking --disable-debugging --enable-printing --prefix=%{_prefix} --enable-optimising --enable-shared make LDFLAGS=-s "CFLAGS=$RPM_OPT_FLAGS" all @@ -102,8 +102,9 @@ make LDFLAGS=-s "CFLAGS=$RPM_OPT_FLAGS" all # ok, now make sure that lilypond package will succeed, # even if documentation fails to build -make -C Documentation || true -make web-doc top-web || true +make lilypond.words + +make web %install @@ -216,21 +217,21 @@ touch var/adm/SuSEconfig/run-texhash %doc lilypond-mode.el %doc lilypond-font-lock.el %doc lilypond-indent.el +%doc lilypond-init.el +%doc out/lilypond.words.el %config /etc/profile.d/* %ifnos cygwin %{_prefix}/bin/abc2ly -%{_prefix}/bin/as2text %{_prefix}/bin/convert-ly %{_prefix}/bin/etf2ly +%{_prefix}/bin/lilypond-latex %{_prefix}/bin/lilypond -%{_prefix}/bin/ly2dvi %{_prefix}/bin/midi2ly %{_prefix}/bin/lilypond-book %{_prefix}/bin/mup2ly %{_prefix}/bin/musedata2ly -%{_prefix}/bin/pmx2ly %else %{_prefix}/bin %endif @@ -241,16 +242,14 @@ touch var/adm/SuSEconfig/run-texhash %endif %{_prefix}/man/man1/abc2ly.1.gz -%{_prefix}/man/man1/as2text.1.gz %{_prefix}/man/man1/convert-ly.1.gz %{_prefix}/man/man1/etf2ly.1.gz +%{_prefix}/man/man1/lilypond-latex.1.gz %{_prefix}/man/man1/lilypond.1.gz -%{_prefix}/man/man1/ly2dvi.1.gz %{_prefix}/man/man1/midi2ly.1.gz %{_prefix}/man/man1/lilypond-book.1.gz %{_prefix}/man/man1/musedata2ly.1.gz %{_prefix}/man/man1/mup2ly.1.gz -%{_prefix}/man/man1/pmx2ly.1.gz %{_prefix}/share/lilypond/ %{_prefix}/share/texmf/ @@ -259,6 +258,7 @@ touch var/adm/SuSEconfig/run-texhash #%{_prefix}/../etc/profile.d/lilypond.* %files doc +%defattr(-, root, root) # this gets too messy...