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:
parent
6b79235d22
commit
101719576a
@ -3,6 +3,12 @@ Tue Apr 23 15:44:53 UTC 2019 - Michele Bologna <michele.bologna@suse.com>
|
||||
|
||||
- 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>
|
||||
|
||||
|
@ -73,7 +73,7 @@ configuration files, reading and writingof XML files, and interprocess
|
||||
communication).
|
||||
|
||||
%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
|
||||
Group: System/Libraries
|
||||
Requires: libgwenhywfar%{libversion} = %{version}
|
||||
@ -86,7 +86,7 @@ configuration files, reading and writing of XML files, and interprocess
|
||||
communication).
|
||||
|
||||
%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
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
@ -121,7 +121,7 @@ Group: System/Libraries
|
||||
This package contains the C++ GUI interface for Gwenhywfar.
|
||||
|
||||
%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
|
||||
Group: System/Libraries
|
||||
|
||||
@ -135,7 +135,7 @@ communication).
|
||||
This package provides the GTK+ 2 implementation of the generic UI toolkit.
|
||||
|
||||
%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
|
||||
Group: System/Libraries
|
||||
|
||||
@ -149,7 +149,7 @@ communication).
|
||||
This package provides the GTK+ 3 implementation of the generic UI toolkit.
|
||||
|
||||
%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
|
||||
Group: System/Libraries
|
||||
Provides: libgwengui-qt4-0 = %{version}
|
||||
@ -174,7 +174,7 @@ This package contains the interface to the FOX toolkit
|
||||
for Gwenhywfar.
|
||||
|
||||
%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
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: glibc-devel
|
||||
@ -210,8 +210,7 @@ autoreconf -ifv
|
||||
--with-docpath=%{_docdir}/%{name}/api \
|
||||
--disable-static \
|
||||
--with-guis="fox16 qt5 gtk2 gtk3" \
|
||||
--with-plugins-cfgmgr=all \
|
||||
--with-pic
|
||||
--with-plugins-cfgmgr=all
|
||||
%make_jobs
|
||||
make %{?_smp_mflags} srcdoc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user