2007-01-16 00:16:18 +01:00
|
|
|
#
|
2011-01-14 16:46:36 +01:00
|
|
|
# spec file for package gwenhywfar
|
2007-01-16 00:16:18 +01:00
|
|
|
#
|
2017-06-01 16:35:02 +02:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-16 00:16:18 +01:00
|
|
|
#
|
2009-06-19 00:26:23 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:16:18 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2017-12-11 14:51:52 +01:00
|
|
|
%bcond_without qt4
|
2007-01-16 00:16:18 +01:00
|
|
|
|
2014-02-18 14:44:31 +01:00
|
|
|
%define libversion 60
|
2017-12-09 10:41:25 +01:00
|
|
|
%define devversion 4.18
|
2007-01-16 00:16:18 +01:00
|
|
|
Name: gwenhywfar
|
2017-12-09 10:41:25 +01:00
|
|
|
Version: 4.18.0
|
2012-05-21 07:25:13 +02:00
|
|
|
Release: 0
|
2014-02-18 14:44:31 +01:00
|
|
|
Summary: Multiplatform helper library for other libraries
|
2013-03-08 09:13:08 +01:00
|
|
|
License: GPL-2.0+ and LGPL-2.1+
|
2011-08-12 16:44:42 +02:00
|
|
|
Group: System/Libraries
|
2012-05-21 07:25:13 +02:00
|
|
|
Url: http://www.aqbanking.de/
|
2011-08-12 16:44:42 +02:00
|
|
|
Source: %{name}-%{version}.tar.gz
|
2009-12-26 12:14:05 +01:00
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: fdupes
|
2014-02-18 14:44:31 +01:00
|
|
|
BuildRequires: gnutls-devel >= 3.0
|
|
|
|
BuildRequires: gtk2-devel >= 1.4
|
|
|
|
BuildRequires: libgcrypt-devel >= 1.2.0
|
2009-12-26 12:14:05 +01:00
|
|
|
BuildRequires: libopenssl-devel
|
2017-12-03 10:13:28 +01:00
|
|
|
%if %{with qt4}
|
2017-12-11 14:51:52 +01:00
|
|
|
%if 0%{?suse_version} >= 1500
|
|
|
|
#!BuildIgnore: libopenssl-1_0_0-devel
|
|
|
|
%endif
|
2010-12-10 17:09:50 +01:00
|
|
|
BuildRequires: libqt4-devel
|
2017-12-03 10:13:28 +01:00
|
|
|
%endif
|
2017-06-12 15:35:40 +02:00
|
|
|
BuildRequires: cmake(Qt5Concurrent)
|
|
|
|
BuildRequires: cmake(Qt5Core)
|
|
|
|
BuildRequires: cmake(Qt5DBus)
|
|
|
|
BuildRequires: cmake(Qt5Gui)
|
|
|
|
BuildRequires: cmake(Qt5Network)
|
|
|
|
BuildRequires: cmake(Qt5OpenGL)
|
|
|
|
BuildRequires: cmake(Qt5PrintSupport)
|
|
|
|
BuildRequires: cmake(Qt5Sql)
|
|
|
|
BuildRequires: cmake(Qt5Test)
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
|
|
|
BuildRequires: cmake(Qt5Xml)
|
2014-02-18 14:44:31 +01:00
|
|
|
%if 0%{?fedora} == 15
|
|
|
|
BuildRequires: fox-devel >= 1.6
|
|
|
|
%else
|
|
|
|
BuildRequires: fox16-devel
|
|
|
|
%endif
|
2009-12-26 12:14:05 +01:00
|
|
|
# For doc graphs
|
|
|
|
BuildRequires: graphviz
|
|
|
|
BuildRequires: graphviz-gd
|
|
|
|
BuildRequires: xorg-x11-fonts
|
2014-02-18 14:44:31 +01:00
|
|
|
Recommends: lib%{name}%{libversion}
|
2007-01-16 00:16:18 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Gwenhywfar is a base library used to provide OS abstraction functions
|
2007-11-09 22:26:11 +01:00
|
|
|
for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes some
|
|
|
|
often needed functions (for example, handling and parsing of
|
|
|
|
configuration files, reading and writingof XML files, and interprocess
|
2009-12-26 12:14:05 +01:00
|
|
|
communication).
|
2007-01-16 00:16:18 +01:00
|
|
|
|
2009-12-26 12:14:05 +01:00
|
|
|
%package tools
|
2012-05-21 07:25:13 +02:00
|
|
|
Summary: Multiplatform Helper Library for Other Libraries - Tools
|
2013-03-08 09:13:08 +01:00
|
|
|
License: GPL-2.0+ and LGPL-2.1+
|
2009-12-26 12:14:05 +01:00
|
|
|
Group: System/Libraries
|
2017-06-12 15:35:40 +02:00
|
|
|
Requires: lib%{name}%{libversion} = %{version}
|
2007-01-16 00:16:18 +01:00
|
|
|
|
2009-12-26 12:14:05 +01:00
|
|
|
%description tools
|
|
|
|
Gwenhywfar is a base library used to provide OS abstraction functions
|
|
|
|
for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes
|
|
|
|
some often needed functions (for example, for handling and parsing of
|
|
|
|
configuration files, reading and writing of XML files, and interprocess
|
|
|
|
communication).
|
2009-08-17 15:04:28 +02:00
|
|
|
|
2014-02-18 14:44:31 +01:00
|
|
|
%package -n lib%{name}%{libversion}-plugins
|
2012-05-21 07:25:13 +02:00
|
|
|
Summary: Multiplatform Helper Library for Other Libraries - Plugins
|
2011-08-12 16:44:42 +02:00
|
|
|
License: LGPL-2.1+
|
2009-08-17 15:04:28 +02:00
|
|
|
Group: System/Libraries
|
2009-12-08 11:40:12 +01:00
|
|
|
Requires: %{name} = %{version}
|
2009-08-17 15:04:28 +02:00
|
|
|
|
2014-02-18 14:44:31 +01:00
|
|
|
%description -n lib%{name}%{libversion}-plugins
|
2009-08-17 15:04:28 +02:00
|
|
|
Gwenhywfar is a base library used to provide OS abstraction functions
|
2009-12-26 12:14:05 +01:00
|
|
|
for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes
|
2009-08-17 15:04:28 +02:00
|
|
|
some often needed functions (for example, for handling and parsing of
|
|
|
|
configuration files, reading and writing of XML files, and interprocess
|
2009-12-26 12:14:05 +01:00
|
|
|
communication).
|
2007-07-27 15:09:00 +02:00
|
|
|
|
2014-02-18 14:44:31 +01:00
|
|
|
%package -n lib%{name}%{libversion}
|
2012-05-21 07:25:13 +02:00
|
|
|
Summary: Multiplatform Helper Library for Other Libraries
|
2011-08-12 16:44:42 +02:00
|
|
|
License: LGPL-2.1+
|
2007-07-27 15:09:00 +02:00
|
|
|
Group: System/Libraries
|
2012-07-16 09:21:02 +02:00
|
|
|
Recommends: %{name}-lang
|
2014-02-18 14:44:31 +01:00
|
|
|
Recommends: lib%{name}%{libversion}-plugins = %{version}
|
2007-07-27 15:09:00 +02:00
|
|
|
|
2014-02-18 14:44:31 +01:00
|
|
|
%description -n lib%{name}%{libversion}
|
2007-07-27 15:09:00 +02:00
|
|
|
Gwenhywfar is a base library used to provide OS abstraction functions
|
2009-12-26 12:14:05 +01:00
|
|
|
for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes
|
2007-07-27 15:09:00 +02:00
|
|
|
some often needed functions (for example, for handling and parsing of
|
|
|
|
configuration files, reading and writing of XML files, and interprocess
|
2009-12-26 12:14:05 +01:00
|
|
|
communication).
|
2007-01-16 00:16:18 +01:00
|
|
|
|
2014-02-18 14:44:31 +01:00
|
|
|
%package -n libgwengui-cpp0
|
|
|
|
Summary: C++ interface for Gwenhywfar
|
|
|
|
License: GPL-2.0+ and LGPL-2.1+
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libgwengui-cpp0
|
|
|
|
This package contains the C++ GUI interface for Gwenhywfar.
|
|
|
|
|
2010-12-10 17:09:50 +01:00
|
|
|
%package -n libgwengui-gtk2-0
|
2012-05-21 07:25:13 +02:00
|
|
|
Summary: Multiplatform Helper Library for Other Libraries -- GTK+ UI Backend
|
2011-08-12 16:44:42 +02:00
|
|
|
License: LGPL-2.1+
|
2010-12-10 17:09:50 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libgwengui-gtk2-0
|
|
|
|
Gwenhywfar is a base library used to provide OS abstraction functions
|
|
|
|
for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes
|
|
|
|
some often needed functions (for example, for handling and parsing of
|
|
|
|
configuration files, reading and writing of XML files, and interprocess
|
|
|
|
communication).
|
|
|
|
|
|
|
|
This package provides the GTK+ implementation of the generic UI toolkit.
|
|
|
|
|
|
|
|
%package -n libgwengui-qt4-0
|
2016-05-02 10:44:55 +02:00
|
|
|
Summary: Multiplatform Helper Library for Other Libraries -- Qt4 UI Backend
|
2011-08-12 16:44:42 +02:00
|
|
|
License: LGPL-2.1+
|
2010-12-10 17:09:50 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libgwengui-qt4-0
|
|
|
|
Gwenhywfar is a base library used to provide OS abstraction functions
|
|
|
|
for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes
|
|
|
|
some often needed functions (for example, for handling and parsing of
|
|
|
|
configuration files, reading and writing of XML files, and interprocess
|
|
|
|
communication).
|
|
|
|
|
2016-05-02 10:44:55 +02:00
|
|
|
This package provides the Qt4 implementation of the generic UI toolkit.
|
2010-12-10 17:09:50 +01:00
|
|
|
|
2017-06-12 15:35:40 +02:00
|
|
|
%package -n libgwengui-qt5-0
|
|
|
|
Summary: Multiplatform Helper Library for Other Libraries -- Qt5 UI Backend
|
|
|
|
License: LGPL-2.1+
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libgwengui-qt5-0
|
|
|
|
Gwenhywfar is a base library used to provide OS abstraction functions
|
|
|
|
for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes
|
|
|
|
some often needed functions (for example, for handling and parsing of
|
|
|
|
configuration files, reading and writing of XML files, and interprocess
|
|
|
|
communication).
|
|
|
|
|
|
|
|
This package provides the Qt5 implementation of the generic UI toolkit.
|
|
|
|
|
2014-02-18 14:44:31 +01:00
|
|
|
%package -n libgwengui-fox16-0
|
|
|
|
Summary: FOX interface for Gwenhywfar
|
|
|
|
License: GPL-2.0+ and LGPL-2.1+
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libgwengui-fox16-0
|
|
|
|
This package contains the interface to the FOX toolkit
|
|
|
|
for Gwenhywfar.
|
|
|
|
|
2007-01-16 00:16:18 +01:00
|
|
|
%package devel
|
2012-05-21 07:25:13 +02:00
|
|
|
Summary: Multi-Platform Helper Library for Other Libraries
|
2011-08-12 16:44:42 +02:00
|
|
|
License: LGPL-2.1+
|
2009-12-26 12:14:05 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2012-05-21 07:25:13 +02:00
|
|
|
Requires: glibc-devel
|
2014-02-18 14:44:31 +01:00
|
|
|
Requires: lib%{name}%{libversion} = %{version}
|
|
|
|
Requires: libgwengui-fox16-0 = %{version}
|
2010-12-10 17:09:50 +01:00
|
|
|
Requires: libgwengui-gtk2-0 = %{version}
|
2017-12-03 10:13:28 +01:00
|
|
|
%if %{with qt4}
|
2010-12-10 17:09:50 +01:00
|
|
|
Requires: libgwengui-qt4-0 = %{version}
|
2017-12-03 10:13:28 +01:00
|
|
|
%endif
|
2017-06-12 15:35:40 +02:00
|
|
|
Requires: libgwengui-qt5-0 = %{version}
|
2007-01-16 00:16:18 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Gwenhywfar is a base library used to provide OS abstraction functions
|
2009-12-26 12:14:05 +01:00
|
|
|
for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes
|
2007-01-16 00:16:18 +01:00
|
|
|
some often needed functions (e.g. for handling and parsing of
|
|
|
|
configuration files, reading/writing of XML files, interprocess
|
2009-12-26 12:14:05 +01:00
|
|
|
communication etc).
|
2007-01-16 00:16:18 +01:00
|
|
|
|
2009-12-26 12:14:05 +01:00
|
|
|
%lang_package
|
2007-01-16 00:16:18 +01:00
|
|
|
%prep
|
2007-07-27 15:09:00 +02:00
|
|
|
%setup -q
|
2007-01-16 00:16:18 +01:00
|
|
|
|
|
|
|
%build
|
2017-06-12 15:35:40 +02:00
|
|
|
export PATH=%{_libqt5_bindir}:$PATH
|
2016-09-12 13:27:29 +02:00
|
|
|
# quick fix for $CPP being unset and configure failing to handle include dirs properly
|
|
|
|
CPP=`which cpp`
|
|
|
|
export CPP
|
2007-07-27 15:09:00 +02:00
|
|
|
%configure\
|
|
|
|
--enable-release\
|
|
|
|
--enable-full-doc\
|
2014-02-18 14:44:31 +01:00
|
|
|
--with-docpath=%{_docdir}/%{name}/api \
|
2007-11-09 22:26:11 +01:00
|
|
|
--disable-static \
|
2017-12-03 10:13:28 +01:00
|
|
|
%if %{with qt4}
|
2014-02-18 14:44:31 +01:00
|
|
|
--with-qt4-libs=%{_libdir} \
|
2017-12-11 14:51:52 +01:00
|
|
|
--with-guis="fox16 qt4 qt5 gtk2" \
|
|
|
|
%else
|
|
|
|
--with-guis="fox16 qt5 gtk2" \
|
2017-12-03 10:13:28 +01:00
|
|
|
%endif
|
2014-02-18 14:44:31 +01:00
|
|
|
--with-plugins-cfgmgr=all \
|
2007-11-09 22:26:11 +01:00
|
|
|
--with-pic
|
2010-12-10 17:09:50 +01:00
|
|
|
%__make %{?smp_mflags}
|
|
|
|
%__make srcdoc %{?smp_mflags}
|
2007-01-16 00:16:18 +01:00
|
|
|
|
|
|
|
%install
|
2007-07-27 15:09:00 +02:00
|
|
|
%makeinstall
|
|
|
|
%makeinstall install-srcdoc
|
2014-02-18 14:44:31 +01:00
|
|
|
pushd %{buildroot}%{_docdir}/%{name}/api
|
2009-12-26 12:14:05 +01:00
|
|
|
# we don't want another 'gwenhywfar' dir below docpath
|
2009-07-04 10:41:36 +02:00
|
|
|
%__mv %{name}/* ./
|
|
|
|
rm -rf %{name}
|
2009-12-26 12:14:05 +01:00
|
|
|
# remove empty files
|
2009-07-04 10:41:36 +02:00
|
|
|
`find -maxdepth 1 -type f -empty -print0 | xargs -0 echo %__rm -f`
|
|
|
|
popd
|
2009-12-26 12:14:05 +01:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
|
|
|
%find_lang %{name}
|
2011-08-12 16:44:42 +02:00
|
|
|
%fdupes %{buildroot}%{_datadir}/%{name}/apidoc
|
2007-01-16 00:16:18 +01:00
|
|
|
|
|
|
|
%clean
|
2010-12-10 17:09:50 +01:00
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
2014-02-18 14:44:31 +01:00
|
|
|
%post -n lib%{name}%{libversion} -p /sbin/ldconfig
|
2007-01-16 00:16:18 +01:00
|
|
|
|
2014-02-18 14:44:31 +01:00
|
|
|
%postun -n lib%{name}%{libversion} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libgwengui-cpp0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libgwengui-cpp0 -p /sbin/ldconfig
|
2007-07-27 15:09:00 +02:00
|
|
|
|
2010-12-10 17:09:50 +01:00
|
|
|
%post -n libgwengui-gtk2-0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libgwengui-gtk2-0 -p /sbin/ldconfig
|
|
|
|
|
2017-12-03 10:13:28 +01:00
|
|
|
%if %{with qt4}
|
2010-12-10 17:09:50 +01:00
|
|
|
%post -n libgwengui-qt4-0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libgwengui-qt4-0 -p /sbin/ldconfig
|
2017-12-03 10:13:28 +01:00
|
|
|
%endif
|
2007-07-27 15:09:00 +02:00
|
|
|
|
2014-02-18 14:44:31 +01:00
|
|
|
%post -n libgwengui-fox16-0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libgwengui-fox16-0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr (-,root,root)
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
|
|
|
%dir %{_datadir}/%{name}/
|
|
|
|
%{_datadir}/%{name}/ca-bundle.crt
|
|
|
|
%{_datadir}/%{name}/dialogs/
|
|
|
|
%dir %{_libdir}/%{name}
|
|
|
|
%dir %{_libdir}/%{name}/plugins
|
|
|
|
%dir %{_libdir}/%{name}/plugins/%{libversion}
|
|
|
|
%exclude %{_docdir}/%{name}/api
|
|
|
|
|
2009-12-26 12:14:05 +01:00
|
|
|
%files tools
|
2007-01-16 00:16:18 +01:00
|
|
|
%defattr (-, root, root)
|
2007-07-27 15:09:00 +02:00
|
|
|
%{_bindir}/gct-tool
|
2011-08-12 16:44:42 +02:00
|
|
|
%{_bindir}/gsa
|
2009-12-26 12:14:05 +01:00
|
|
|
%{_bindir}/mklistdoc
|
|
|
|
%{_bindir}/typemaker
|
|
|
|
%{_bindir}/typemaker2
|
|
|
|
%{_bindir}/xmlmerge
|
2014-02-18 14:44:31 +01:00
|
|
|
%{_datadir}/%{name}/typemaker2/
|
2007-07-27 15:09:00 +02:00
|
|
|
|
2014-02-18 14:44:31 +01:00
|
|
|
%files -n lib%{name}%{libversion}-plugins
|
2009-08-17 15:04:28 +02:00
|
|
|
%defattr (-, root, root)
|
2014-02-18 14:44:31 +01:00
|
|
|
%{_libdir}/%{name}/plugins/%{libversion}/*
|
2009-08-17 15:04:28 +02:00
|
|
|
|
2014-02-18 14:44:31 +01:00
|
|
|
%files -n lib%{name}%{libversion}
|
|
|
|
%defattr (-,root,root)
|
|
|
|
%{_libdir}/lib%{name}.so.*
|
|
|
|
|
|
|
|
%files -n libgwengui-cpp0
|
|
|
|
%defattr (-,root,root)
|
2013-09-02 16:49:24 +02:00
|
|
|
%{_libdir}/libgwengui-cpp.so.*
|
2010-12-10 17:09:50 +01:00
|
|
|
|
|
|
|
%files -n libgwengui-gtk2-0
|
|
|
|
%defattr (-, root, root)
|
|
|
|
%{_libdir}/libgwengui-gtk2.so.*
|
|
|
|
|
2017-12-03 10:13:28 +01:00
|
|
|
%if %{with qt4}
|
2010-12-10 17:09:50 +01:00
|
|
|
%files -n libgwengui-qt4-0
|
|
|
|
%defattr (-, root, root)
|
|
|
|
%{_libdir}/libgwengui-qt4.so.*
|
2017-12-03 10:13:28 +01:00
|
|
|
%endif
|
2007-01-16 00:16:18 +01:00
|
|
|
|
2017-06-12 15:35:40 +02:00
|
|
|
%files -n libgwengui-qt5-0
|
|
|
|
%defattr (-, root, root)
|
|
|
|
%{_libdir}/libgwengui-qt5.so.*
|
|
|
|
|
2014-02-18 14:44:31 +01:00
|
|
|
%files -n libgwengui-fox16-0
|
|
|
|
%defattr (-,root,root)
|
|
|
|
%{_libdir}/libgwengui-fox16.so.*
|
|
|
|
|
2007-01-16 00:16:18 +01:00
|
|
|
%files devel
|
|
|
|
%defattr (-, root, root)
|
2014-02-18 14:44:31 +01:00
|
|
|
%{_bindir}/%{name}-config
|
2012-01-11 15:36:36 +01:00
|
|
|
%dir %{_datadir}/aclocal
|
2014-02-18 14:44:31 +01:00
|
|
|
%{_datadir}/aclocal/%{name}.m4
|
|
|
|
%doc %{_docdir}/%{name}/api/
|
|
|
|
%{_includedir}/%{name}4/
|
2007-07-27 15:09:00 +02:00
|
|
|
%{_libdir}/*.so
|
2014-02-18 14:44:31 +01:00
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
2010-12-10 17:09:50 +01:00
|
|
|
%{_libdir}/pkgconfig/gwengui-gtk2.pc
|
2017-12-03 10:13:28 +01:00
|
|
|
%if %{with qt4}
|
2010-12-10 17:09:50 +01:00
|
|
|
%{_libdir}/pkgconfig/gwengui-qt4.pc
|
2017-12-03 10:13:28 +01:00
|
|
|
%{_libdir}/cmake/gwengui-qt4-%{devversion}
|
|
|
|
%endif
|
2017-06-12 15:35:40 +02:00
|
|
|
%{_libdir}/pkgconfig/gwengui-qt5.pc
|
2014-02-18 14:44:31 +01:00
|
|
|
%{_libdir}/pkgconfig/gwengui-fox16.pc
|
2015-01-03 22:01:18 +01:00
|
|
|
%dir %{_libdir}/cmake
|
|
|
|
%{_libdir}/cmake/%{name}-%{devversion}
|
2016-05-02 10:44:55 +02:00
|
|
|
%{_libdir}/cmake/gwengui-cpp-%{devversion}
|
2017-06-12 15:35:40 +02:00
|
|
|
%{_libdir}/cmake/gwengui-qt5-%{devversion}
|
2008-01-24 18:26:48 +01:00
|
|
|
|
2009-12-26 12:14:05 +01:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2007-07-27 15:09:00 +02:00
|
|
|
%changelog
|