Hello community, here is the log from the commit of package bibtool for openSUSE:Factory checked in at 2016-08-17 12:05:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bibtool (Old) and /work/SRC/openSUSE:Factory/.bibtool.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bibtool" Changes: -------- --- /work/SRC/openSUSE:Factory/bibtool/bibtool.changes 2016-02-08 09:48:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.bibtool.new/bibtool.changes 2016-08-17 12:05:07.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Aug 15 07:47:01 UTC 2016 - [email protected] + +- Drop -doc subpackage as building it is getting more and more + difficult + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bibtool.spec ++++++ --- /var/tmp/diff_new_pack.NqScGc/_old 2016-08-17 12:05:08.000000000 +0200 +++ /var/tmp/diff_new_pack.NqScGc/_new 2016-08-17 12:05:08.000000000 +0200 @@ -28,13 +28,8 @@ Source1: http://www.gerd-neugebauer.de/software/TeX/BibTool/BibTool-%{version}.tar.gz.asc Source2: %{name}.keyring Patch1: bibtool-use-system-regex.patch -BuildRequires: automake -BuildRequires: texlive-amsfonts -BuildRequires: texlive-bibtex -BuildRequires: texlive-devel -BuildRequires: texlive-latex -BuildRequires: texlive-lm -BuildRequires: texlive-makeindex +Provides: %{name}-doc = %{version} +Obsoletes: %{name}-doc < %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -42,30 +37,13 @@ integrate citations into LaTeX documents. BibTool allows the manipulation of BibTeX files which goes beyond the possibilities - and intentions - of BibTeX. -%package doc -Summary: Documentation for bibtool -Group: Documentation/Other -Requires: %{name} = %{version} -BuildArch: noarch - -%description doc -This package contains the documentation for bibtool. - %prep %setup -q -n BibTool %patch1 -p1 %build %configure -make %{?_smp_mflags} all doc -# avoid failure due to warning: LaTeX Font Warning: Some font shapes were -# not available, defaults substituted. -pdflatex -interaction=nonstopmode Changes.tex ||: -mkdir examples -sed 's|#!%{_prefix}/local/bin/tclsh|#!%{_bindir}/tclsh|' Tcl/bibtool.tcl \ - >examples/bibtool.tcl -sed 's|#!%{_prefix}/local/bin/perl|#!%{_bindir}/perl|' Perl/bibtool.pl \ - >examples/bibtool.pl +make %{?_smp_mflags} all %install make INSTALLPREFIX=%{buildroot} install install-man @@ -77,8 +55,4 @@ %{_bindir}/bibtool %{_libdir}/BibTool -%files doc -%defattr(-,root,root,-) -%doc COPYING doc/bibtool.pdf doc/ref_card.pdf doc/c_lib.pdf Changes.pdf examples - %changelog
