From a836f33016312c036d66a3d49a273d84f3ca56fb Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 29 Mar 2005 23:02:57 +0000 Subject: [PATCH] (Group): remove texmf profile stuff. --- ChangeLog | 4 ++++ VERSION | 2 +- make/lilypond.fedora.spec.in | 9 +-------- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index a149626924..f15d827652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-30 Han-Wen Nienhuys + + * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff. + 2005-03-29 Han-Wen Nienhuys * scripts/convert-ly.py (conv): add stencil-aligned-to! rule. diff --git a/VERSION b/VERSION index aee74208a9..9656b31c0f 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=2 MINOR_VERSION=5 -PATCH_LEVEL=17 +PATCH_LEVEL=18 MY_PATCH_LEVEL= diff --git a/make/lilypond.fedora.spec.in b/make/lilypond.fedora.spec.in index 52c9cebd21..816509c54e 100644 --- a/make/lilypond.fedora.spec.in +++ b/make/lilypond.fedora.spec.in @@ -78,9 +78,7 @@ gzip -9fn $RPM_BUILD_ROOT%{_mandir}/man1/* # profile scripts. -mkdir -p $RPM_BUILD_ROOT/etc/profile.d -cp buildscripts/out/lilypond-profile $RPM_BUILD_ROOT/etc/profile.d/lilypond.sh -cp buildscripts/out/lilypond-login $RPM_BUILD_ROOT/etc/profile.d/lilypond.csh + # web doc make prefix="$RPM_BUILD_ROOT%{_prefix}" \ @@ -100,7 +98,6 @@ gzip -9fn `find $RPM_BUILD_ROOT%{_infodir}/ -name '*.info'` %post touch /tmp/.lilypond-install -rm `find /var/lib/texmf -name 'feta*pk' -or -name 'feta*tfm' -or -name 'parmesan*pk' -or -name 'parmesan*tfm' -print` /tmp/.lilypond-install %if %{info} /sbin/install-info %{_infodir}/lilypond/lilypond.info.gz %{_infodir}/dir @@ -118,10 +115,6 @@ if [ -d /usr/share/vim ]; then fi -# chkfontpath --add=%{_datadir}/lilypond/@TOPLEVEL_VERSION@/fonts/type1/ - -echo 'Logout first before using LilyPond.' - %preun if [ -f /usr/share/lilypond/%{version}/ls-R ]; then rm -f /usr/share/lilypond/%{version}/ls-R -- 2.39.5