Add -xmldocs subpackage containing XML documentation (needed for Phoenix)

epel8
Scott Talbert 9 years ago
parent b10eb1dfb6
commit a9e6f4a999

@ -11,7 +11,7 @@
Name: %{wxgtkname} Name: %{wxgtkname}
Version: 3.0.2 Version: 3.0.2
Release: 15%{?dist} Release: 16%{?dist}
Summary: GTK port of the wxWidgets GUI library Summary: GTK port of the wxWidgets GUI library
License: wxWidgets License: wxWidgets
Group: System Environment/Libraries Group: System Environment/Libraries
@ -65,6 +65,7 @@ BuildRequires: GConf2-devel
BuildRequires: gettext BuildRequires: gettext
BuildRequires: cppunit-devel BuildRequires: cppunit-devel
BuildRequires: libmspack-devel BuildRequires: libmspack-devel
BuildRequires: doxygen
Provides: %{srcname} = %{version}-%{release} Provides: %{srcname} = %{version}-%{release}
Provides: bundled(scintilla) = 3.2.1 Provides: bundled(scintilla) = 3.2.1
@ -145,6 +146,17 @@ BuildArch: noarch
This package provides documentation for the %{srcname} library. This package provides documentation for the %{srcname} library.
%package xmldocs
Group: Development/Libraries
Summary: XML Documentation for the wxGTK3 library
Requires: %{name} = %{version}-%{release}
Provides: %{srcname}-xmldocs = %{version}-%{release}
BuildArch: noarch
%description xmldocs
This package provides XML documentation for the %{srcname} library.
%prep %prep
%setup -q -n %{srcname}-%{version} -a 1 %setup -q -n %{srcname}-%{version} -a 1
%patch0 -p1 -b .abicheck %patch0 -p1 -b .abicheck
@ -194,6 +206,10 @@ export CPPUNIT_CONFIG="/usr/bin/pkg-config cppunit"
make %{?_smp_mflags} make %{?_smp_mflags}
pushd docs/doxygen
WX_SKIP_DOXYGEN_VERSION_CHECK=1 ./regen.sh xml
popd
%install %install
%makeinstall %makeinstall
@ -283,7 +299,13 @@ popd
%files docs %files docs
%doc html %doc html
%files xmldocs
%doc docs/doxygen/out/xml/*
%changelog %changelog
* Tue Feb 23 2016 Scott Talbert <swt@techie.net> - 3.0.2-16
- Add -xmldocs subpackage containing XML documentation (needed for Phoenix)
* Tue Feb 23 2016 Scott Talbert <swt@techie.net> - 3.0.2-15 * Tue Feb 23 2016 Scott Talbert <swt@techie.net> - 3.0.2-15
- Add GCC6 patches for STC and strings tests - Add GCC6 patches for STC and strings tests
- Adapt cppunit to use pkg-config (cppunit-config has been removed in F24) - Adapt cppunit to use pkg-config (cppunit-config has been removed in F24)

Loading…
Cancel
Save