SHA256
1
0
forked from pool/liblxqt
liblxqt/liblxqt.spec
Michael Vetter c45acf52ae Accepting request 460064 from home:sfalken:branches:X11:LXQt
- Update to 0.11.1:
  * Bump needed build tools version (#113)
  * build: Enable/disable WITH_XDG_DIRS_FALLBACK based on Qt version (#111)
  * Updates lxqt-build-tools required version
  * Adds a CMake minimum version requirement to the -config.cmake
  * Refactors superbuild support
  * Adds PROJECT_NAME to the build with Qt version message
  * Pack target_compile_definitions() and target_include_directories()
  * Adds PROJECT_NAME to the build with Qt version message
  * Pack target_compile_definitions() and target_include_directories()
  * Use the LXQtConfigVars module
  * Make liblxqt depend on lxqt-build-tools
  * Use the lxqt-build-tools LXQtCreatePortableHeaders
  * Use the new LXQt Build Tools package
  * Sets a minimum Qt5Xdg required version
  * Adds minimum Qt version requirement (5.4.2)
  * Remove cpack (#107)

OBS-URL: https://build.opensuse.org/request/show/460064
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=6
2017-02-23 18:06:53 +00:00

100 lines
2.9 KiB
RPMSpec

#
# spec file for package liblxqt
#
# Copyright (c) 2015 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
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: liblxqt
Version: 0.11.1
Release: 0
Summary: Core utility library for LXQt
License: LGPL-2.1+
Group: Development/Libraries/C and C++
Url: http://www.lxqt.org
Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
Source1: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
BuildRequires: cmake >= 3.0.2
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: lxqt-build-tools-devel
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5UiTools)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(Qt5Xdg) >= 1.3.0
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xscrnsaver)
Obsoletes: liblxqt-qt5 < %{version}
Provides: liblxqt-qt5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
liblxqt represents the core library of LXQt providing essential
functionality needed by nearly all of its components.
%package -n liblxqt0
Summary: LXQt core library
Group: System/Libraries
Recommends: %{name}-lang
%description -n liblxqt0
liblxqt represents the core library of LXQt providing essential
functionality needed by nearly all of its components.
%package devel
Summary: Devel files for liblxqt
Group: Development/Libraries/C and C++
Requires: liblxqt0 = %{version}
Requires: pkgconfig
Requires: pkgconfig(Qt5Xdg)
%description devel
liblxqt represents the core library of LXQt providing essential
functionality needed by nearly all of its components.
This subpackage contains libraries and header files for developing
applications that want to make use of liblxqt.
%prep
%setup -q -n liblxqt-%{version}
%build
%cmake -DPULL_TRANSLATIONS=No
make %{?_smp_mflags}
%install
%cmake_install
%post -n liblxqt0 -p /sbin/ldconfig
%postun -n liblxqt0 -p /sbin/ldconfig
%files -n liblxqt0
%defattr(-,root,root)
%doc AUTHORS COPYING
%{_libdir}/%{name}.so.0
%{_libdir}/%{name}.so.0.*
%files devel
%defattr (-,root,root)
%{_includedir}/lxqt/
%{_datadir}/cmake/
%{_libdir}/pkgconfig/lxqt.pc
%{_libdir}/%{name}.so
%changelog