Hello community, here is the log from the commit of package lilypond checked in at Fri Aug 31 18:44:50 CEST 2007. -------- --- lilypond/lilypond.changes 2007-08-18 12:25:06.000000000 +0200 +++ /mounts/work_src_done/STABLE/lilypond/lilypond.changes 2007-08-31 18:42:46.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 31 18:41:56 CEST 2007 - pcerny@suse.cz + +- corrected dependencies [#301504] +- .spec file cleanup (unneeded dependencies, packaging hacks) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lilypond.spec ++++++ --- /var/tmp/diff_new_pack.n27919/_old 2007-08-31 18:44:39.000000000 +0200 +++ /var/tmp/diff_new_pack.n27919/_new 2007-08-31 18:44:39.000000000 +0200 @@ -12,11 +12,10 @@ Name: lilypond BuildRequires: autotrace bison ec-fonts-mftraced emacs-nox flex freetype2-devel -BuildRequires: gcc-c++ ghostscript-fonts-std ghostscript-library > 8.15 -BuildRequires: guile-devel > 1.8.0 -BuildRequires: libexif libpng-devel libtiff-devel netpbm pango-devel -BuildRequires: potrace python-devel > 2.4 scrollkeeper tcsh -BuildRequires: fontforge >= 20060125 mftrace >= 1.1.19 texinfo > 4.8 +BuildRequires: gcc-c++ ghostscript-fonts-std ghostscript-library >= 8.15 +BuildRequires: guile-devel >= 1.8.0 pango-devel +BuildRequires: potrace python-devel >= 2.4 scrollkeeper tcsh +BuildRequires: fontforge >= 20060125 mftrace >= 1.1.19 texinfo >= 4.8 %if 0%{suse_version} <= 1020 BuildRequires: tetex %else @@ -25,13 +24,15 @@ %define info yes License: GPL v2 or later, files in input/ and mutopia/ come from Mutopia project Group: Productivity/Publishing/Other -Requires: texlive texlive-latex python tcsh -Requires: t1utils autotrace mftrace ec-fonts-mftraced -Requires: freetype2 >= 2 fontconfig >= 2.2 pango >= 1.12 +#Requires: texlive texlive-latex python tcsh +#Requires: t1utils autotrace mftrace ec-fonts-mftraced +Requires: fontconfig >= 2.2 guile >= 1.8.0 +Requires: ghostscript-library > 8.15 +Requires: pango >= 1.12 python >= 2.4 Autoreqprov: on Summary: Music Typesetter Version: 2.10.29 -Release: 3 +Release: 12 URL: http://www.lilypond.org/ Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -106,9 +107,6 @@ --infodir=%{_infodir} \ --disable-optimising \ --enable-shared -# FIXME: Creates empty out/musicxml2ly.1 -#/usr/bin/perl /usr/src/packages/BUILD/lilypond-2.8.7/buildscripts/out/help2man out/musicxml2ly > out/musicxml2ly.1 -#help2man: can't get `--help' info from out/musicxml2ly make %install @@ -121,25 +119,17 @@ Documentation input \ %{buildroot}/usr/share/doc/packages/%{name} ( - cd %{buildroot}/usr/share/doc/packages/%{name}/Documentation - find -type d -name out \ - -exec sh -c "cd {}; mv * .. ; cd .. ; rm -Rf dummy.dep GNUmakefile SConscript index.html.in out" \; + # remove buildsystem and git files + cd %{buildroot}/usr/share/doc/packages/%{name} + find Documentation input -type d -name out \ + -exec sh -c "cd {}; mv -v * .. ; cd .. ; rm -Rfv dummy.dep GNUmakefile SConscript index.html.in out" \; ) # fix info files mv %{buildroot}/usr/share/info/lilypond/* %{buildroot}/usr/share/info rmdir %{buildroot}/usr/share/info/lilypond sed -i s:lilypond/lilypond:lilypond:g %{buildroot}/usr/share/info/* -#find %{buildroot}/usr/share -type f -exec sh -c ' -#sed s:%{buildroot}::g <{} >{}~ -#if ! cmp {} {}~ ; then cat {}~ >{} ; fi ; rm {}~ -#' \; %find_lang %{name} texhash %{buildroot}/usr/share/lilypond/%{version} -# compile lisp scripts -#cd %{buildroot}/usr/share/emacs/site-lisp -#emacs-nox -batch -f batch-byte-compile *.el -#rm *.el -#cd %clean rm -rf %{buildroot} @@ -212,6 +202,9 @@ %doc %{_infodir}/lilypond-internals.* %changelog +* Fri Aug 31 2007 - pcerny@suse.cz +- corrected dependencies [#301504] +- .spec file cleanup (unneeded dependencies, packaging hacks) * Sat Aug 18 2007 - aj@suse.de - Require freetype2. * Thu Aug 16 2007 - pcerny@suse.cz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de