Accepting request 697149 from home:jengelh:branches:Office

- Remove --with-pic which has no effect with --disable-static.
- Redo summaries without em dashes.

OBS-URL: https://build.opensuse.org/request/show/697149
OBS-URL: https://build.opensuse.org/package/show/Office/gwenhywfar?expand=0&rev=11
This commit is contained in:
Stanislav Brabec 2019-06-18 22:31:22 +00:00 committed by Git OBS Bridge
parent 6b79235d22
commit 101719576a
2 changed files with 13 additions and 8 deletions

View File

@ -3,6 +3,12 @@ Tue Apr 23 15:44:53 UTC 2019 - Michele Bologna <michele.bologna@suse.com>
- Fixed typo in changelog file - Fixed typo in changelog file
-------------------------------------------------------------------
Tue Apr 23 12:17:38 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Remove --with-pic which has no effect with --disable-static.
- Redo summaries without em dashes.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 25 17:48:25 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> Mon Mar 25 17:48:25 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -73,7 +73,7 @@ configuration files, reading and writingof XML files, and interprocess
communication). communication).
%package tools %package tools
Summary: Multiplatform Helper Library for Other Libraries - Tools Summary: Tools for the gwenhywfar multi-platform helper library
License: GPL-2.0-or-later AND LGPL-2.1-or-later License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/Libraries Group: System/Libraries
Requires: libgwenhywfar%{libversion} = %{version} Requires: libgwenhywfar%{libversion} = %{version}
@ -86,7 +86,7 @@ configuration files, reading and writing of XML files, and interprocess
communication). communication).
%package -n libgwenhywfar%{libversion}-plugins %package -n libgwenhywfar%{libversion}-plugins
Summary: Multiplatform Helper Library for Other Libraries - Plugins Summary: Plugins for the gwenhywfar multi-platform helper library
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: System/Libraries Group: System/Libraries
Requires: %{name} = %{version} Requires: %{name} = %{version}
@ -121,7 +121,7 @@ Group: System/Libraries
This package contains the C++ GUI interface for Gwenhywfar. This package contains the C++ GUI interface for Gwenhywfar.
%package -n libgwengui-gtk2-0 %package -n libgwengui-gtk2-0
Summary: Multiplatform Helper Library for Other Libraries -- GTK+ 2 UI Backend Summary: GTK+ 2 UI backend for Gwenhywfar
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: System/Libraries Group: System/Libraries
@ -135,7 +135,7 @@ communication).
This package provides the GTK+ 2 implementation of the generic UI toolkit. This package provides the GTK+ 2 implementation of the generic UI toolkit.
%package -n libgwengui-gtk3-0 %package -n libgwengui-gtk3-0
Summary: Multiplatform Helper Library for Other Libraries -- GTK+ 3 UI Backend Summary: GTK+ 3 UI backend for Gwenhywfar
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: System/Libraries Group: System/Libraries
@ -149,7 +149,7 @@ communication).
This package provides the GTK+ 3 implementation of the generic UI toolkit. This package provides the GTK+ 3 implementation of the generic UI toolkit.
%package -n libgwengui-qt5-0 %package -n libgwengui-qt5-0
Summary: Multiplatform Helper Library for Other Libraries -- Qt5 UI Backend Summary: Qt5 UI backend for the gwenhywfar multi-platform helper library
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: System/Libraries Group: System/Libraries
Provides: libgwengui-qt4-0 = %{version} Provides: libgwengui-qt4-0 = %{version}
@ -174,7 +174,7 @@ This package contains the interface to the FOX toolkit
for Gwenhywfar. for Gwenhywfar.
%package devel %package devel
Summary: Multi-Platform Helper Library for Other Libraries Summary: Header files for the Gwenhywfar multi-platform helper library
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: glibc-devel Requires: glibc-devel
@ -210,8 +210,7 @@ autoreconf -ifv
--with-docpath=%{_docdir}/%{name}/api \ --with-docpath=%{_docdir}/%{name}/api \
--disable-static \ --disable-static \
--with-guis="fox16 qt5 gtk2 gtk3" \ --with-guis="fox16 qt5 gtk2 gtk3" \
--with-plugins-cfgmgr=all \ --with-plugins-cfgmgr=all
--with-pic
%make_jobs %make_jobs
make %{?_smp_mflags} srcdoc make %{?_smp_mflags} srcdoc