From: Heikki Junes Date: Thu, 7 Aug 2003 09:38:17 +0000 (+0000) Subject: remove menu, sync with redhat-spec. X-Git-Tag: release/1.8.1~34 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=faa321a434f79a67b570f999afd7bd3467517ff3;p=lilypond.git remove menu, sync with redhat-spec. --- diff --git a/ChangeLog b/ChangeLog index 56d9ea93cf..96022a7767 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-07 Heikki Junes + + * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec. + 2003-08-07 Han-Wen Nienhuys * GNUmakefile.in (local-WWW-post): footify build fix. diff --git a/make/lilypond.mandrake.spec.in b/make/lilypond.mandrake.spec.in index a37eb2e17d..cd45ef6f16 100644 --- a/make/lilypond.mandrake.spec.in +++ b/make/lilypond.mandrake.spec.in @@ -13,8 +13,12 @@ Group: Applications/Publishing URL: http://www.lilypond.org/ Source0: ftp.lilypond.org:/pub/LilyPond/development/lilypond-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-buildroot -BuildRequires: t1utils bison flex mftrace texinfo +BuildRequires: t1utils bison flex texinfo +#There is not a recent rpm provided for the following; compile LilyPond anyway: +#BuildRequires: mftrace Requires: tetex tetex-latex python chkfontpath info-install XFree86 +#There is not a recent rpm provided for the following: install LilyPond anyway: +#Requires: guile >= 1.6.4-7 %description LilyPond is a music typesetter. It produces beautiful sheet music using a @@ -50,7 +54,9 @@ rm -rf $RPM_BUILD_ROOT # -- not sure what this comment means; it's a relic from the PPC spec file -- mbrown@fensystems.co.uk ##./configure --disable-checking --disable-debugging --enable-printing --prefix=%{_prefix} --disable-optimising --enable-shared ## Add options if needed + ./configure --disable-checking --prefix=%{_prefix} --enable-optimising + %make MAKE_PFA_FILES=1 all make -C mf/ pfa @@ -87,46 +93,45 @@ mkdir -p $RPM_BUILD_ROOT%{_prefix}/../etc/profile.d cp buildscripts/out/lilypond-profile $RPM_BUILD_ROOT%{_prefix}/../etc/profile.d/lilypond.sh cp buildscripts/out/lilypond-login $RPM_BUILD_ROOT%{_prefix}/../etc/profile.d/lilypond.csh +make prefix="$RPM_BUILD_ROOT%{_prefix}" webdir="$RPM_BUILD_ROOT%{_prefix}/share/doc/lilypond/" out=www web-install -# again, make sure that main package installs even if doco fails -mkdir -p web/out -tar -C web -xzf out/web.tar.gz - +# Menu is not used. # Menu # Every entry must be changed according package specifications # Pay attention to "section" "command" and "longtitle" - -mkdir -p $RPM_BUILD_ROOT%{_menudir} -cat >$RPM_BUILD_ROOT%{_menudir}/%{name} <$RPM_BUILD_ROOT%{_menudir}/%{name} <$RPM_BUILD_ROOT%{_menudir}/%{name}-documentation <$RPM_BUILD_ROOT%{_menudir}/%{name}-documentation < 1.8.0-1mdk +- removed menu and icons, sync with redhat-spec + * Thu Jun 12 2003 Heikki Johannes Junes 1.7.20-1mdk - refreshed dependencies and file list.