Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lilypond for openSUSE:Factory 
checked in at 2022-12-10 21:17:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lilypond (Old)
 and      /work/SRC/openSUSE:Factory/.lilypond.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lilypond"

Sat Dec 10 21:17:50 2022 rev:37 rq:1041857 version:2.23.82

Changes:
--------
--- /work/SRC/openSUSE:Factory/lilypond/lilypond-doc.changes    2022-12-06 
14:22:57.833437843 +0100
+++ /work/SRC/openSUSE:Factory/.lilypond.new.1835/lilypond-doc.changes  
2022-12-10 21:18:14.457701248 +0100
@@ -1,0 +2,5 @@
+Wed Dec  7 14:49:39 UTC 2022 - Dave Plater <davejpla...@gmail.com>
+
+- Sort translated docs into individual packages again.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lilypond-doc.spec ++++++
--- /var/tmp/diff_new_pack.zEgZOY/_old  2022-12-10 21:18:16.069710674 +0100
+++ /var/tmp/diff_new_pack.zEgZOY/_new  2022-12-10 21:18:16.089710791 +0100
@@ -108,7 +108,8 @@
 %endif
 
 %description
-Common and english documentation files for the GNU LilyPond music typesetter.
+Common and english documentation files for the
+GNU LilyPond music typesetter.
 
 %global rlversion %{version}
 %define usrsrcp %{buildroot}
@@ -278,14 +279,22 @@
 %fdupes -s %{buildroot}%{_datadir}/locale
 # remove info pages, they are part of lilypond package
 rm %{buildroot}%{_infodir}/*
+%else
+mkdir -p %{buildroot}%{_docdir}/%{name}
+# lilypond main package provides info and man pages
+rm -rf share/info
+rm -rf share/man
+cp -vr share/doc/lilypond/html %{buildroot}%{_docdir}/%{name}/
+%endif
+rm -f files-*
 # create file lists for individual subpackages
-for f in `find %{buildroot}/%{_datadir}`; do
+for f in `find %{buildroot}%{_docdir}`; do
   for l in cs de es fr hu it ja nl zh; do
     if [[ $f =~ \.$l\. ]]; then
       if [ -d $f ]; then
         f="%%dir $f"
       fi
-      echo "$f" | sed "s:%{buildroot}/::" >> files-$l
+      echo "$f" | sed "s:%{buildroot}::" >> files-$l
       f=""
       break
     fi
@@ -298,72 +307,65 @@
   if [ -d $f ]; then
     f="%%dir $f"
   fi
-  echo "$f" | sed "s:%{buildroot}/::" >> files-en
+  echo "$f" | sed "s:%{buildroot}::" >> files-en
 done
 for d in '.usr.share' '.usr.share.doc' '.usr.share.info' 
'.usr.share.doc.packages'; do
   sed -i "/^%%dir $d$/d" files-en
 done
+%if %{with docbuild}
 for f in DEDICATION \
          HACKING ROADMAP VERSION AUTHORS.txt NEWS.txt; do
   echo "%%exclude %{_docdir}/lilypond/$f" >> files-en
 done
 echo "%%exclude %{_datadir}/lilypond/%{rlversion}/ls-R" >> files-en
+%else
+%fdupes -s share/doc/lilypond/html/Documentation
+%endif
 
-#rm %%{_infodir}/lilypond || :
 %post
-ln -sf %{_docdir}/lilypond/Documentation %{_infodir}/lilypond
+ln -sf %{_docdir}/lilypond-doc/html/Documentation %{_infodir}/lilypond
 
 %postun
 rm -f %{_infodir}/lilypond
 
 %files cs -f files-cs
 %defattr(-,root,root)
-%license LICENSE LICENSE.DOCUMENTATION COPYING
+%license share/doc/lilypond/html/LICENSE.DOCUMENTATION
 
 %files de -f files-de
 %defattr(-,root,root)
-%license LICENSE LICENSE.DOCUMENTATION COPYING
+%license share/doc/lilypond/html/LICENSE.DOCUMENTATION
 
 %files es -f files-es
 %defattr(-,root,root)
-%license LICENSE LICENSE.DOCUMENTATION COPYING
+%license share/doc/lilypond/html/LICENSE.DOCUMENTATION
 
 %files fr -f files-fr
 %defattr(-,root,root)
-%license LICENSE LICENSE.DOCUMENTATION COPYING
+%license share/doc/lilypond/html/LICENSE.DOCUMENTATION
 
 %files hu -f files-hu
 %defattr(-,root,root)
-%license LICENSE LICENSE.DOCUMENTATION COPYING
+%license share/doc/lilypond/html/LICENSE.DOCUMENTATION
 
 %files it -f files-it
 %defattr(-,root,root)
-%license LICENSE LICENSE.DOCUMENTATION COPYING
+%license share/doc/lilypond/html/LICENSE.DOCUMENTATION
 
 %files ja -f files-ja
 %defattr(-,root,root)
-%license LICENSE LICENSE.DOCUMENTATION COPYING
+%license share/doc/lilypond/html/LICENSE.DOCUMENTATION
 
 %files nl -f files-nl
 %defattr(-,root,root)
-%license LICENSE LICENSE.DOCUMENTATION COPYING
+%license share/doc/lilypond/html/LICENSE.DOCUMENTATION
 
 %files zh -f files-zh
 %defattr(-,root,root)
-%license LICENSE LICENSE.DOCUMENTATION COPYING
+%license share/doc/lilypond/html/LICENSE.DOCUMENTATION
 
 %files -f files-en
 %defattr(-,root,root)
-%license LICENSE LICENSE.DOCUMENTATION COPYING
-
-%else
-mkdir -p %{buildroot}
-%fdupes -s share/doc/lilypond/html/Documentation
-
-%files
-%license share/doc/lilypond/html/COPYING*
-%doc share/doc/lilypond/html/Documentation
-
-%endif
+%license share/doc/lilypond/html/LICENSE.DOCUMENTATION
 
 %changelog

++++++ lilypond.spec ++++++
--- /var/tmp/diff_new_pack.zEgZOY/_old  2022-12-10 21:18:16.341712264 +0100
+++ /var/tmp/diff_new_pack.zEgZOY/_new  2022-12-10 21:18:16.389712545 +0100
@@ -145,15 +145,14 @@
 %configure \
     GUILE_FLAVOR=guile-3.0 \
        --disable-checking
-make bytecode
 # Build sometimes fails with multiple threads.
-make %{_smp_mflags} --trace
+make --trace %{_smp_mflags} bytecode
 #|| make -j1
 
 %install
 vimver=$(vim --version | head -n1 | grep -Po "\d\.\d" | sed 's|\.||')
 %make_install package_infodir=%{_infodir} \
-       vimdir="%{_datadir}/vim/vim$vimver"
+       vimdir="%{_datadir}/vim/vim$vimver" bytecode
 
 # Symlink lilypond-init.el in emacs' site-start.d directory
 pushd %{buildroot}%{_datadir}/emacs/site-lisp

Reply via email to