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:
parent
d5bf7057ae
commit
a80cd8d774
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,9 +24,6 @@ License: GPL-2.0+
|
||||
Group: Development/Tools/Doc Generators
|
||||
Url: http://www.stack.nl/~dimitri/doxygen/
|
||||
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
|
||||
Patch3: vhdlparser-no-return.patch
|
||||
# suse specific, for ppc64le, workaround for bnc#921577
|
||||
@ -42,6 +39,7 @@ BuildRequires: graphviz-gnome
|
||||
BuildRequires: poppler-tools
|
||||
BuildRequires: python-base
|
||||
BuildRequires: python-xml
|
||||
BuildRequires: texlive-appendix
|
||||
BuildRequires: texlive-colortbl
|
||||
BuildRequires: texlive-courier
|
||||
BuildRequires: texlive-dvips
|
||||
@ -49,6 +47,7 @@ BuildRequires: texlive-epstopdf
|
||||
BuildRequires: texlive-fancyhdr
|
||||
BuildRequires: texlive-float
|
||||
BuildRequires: texlive-helvetic
|
||||
BuildRequires: texlive-import
|
||||
BuildRequires: texlive-latex
|
||||
BuildRequires: texlive-makeindex
|
||||
BuildRequires: texlive-metafont
|
||||
@ -58,6 +57,7 @@ BuildRequires: texlive-psnfss
|
||||
BuildRequires: texlive-rsfs
|
||||
BuildRequires: texlive-sectsty
|
||||
BuildRequires: texlive-symbol
|
||||
BuildRequires: texlive-tabu
|
||||
BuildRequires: texlive-times
|
||||
BuildRequires: texlive-tocloft
|
||||
BuildRequires: texlive-wasy
|
||||
@ -77,7 +77,6 @@ This package contains only documentation
|
||||
|
||||
%prep
|
||||
%setup -q -n doxygen-%{version}
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%ifarch ppc64le
|
||||
# see bnc#921577
|
||||
@ -101,7 +100,7 @@ make docs %{?_smp_mflags}
|
||||
%install
|
||||
%cmake_install docs
|
||||
rm %{buildroot}%{_bindir}/doxygen
|
||||
rm -r %{buildroot}/usr/man/man1/
|
||||
rm -r %{buildroot}%{_mandir}/man1/
|
||||
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
|
||||
|
||||
%files
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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/
|
||||
Source: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
|
||||
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
|
||||
Patch3: vhdlparser-no-return.patch
|
||||
BuildRequires: bison
|
||||
@ -51,7 +48,6 @@ configuration files.
|
||||
|
||||
%prep
|
||||
%setup -q -n doxygen-%{version}
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
|
Loading…
x
Reference in New Issue
Block a user