SHA256
1
0
forked from pool/doxygen

- fix build after update

- Update to 1.8.11
  See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
- Update patch vhdlparser-no-return.patch
- Remove patch doxygen-no-shared-libs.patch which is included
  in upstream

- fix build after update

- Update to 1.8.11
  See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
- Update patch vhdlparser-no-return.patch
- Remove patch doxygen-no-shared-libs.patch which is included
  in upstream

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=100
This commit is contained in:
Petr Gajdos 2016-01-05 10:06:14 +00:00 committed by Git OBS Bridge
parent d5bf7057ae
commit a80cd8d774
5 changed files with 35 additions and 12 deletions

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jan 5 10:05:23 UTC 2016 - pgajdos@suse.com
- fix build after update
-------------------------------------------------------------------
Tue Jan 5 07:31:22 UTC 2016 - foss@grueninger.de
- Update to 1.8.11
See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
- Update patch vhdlparser-no-return.patch
- Remove patch doxygen-no-shared-libs.patch which is included
in upstream
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 21 10:01:07 UTC 2015 - tchvatal@suse.com Fri Aug 21 10:01:07 UTC 2015 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package doxygen-doc # spec file for package doxygen-doc
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -24,9 +24,6 @@ License: GPL-2.0+
Group: Development/Tools/Doc Generators Group: Development/Tools/Doc Generators
Url: http://www.stack.nl/~dimitri/doxygen/ Url: http://www.stack.nl/~dimitri/doxygen/
Source0: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz Source0: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
# PATCH-FIX-UPSTREAM: declare static library where we don't want to provide
# shared one
Patch2: doxygen-no-shared-libs.patch
# PATCH-FIX-UPSTREAM: add missing returns to non-void functions # PATCH-FIX-UPSTREAM: add missing returns to non-void functions
Patch3: vhdlparser-no-return.patch Patch3: vhdlparser-no-return.patch
# suse specific, for ppc64le, workaround for bnc#921577 # suse specific, for ppc64le, workaround for bnc#921577
@ -42,6 +39,7 @@ BuildRequires: graphviz-gnome
BuildRequires: poppler-tools BuildRequires: poppler-tools
BuildRequires: python-base BuildRequires: python-base
BuildRequires: python-xml BuildRequires: python-xml
BuildRequires: texlive-appendix
BuildRequires: texlive-colortbl BuildRequires: texlive-colortbl
BuildRequires: texlive-courier BuildRequires: texlive-courier
BuildRequires: texlive-dvips BuildRequires: texlive-dvips
@ -49,6 +47,7 @@ BuildRequires: texlive-epstopdf
BuildRequires: texlive-fancyhdr BuildRequires: texlive-fancyhdr
BuildRequires: texlive-float BuildRequires: texlive-float
BuildRequires: texlive-helvetic BuildRequires: texlive-helvetic
BuildRequires: texlive-import
BuildRequires: texlive-latex BuildRequires: texlive-latex
BuildRequires: texlive-makeindex BuildRequires: texlive-makeindex
BuildRequires: texlive-metafont BuildRequires: texlive-metafont
@ -58,6 +57,7 @@ BuildRequires: texlive-psnfss
BuildRequires: texlive-rsfs BuildRequires: texlive-rsfs
BuildRequires: texlive-sectsty BuildRequires: texlive-sectsty
BuildRequires: texlive-symbol BuildRequires: texlive-symbol
BuildRequires: texlive-tabu
BuildRequires: texlive-times BuildRequires: texlive-times
BuildRequires: texlive-tocloft BuildRequires: texlive-tocloft
BuildRequires: texlive-wasy BuildRequires: texlive-wasy
@ -77,7 +77,6 @@ This package contains only documentation
%prep %prep
%setup -q -n doxygen-%{version} %setup -q -n doxygen-%{version}
%patch2 -p1
%patch3 -p1 %patch3 -p1
%ifarch ppc64le %ifarch ppc64le
# see bnc#921577 # see bnc#921577
@ -101,7 +100,7 @@ make docs %{?_smp_mflags}
%install %install
%cmake_install docs %cmake_install docs
rm %{buildroot}%{_bindir}/doxygen rm %{buildroot}%{_bindir}/doxygen
rm -r %{buildroot}/usr/man/man1/ rm -r %{buildroot}%{_mandir}/man1/
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc %fdupes -s %{buildroot}%{_docdir}/%{name}-doc
%files %files

View File

@ -1,7 +1,7 @@
# #
# spec file for package doxygen # spec file for package doxygen
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jan 5 09:35:48 UTC 2016 - pgajdos@suse.com
- fix build after update
-------------------------------------------------------------------
Tue Jan 5 07:31:22 UTC 2016 - foss@grueninger.de
- Update to 1.8.11
See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
- Update patch vhdlparser-no-return.patch
- Remove patch doxygen-no-shared-libs.patch which is included
in upstream
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 27 07:34:32 UTC 2015 - mpluskal@suse.com Thu Aug 27 07:34:32 UTC 2015 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package doxywizard # spec file for package doxywizard
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -25,9 +25,6 @@ Group: Development/Tools/Doc Generators
Url: http://www.stack.nl/~dimitri/doxygen/ Url: http://www.stack.nl/~dimitri/doxygen/
Source: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz Source: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
Source1: doxywizard.desktop Source1: doxywizard.desktop
# PATCH-FIX-UPSTREAM: declare static library where we don't want to provide
# shared one
Patch2: doxygen-no-shared-libs.patch
# PATCH-FIX-UPSTREAM: add missing returns to non-void functions # PATCH-FIX-UPSTREAM: add missing returns to non-void functions
Patch3: vhdlparser-no-return.patch Patch3: vhdlparser-no-return.patch
BuildRequires: bison BuildRequires: bison
@ -51,7 +48,6 @@ configuration files.
%prep %prep
%setup -q -n doxygen-%{version} %setup -q -n doxygen-%{version}
%patch2 -p1
%patch3 -p1 %patch3 -p1
%build %build