Accepting request 670401 from X11:LXQt

- BuildRequires:  lxqt-build-tools-devel >= 0.5.0 
- Clean up spec

OBS-URL: https://build.opensuse.org/request/show/670401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qlipper?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2019-02-25 16:49:57 +00:00 committed by Git OBS Bridge
commit ab91966d86
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 31 10:46:28 UTC 2019 - Michael Vetter <mvetter@suse.com>
- BuildRequires: lxqt-build-tools-devel >= 0.5.0
- Clean up spec
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 8 17:03:18 UTC 2018 - jengelh@inai.de Wed Aug 8 17:03:18 UTC 2018 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package qlipper # spec file for package qlipper
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -28,7 +28,7 @@ BuildRequires: cmake >= 3.1.0
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
BuildRequires: libQt5Gui-private-headers-devel BuildRequires: libQt5Gui-private-headers-devel
BuildRequires: lxqt-build-tools-devel >= 0.4.0 BuildRequires: lxqt-build-tools-devel >= 0.5.0
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: cmake(Qt5LinguistTools) BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5Network)
@ -36,7 +36,6 @@ BuildRequires: pkgconfig(Qt5Widgets)
%if 0%{?suse_version} %if 0%{?suse_version}
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
%endif %endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
A clipboard history applet. A clipboard history applet.
@ -60,15 +59,14 @@ make %{?_smp_mflags}
%find_lang %{name} --with-qt %find_lang %{name} --with-qt
%files %files
%defattr(-,root,root) %license COPYING
%doc CHANGELOG COPYING README %doc CHANGELOG README
%{_sysconfdir}/xdg/autostart/lxqt-%{name}-autostart.desktop %{_sysconfdir}/xdg/autostart/lxqt-%{name}-autostart.desktop
%{_bindir}/%{name} %{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/icons/hicolor/*/apps/%{name}.png
%files lang -f %{name}.lang %files lang -f %{name}.lang
%defattr(-,root,root)
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/translations %dir %{_datadir}/%{name}/translations