]> git.donarmstrong.com Git - lilypond.git/commitdiff
* make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 2 Nov 2005 23:06:31 +0000 (23:06 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 2 Nov 2005 23:06:31 +0000 (23:06 +0000)
spec files.

* make/lilypond.fedora.spec.in: add %{libdir}/lilypond/

ChangeLog
make/lilypond.fedora.spec.in
make/lilypond.mandrake.spec.in [deleted file]
make/lilypond.suse.spec.in [deleted file]

index df964a27c59f010b77db912dc33a5283ff1bde77..69735aab3460c83b379317896ba7e7b0c9fc717c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
+       spec files.
+
+       * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
+
 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
index 527ead002361d5584dabb301c3fb75397091c9ac..7141a369ad2762720e3a89512d221e6e6f90cc66 100644 (file)
@@ -183,8 +183,7 @@ scrollkeeper-update
 
 %{_datadir}/lilypond/@TOPLEVEL_VERSION@/
 %{_datadir}/locale/*/LC_MESSAGES/lilypond.mo
-
-# %{_libdir}/lilypond/
+%{_libdir}/lilypond/
 
 
 %files documentation
diff --git a/make/lilypond.mandrake.spec.in b/make/lilypond.mandrake.spec.in
deleted file mode 100644 (file)
index 8dcd8bd..0000000
+++ /dev/null
@@ -1,275 +0,0 @@
-%define info yes
-
-%define name lilypond
-%define version @TOPLEVEL_VERSION@
-%define release 4mdk
-
-Summary:       A program for printing sheet music.
-Name:          %{name}
-Version:       %{version}
-Release:       %{release}
-License:       GPL
-Group:         Publishing
-URL:           http://www.lilypond.org/
-Source0:       ftp.lilypond.org:/pub/LilyPond/development/lilypond-%{version}.tar.bz2
-BuildRoot:     %{_tmppath}/%{name}-buildroot
-BuildRequires: t1utils bison texinfo t1lib1-devel libstdc++5-devel libguile12-devel >= 1.6.4
-BuildRequires: gcc-c++ glibc-devel flex >= 2.5.4a-22mdk groff netpbm autotrace
-BuildRequires:  ImageMagick >= 5.5.4.4 libMagick5.5.4-devel >= 5.5.4.4
-BuildRequires: ghostscript >= 7.05-53.2mdk mftrace >= 1.0.19 pfaedit >= 030822
-Requires:      tetex tetex-latex chkfontpath XFree86 info-install
-PreReq:                chkfontpath
-
-%description
-LilyPond is a music typesetter.  It produces beautiful sheet music using a
-high level description file as input.  LilyPond is part of the GNU project.
-LilyPond is split into two packages.  The package "lilypond" provides the
-core package, containing the utilities for converting the music source
-(.ly) files into printable output.  The package "lilypond-documentation" 
-provides the full documentation, example .ly files for various features and 
-the Mutopia project files (musical equivalent of the Gutenberg project - see
-http://www.mutopiaproject.org for details).
-If you are new to lilypond, you will almost certainly want to install the
-"lilypond-documentation" package in addition to the "lilypond" package.
-
-%package -n liblilypond
-Summary: LilyPond libraries.
-License: GPL
-Group: System/Libraries
-Requires: lilypond >= %{version}
-
-%description -n liblilypond
-LilyPond libs
-%package documentation
-Summary: LilyPond documentation, examples and Mutopia files.
-Group: Publishing
-Requires: %{name}
-
-%description documentation
-The documentation of LilyPond, both in HTML and PostScript, along with
-example input files and the files from the Mutopia project.
-
-%prep
-rm -rf $RPM_BUILD_ROOT
-
-%setup
-
-%build
-# DO NOT use % { configure } , it hardcodes all paths, runs libtool,
-# so we can't do make prefix=/tmp/ install.
-# -- 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
-
-#Fix conflicting php variable out=/dev/vc/
-unset out
-
-./configure --disable-checking --prefix=%{_prefix} --libdir=%{_libdir} --enable-optimising
-
-%make  all
-
-# make info
-make -C Documentation
-
-# make  html
-make web
-make -C Documentation/user omf
-
-%install
-
-#Fix conflicting php variable out=/dev/vc/
-unset out
-
-# Create installation root folders
-rm -rf $RPM_BUILD_ROOT
-RPM_DOC_ROOT=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
-rm -rf $RPM_DOC_ROOT
-mkdir -p $RPM_DOC_ROOT
-
-strip lily/out/lilypond 
-%makeinstall 
-local_lilypond_libdir=$RPM_BUILD_ROOT/%{_libdir}/%{name}/%{version}
-
-%if %{info}
-  rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
-  bzip2 $RPM_BUILD_ROOT%{_infodir}/*
-%endif
-
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
-install -m 644 elisp/lilypond-init.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
-
-bzip2 $RPM_BUILD_ROOT%{_mandir}/man1/*
-
-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/%{name}-documentation-%{version}/" out=www web-install
-
-# 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} <<EOF
-?package(%name):\
-  command="info %{name}"\
-  needs="text"\
-  icon="%{name}.png"\
-  section="Documentation"\
-  title="%{name}-info"\
-  longtitle="%{name} Info"
-EOF
-  
-cat >$RPM_BUILD_ROOT%{_menudir}/%{name}-documentation <<EOF
-?package(%name):\
-  command="\$BROWSER %{_docdir}/%{name}-documentation-%{version}/index.html"\
-  needs="X11"\
-  icon="%{name}.png"\
-  section="Documentation"\
-  title="%{name}-documentation"\
-  longtitle="%{name} Documentation"
-EOF
-
-# icon
-install -d $RPM_BUILD_ROOT/%{_iconsdir}
-install -m 644 Documentation/pictures/out-www/lelie-logo.png $RPM_BUILD_ROOT/%{_iconsdir}/%{name}.png
-
-%{find_lang} %{name}
-
-%post
-%{update_menus}
-
-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 --quiet %{_infodir}/lilypond.info.bz2 %{_infodir}/dir 
-%endif
-
-/usr/X11R6/bin/mkfontdir %{_datadir}/lilypond/%{version}/fonts/type1/
-chkfontpath --add=%{_datadir}/lilypond/%{version}/fonts/type1/
-
-%post documentation
-%{update_menus}
-scrollkeeper-update
-
-%preun
-
-%if %{info}
-  if [ $1 = 0 ]; then
-    /sbin/install-info --quiet --delete %{_infodir}/lilypond.info.bz2 %{_infodir}/dir 
-  fi
-%endif
-
-rm -f %{_datadir}/lilypond/%{version}/fonts/type1/fonts.dir
-chkfontpath --remove=%{_datadir}/lilypond/%{version}/fonts/type1/
-
-%postun
-%{clean_menus}
-
-%postun documentation
-%{clean_menus}
-scrollkeeper-update
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files -f %{name}.lang
-%defattr(-, root, root)
-%doc COPYING README.txt INSTALL.txt DEDICATION NEWS.txt AUTHORS.txt THANKS
-
-%{_datadir}/emacs/site-lisp/site-start.d/lilypond-*
-%{_datadir}/emacs/site-lisp/lilypond*
-
-%if %{info}
-  %{_infodir}/*
-%endif
-
-%{_datadir}/%{name}/%{version}/
-%{_datadir}/locale/*/LC_MESSAGES/lilypond.mo
-%{_prefix}/../etc/profile.d/lilypond.*
-%_bindir/*
-%_mandir/*
-%_menudir/*
-%_iconsdir/%{name}.*
-
-%files -n liblilypond
-%defattr(-,root,root)
-%{_libdir}/%{name}/%{version}/python/*.so
-
-%files documentation
-%defattr(-, root, root)
-
-%{_docdir}/*
-%{_datadir}/omf/lilypond/%{version}
-%{_menudir}/%{name}-documentation
-
-%changelog
-* Thu Sep 01 2003 Heikki Johannes Junes <hjunes@cc.hut.fi> 1.8.4-4mdk
-- add target lilypond.words.
-
-* Sun Aug 25 2003 Torbjorn Turpeinen <tobbe@nyvalls.se> 1.8.1-3mdk
-- Fixed doc-path in menu.
-
-* Thu Aug 23 2003 Heikki Johannes Junes <hjunes@cc.hut.fi> 1.8.1-1mdk
-* Sun Aug 24 2003 Torbjorn Turpeinen <tobbe@nyvalls.se> 1.8.1-2mdk
-- Added Heikki Johannes Junes fix for confilcting PHP variable
-  out=/dev/vc/ by adding unset out before compiling
-- Compiled with recent guile = 1.6.4 and mftrace = 1.0.19
-- Changed icon to lilypond.png
-- Added menu and icons again
-
-* Thu Aug 07 2003 Heikki Johannes Junes <hjunes@cc.hut.fi> 1.8.0-1mdk
-- removed menu and icons, sync with redhat-spec
-
-* Thu Jun 12 2003 Heikki Johannes Junes <hjunes@cc.hut.fi> 1.7.23-1mdk
-- refreshed dependencies and file list.
-
-* Sat Feb 01 2003 Torbjorn Turpeinen <tobbe@nyvalls.se> 1.7.12-1mdk
-- Built for Mandrake 9.1
-
-* Fri Dec 01 2002 Heikki Johannes Junes <hjunes@cc.hut.fi> 1.7.9-1mdk
-- set menu-items to lilypond-info and lilypond-documentation.
-
-* Fri Nov 30 2002 Heikki Johannes Junes <hjunes@cc.hut.fi> 1.7.8-4mdk
-- add pre/post-dependencies and menus with icon from source.
-
-* Fri Oct 28 2002 Heikki Johannes Junes <hjunes@cc.hut.fi> 1.7.4-1mdk
-- info, commented menu
-
-* Fri Aug 30 2002 Heikki Johannes Junes <hjunes@cc.hut.fi> 1.6.0-1mdk
-- Adapted from lilypond.redhat.skel and skeleton found in Mandrake's RPM-docs.
-- TODO: info (?) and dependencies.
-
-* Fri Jun 01 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.4.2-1mdk
-- updated by Michael Brown <mbrown@linux-mandrake.com> :
-       - Upgraded to 1.4.2
-       - Changed URL
-       - Removed /etc/profile.d scripts: all TeX bits are now located properly
-       - Rearranged documentation
-       - Tidied spec file
-       - Updated README.first
-
-* Mon Feb 26 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.3.129-1mdk
-- added in contribs by Michael Brown <mbrown@fensystems.co.uk> :
-       - Removed info files completely (couldn't get info reader to read them)
-       - TODO: Get this to work at some point (in the meantime, use documentation in lilypond-extras)
-
-* Sat Feb 17 2001 Michael Brown <mbrown@fensystems.co.uk>
-- Moved TeX font folders into the system TeX tree (this ensures that the /var/lib/texmf font cache is used instead of current folder)
-- Added mktexlsr to post-install and post-uninstall scripts
-- Patched scripts in /etc/profile.d to reflect changes to font locations
-- Added QuickStart guide and Points to note sections to README.first (well worth reading)
-- Fixed install-info and uninstall-info sections to use Mandrake's RPM macros :-)
-
-* Tue Feb 13 2001 Michael Brown <mbrown@fensystems.co.uk>
-- First Mandrake package
-- spec file heavily adapted from PowerPC contribs.
-- Note HTML documentation may contain duff links and may be incomplete.  Lots of warnings appear when building HTML docs.
-- PostScript documentation is duplicated (how do you get an rpm package to contain a symlink?)
-- Created README.first file
diff --git a/make/lilypond.suse.spec.in b/make/lilypond.suse.spec.in
deleted file mode 100644 (file)
index 0e15656..0000000
+++ /dev/null
@@ -1,377 +0,0 @@
-#
-# spec file for package lilypond (Version 2.4.4)
-#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
-#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
-#
-
-# norootforbuild
-# neededforbuild  ImageMagick autotrace cups-libs ec-fonts-mftraced emacs emacs-nox flex fontforge freetype2 gettext ghostscript-fonts-std ghostscript-library ghostscript-serv glib2 gpp guile libexif libgimpprint libgpp libjpeg liblcms libnetpbm libpng-devel-packages libtiff mftrace netpbm potrace python python-devel scrollkeeper t1utils tcsh te_kpath te_latex te_mpost tetex x-devel-packages
-
-BuildRequires: aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv klogd less libacl libattr libgcc libnscd libselinux libstdc++ libxcrypt libzio m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch permissions popt procinfo procps psmisc pwdutils rcs readline sed strace syslogd sysvinit tar tcpd texinfo timezone unzip util-linux vim zlib zlib-devel ImageMagick autoconf automake autotrace binutils cups-libs ec-fonts-mftraced emacs emacs-nox expat fontconfig fontconfig-devel fontforge freetype2 gcc gcc-c++ gdbm gettext ghostscript-fonts-std ghostscript-library glib2 gnome-filesystem guile libexif libgimpprint libjpeg libjpeg-devel liblcms libnetpbm libpng libpng-devel libstdc++-devel libtiff libtiff-devel libtool mftrace netpbm perl potrace python python-devel rpm scrollkeeper t1utils tcsh te_ams te_kpath te_latex te_mpost tetex xorg-x11-devel xorg-x11-libs
-
-Name:         lilypond
-%define info yes
-License:      Other License(s), see package, GPL
-Group:        Productivity/Publishing/Other
-Requires:     tetex te_latex python tcsh mftrace
-Autoreqprov:  on
-Requires:     scrollkeeper t1utils autotrace mftrace ec-fonts-mftraced
-Summary:      Music Typesetter
-Version:      2.4.4
-Release:      7
-URL:          http://www.lilypond.org/
-Source:       lilypond-%{version}.tar.bz2
-Patch:        lilypond-%{version}.dif
-Patch1:       lilypond-profile.patch
-Patch2:       lilypond-gs.patch
-BuildRoot:    %{_tmppath}/%{name}-%{version}-build
-PreReq:       %install_info_prereq /usr/bin/touch /usr/bin/sed
-
-%description
-GNU LilyPond - The Music Typesetter.
-
-
-
-Authors:
---------
-    Han-Wen Nienhuys <hanwen@cs.uu.nl>
-    Jan Nieuwenhuizen <janneke@gnu.org>
-    Alexandre Oliva <oliva@dcc.unicamp.br>
-    Mats Bengtsson <matsb@s3.kth.se>
-    Eric Bullinger <eric@aut.ee.ethz.ch>
-    Jan Arne Fagertun <Jan.A.Fagertun@energy.sintef.no>
-    Anthony Fok <foka@debian.org>
-    Neil Jerram <nj104@cus.cam.ac.uk>
-    Donald Ervin Knuth
-    Werner Lemberg <xlwy01@uxp1.hrz.uni-dortmund.de>
-    David R. Linn <drl@vuse.vanderbilt.edu>
-    François Pinard <pinard@iro.umontreal.ca>
-    Jeffrey B. Reed <daboys@bga.com>
-    Shay Rojanski
-
-%package documentation
-Summary:      Music Typesetter
-Group:        Productivity/Publishing/Other
-
-%description documentation
-GNU LilyPond - The Music Typesetter.
-
-
-
-Authors:
---------
-    Han-Wen Nienhuys <hanwen@cs.uu.nl>
-    Jan Nieuwenhuizen <janneke@gnu.org>
-    Alexandre Oliva <oliva@dcc.unicamp.br>
-    Mats Bengtsson <matsb@s3.kth.se>
-    Eric Bullinger <eric@aut.ee.ethz.ch>
-    Jan Arne Fagertun <Jan.A.Fagertun@energy.sintef.no>
-    Anthony Fok <foka@debian.org>
-    Neil Jerram <nj104@cus.cam.ac.uk>
-    Donald Ervin Knuth
-    Werner Lemberg <xlwy01@uxp1.hrz.uni-dortmund.de>
-    David R. Linn <drl@vuse.vanderbilt.edu>
-    François Pinard <pinard@iro.umontreal.ca>
-    Jeffrey B. Reed <daboys@bga.com>
-    Shay Rojanski
-
-%debug_package
-%prep
-%setup -q
-%patch
-%patch1
-%patch2
-# unpack examples
-mkdir -p out/examples/
-tar -cf - input/  | tar -C out/examples/ -xf- || true
-
-%build
-#autoreconf -f -i
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
-export PATH="$PATH:$PWD"
-echo "mf -ini $*" > inimf
-chmod a+x inimf
-# There is an ugly warning: "PACKAGE_NAME" redefined, which breaks the configure check.
-export ac_cv_header_Python_h=yes
-./autogen.sh --disable-checking \
-       --disable-debugging \
-       --enable-printing \
-       --prefix=%{_prefix} \
-       --libdir=%{_libdir} \
-       --disable-optimise \
-       --enable-shared \
-       --mandir=$RPM_BUILD_ROOT%{_mandir} \
-       --infodir=$RPM_BUILD_ROOT%{_infodir}
-make all
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make prefix="$RPM_BUILD_ROOT%{_prefix}" mandir="$RPM_BUILD_ROOT%{_mandir}" infodir="$RPM_BUILD_ROOT%{_infodir}" libdir="$RPM_BUILD_ROOT%{_libdir}" install
-#
-# do not install profiles - configure texmf.cnf in trigger instead
-#install -m 755 -d $RPM_BUILD_ROOT%{_prefix}/../etc/profile.d
-#install -m 644 buildscripts/out/lilypond-profile $RPM_BUILD_ROOT%{_prefix}/../etc/profile.d/lilypond.sh
-#install -m 644 buildscripts/out/lilypond-login $RPM_BUILD_ROOT%{_prefix}/../etc/profile.d/lilypond.csh
-cd elisp
-emacs-nox -batch -f batch-byte-compile *.el
-cp *.elc $RPM_BUILD_ROOT/usr/share/emacs/site-lisp
-cd -
-cd Documentation
-make local-WWW
-cd -
-cd Documentation/bibliography
-make local-WWW
-cd -
-mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/%{name}
-cp -a AUTHORS.txt COPYING ChangeLog DEDICATION NEWS.txt README.txt ROADMAP THANKS VERSION server.el.patch Documentation input $RPM_BUILD_ROOT/usr/share/doc/packages/%{name}
-( cd $RPM_BUILD_ROOT/usr/share/doc/packages/%{name}/Documentation ; find -type d -name out -exec sh -c "cd {} ; mv * .. ; cd .. ; rm -f dummy.dep GNUmakefile SConscript index.html.in ; rmdir out" \; )
-rm -f $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/server.el.patch
-mv $RPM_BUILD_ROOT/usr/share/info/lilypond/* $RPM_BUILD_ROOT/usr/share/info
-rmdir $RPM_BUILD_ROOT/usr/share/info/lilypond
-find $RPM_BUILD_ROOT/usr/share -type f -exec sh -c '
-sed s:$RPM_BUILD_ROOT::g <{} >{}~
-if ! cmp {} {}~ ; then cat {}~ >{} ; fi ; rm {}~
-' \;
-%find_lang %{name}
-# This is required by tetex-3.0.
-( cd $RPM_BUILD_ROOT/usr/share/lilypond/%{version}/scm ; ln -s ../tex/*.enc . )
-( cd $RPM_BUILD_ROOT/usr/share/lilypond/%{version}/dvips ; ln -s ../tex/*.ps . )
-texhash $RPM_BUILD_ROOT/usr/share/lilypond/%{version}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-%install_info --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz
-touch var/adm/SuSEconfig/run-scrollkeeper
-
-%post documentation
-%install_info --info-dir=%{_infodir} %{_infodir}/lilypond-internals.info.gz
-
-%triggerin -- tetex
-sed -i '
-  s@^\(TEXMF[[:space:]]*=.*\)\(,!!/usr/share/lilypond/[^,}]*\)\(.*\)}@\1\3}@;
-  s@^\(TEXMFDBS[[:space:]]*=.*\)\(;/usr/share/lilypond/[^;]*\)\(.*\)@\1\3@;
-  s@^\(TEXMF[[:space:]]*=.*\)}@\1,!!/usr/share/lilypond/%{version}}@;
-  s@^\(TEXMFDBS[[:space:]]*=.*\)@\1;/usr/share/lilypond/%{version}@;
-  ' etc/texmf/web2c/texmf.cnf
-texhash usr/share/lilypond/%{version}
-
-%postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/music-glossary.info.gz
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-touch var/adm/SuSEconfig/run-scrollkeeper
-if [ $1 = 0 ] ; then
-  sed -i '
-    s@^\(TEXMF[[:space:]]*=.*\)\(,!!/usr/share/lilypond/[^,}]*\)\(.*\)}@\1\3}@;
-    s@^\(TEXMFDBS[[:space:]]*=.*\)\(;/usr/share/lilypond/[^;]*\)\(.*\)@\1\3@;
-    ' etc/texmf/web2c/texmf.cnf
-fi
-
-%postun documentation
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/lilypond-internals.info.gz
-
-%files -f %{name}.lang
-%defattr(-,root,root)
-%doc %dir /usr/share/doc/packages/%{name}
-%doc /usr/share/doc/packages/%{name}/AUTHORS.txt
-%doc /usr/share/doc/packages/%{name}/COPYING
-%doc /usr/share/doc/packages/%{name}/ChangeLog
-%doc /usr/share/doc/packages/%{name}/DEDICATION
-%doc /usr/share/doc/packages/%{name}/NEWS.txt
-%doc /usr/share/doc/packages/%{name}/README.txt
-%doc /usr/share/doc/packages/%{name}/ROADMAP
-%doc /usr/share/doc/packages/%{name}/THANKS
-%doc /usr/share/doc/packages/%{name}/VERSION
-%doc /usr/share/doc/packages/%{name}/server.el.patch
-%doc %{_infodir}/music-glossary.*
-%doc %{_infodir}/%{name}.*
-%doc %{_mandir}/man?/*.*
-#/etc/profile.d/lilypond.*
-%{_prefix}/bin/*
-%{_prefix}/%_lib/lilypond
-%dir %{_prefix}/share/lilypond
-%dir %{_prefix}/share/lilypond/%{version}
-%{_prefix}/share/lilypond/%{version}/[a-km-z]*
-%{_prefix}/share/lilypond/%{version}/ly
-%ghost %{_prefix}/share/lilypond/%{version}/ls-R
-%{_prefix}/share/omf/lilypond
-/usr/share/emacs/site-lisp/*.el
-/usr/share/emacs/site-lisp/*.elc
-
-%files documentation
-%defattr(-,root,root)
-%doc /usr/share/doc/packages/lilypond/Documentation
-%doc /usr/share/doc/packages/lilypond/input
-%doc %{_infodir}/lilypond-internals.*
-
-%changelog -n lilypond
-* Tue Mar 15 2005 - sbrabec@suse.cz
-- Fixed building of documentation (#71717).
-* Tue Mar 01 2005 - sbrabec@suse.cz
-- Fixed creation of latin1.enc with latest gs.
-- Symlink files to proper texmf hierarchy.
-- Configure texmf.cnf instead of setting profile.
-- Include ls-R file.
-* Mon Feb 28 2005 - sbrabec@suse.cz
-- Fixed profile scripts (#66754).
-* Tue Feb 15 2005 - ro@suse.de
-- hack to build with tetex-3.0
-* Wed Jan 26 2005 - sbrabec@suse.cz
-- Updated to version 2.4.4.
-* Fri Jan 14 2005 - ro@suse.de
-- fix mftrace calling options
-* Wed Aug 25 2004 - sbrabec@suse.cz
-- Updated to version 2.2.6.
-* Tue Aug 24 2004 - sbrabec@suse.cz
-- Updated to version 2.2.5.
-* Thu Aug 19 2004 - ro@suse.de
-- updated neededforbuild
-* Thu Aug 19 2004 - ro@suse.de
-- PfaEdit has been renamed to fontforge
-* Wed Apr 28 2004 - ro@suse.de
-- change return type of initmidi to void
-* Tue Mar 23 2004 - sbrabec@suse.cz
-- Fixed autogen.sh (fixes LILYPONDPREFIX problems, bug #35351).
-- Added PfaEdit to neededforbuild to simplify and autohint fonts.
-* Mon Feb 09 2004 - ro@suse.de
-- expand neededforbuild
-* Fri Feb 06 2004 - sbrabec@suse.cz
-- Updated to version 2.0.3.
-* Sat Jan 10 2004 - adrian@suse.de
-- add %%defattr
-* Fri Aug 29 2003 - ro@suse.de
-- specify libdir for lib64
-* Thu Aug 28 2003 - ro@suse.de
-- fixed problem with lilypond-internal texinfo page
-* Tue Aug 26 2003 - sbrabec@suse.cz
-- Updated to version 1.8.1.
-- Fixed problems with new bison and head/tail usage.
-* Wed Jul 02 2003 - ro@suse.de
-- remove traces of buildroot from installed files
-* Fri Jun 27 2003 - ro@suse.de
-- fix head and tail calling syntax in even more places ....
-* Mon Jun 16 2003 - kukuk@suse.de
-- Add missing directories to filelist
-* Tue Jun 10 2003 - ro@suse.de
-- remove unpackaged files from buildroot
-* Thu Apr 24 2003 - ro@suse.de
-- fix install_info --delete call and move from preun to postun
-* Fri Apr 11 2003 - ro@suse.de
-- fix deprecated head/tail calling syntax (-1)
-* Thu Feb 20 2003 - ro@suse.de
-- try to solve the info mess with new approach
-  music-glossary get's it's own dir entry
-* Tue Feb 18 2003 - sbrabec@suse.cz
-- Added %%install_info macros (bug #23437). Workaround problems of multi
-  file info dir section.
-* Fri Feb 07 2003 - ro@suse.de
-- added x-devel-packages to neededforbuild (for metafont run)
-* Thu Feb 06 2003 - ro@suse.de
-- touch config.h again
-* Thu Jan 30 2003 - ro@suse.de
-- fixed configure.in
-  (and regenerated configure with archaic autoconf)
-- fixed countless multiline string issues
-* Wed Dec 04 2002 - sbrabec@suse.cz
-- Updated to version 1.6.6. Use mftrace.
-* Thu Nov 21 2002 - ro@suse.de
-- fix build with current bison (missing semicolons)
-* Tue Sep 17 2002 - ro@suse.de
-- removed bogus self-provides
-* Mon Apr 15 2002 - pmladek@suse.cz
-- fixed to compile with gcc-3.1
-- patch gcc3.1-bug contains temporary fixes for gcc-3.1 bugs
-* Fri Feb 01 2002 - ro@suse.de
-- changed neededforbuild <libpng> to <libpng-devel-packages>
-* Sun Jan 27 2002 - ro@suse.de
-- fixed to build with new bison
-* Thu Jan 17 2002 - pmladek@suse.cz
-- updated to version 1.4.10
-- fixed lilypond-book.py for python-2.2
-- errors when compiling Documentation are not ignored again
-* Wed Jan 16 2002 - ro@suse.de
-- ignore errors when compiling the Documentation
-  to make the package build
-  (broke with python2.2 in lilypond-book.py:
-  lilypond-block in texi target)
-* Tue Dec 11 2001 - pmladek@suse.cz
-- updated to version 1.4.9:
-  * many bug fixes
-- removed obsolete midi2ly patch
-- cleaned up specfile
-* Tue Dec 04 2001 - pmladek@suse.cz
-- fixed to compile with new bison (version 1.30)
-* Tue Sep 11 2001 - pmladek@suse.cz
-- fixed midi2ly - do not print bad char ;
-- fixed documentation
-* Fri Jul 20 2001 - pmladek@suse.cz
-- updated to vesion 1.4.5
-* Fri Jul 20 2001 - kukuk@suse.de
-- changed neededforbuild <gs_fonts> to <ghostscript-fonts-std>
-- changed neededforbuild <gs_lib> to <ghostscript-library>
-- changed neededforbuild <gs_serv> to <ghostscript-serv>
-* Tue Jul 10 2001 - pmladek@suse.cz
-- fixed profile scripts (bug #9324)
-* Fri May 11 2001 - nadvornik@suse.cz
-- update to stable release 1.4.0
-- fixed requires and documentation
-* Tue May 08 2001 - mfabian@suse.de
-- bzip2 sources
-* Tue Apr 24 2001 - nadvornik@suse.cz
-- update to 1.3.150, this fixes bug #6701
-* Wed Feb 28 2001 - nadvornik@suse.cz
-- update to 1.3.132, fixed bug #6536
-- spec file cleanup
-* Thu Nov 30 2000 - ro@suse.de
-- neededforbuild libnetpb -> libnetpbm
-* Fri Nov 24 2000 - lmarks@suse.com
-- Changed spec file so that package builds even if htmldoc fails.
-* Fri Nov 24 2000 - kukuk@suse.de
-- fix use of macros for mandir and infodir
-* Thu Nov 23 2000 - ro@suse.de
-- changelog dates fixed
-* Wed Nov 22 2000 - lmarks@suse.com
-- Added small patch from devolpers.
-* Tue Nov 21 2000 - lmarks@suse.com
-- Lilypond 1.2.17 will not compile with Guile 1.4
-- Updated Lilpond to 1.3.108
-- Used new spec file from make/out/lilpond.spec
-- moved man-pages and info-pages to /usr/share
-* Mon Apr 10 2000 - bk@suse.de
-- added suse update config macro
-* Thu Mar 16 2000 - kukuk@suse.de
-- Use gs_serv, not gs_both (doesn't exist on all platforms)
-* Wed Mar 01 2000 - uli@suse.de
-- moved man pages to /usr/share
-* Tue Dec 21 1999 - ke@suse.de
-- add documentation (#271).
-* Mon Dec 13 1999 - ke@suse.de
-- update: 1.2.17.
-- compiler fix (thanks to schwab@suse.de).
-- #271.
-* Mon Oct 25 1999 - ke@suse.de
-- update: 1.2.16.
-* Mon Sep 13 1999 - bs@suse.de
-- ran old prepare_spec on spec file to switch to new prepare_spec.
-* Mon Sep 06 1999 - ro@suse.de
-- update to 1.2.6 to make it compile with new guile
-- various fixes and one hack to make this compile at all
-* Sun Aug 22 1999 - ke@suse.de
-- provide /etc/profile.d scripts.
-- make lily.ps available (thanks to Ulrich Windl).
-* Tue Aug 17 1999 - ke@suse.de
-- update: version 1.2.1.
-* Thu Nov 05 1998 - ke@suse.de
-- use the TDS and provide links from /usr/share/lilypond.
-- install examples via %%doc.
-* Wed Oct 28 1998 - ke@suse.de
-- update: version 1.0.17.
-* Fri Aug 07 1998 - ke@suse.de
-- initial package: version 1.0.0