forked from pool/lxqt-archiver
67 lines
1.8 KiB
RPMSpec
67 lines
1.8 KiB
RPMSpec
#
|
|
# spec file for package lxqt-archiver
|
|
#
|
|
# Copyright (c) 2020 SUSE LLC
|
|
#
|
|
# 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 https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: lxqt-archiver
|
|
Version: 0.1.0
|
|
Release: 0
|
|
Summary: LXQt File Archiver
|
|
License: GPL-2.0-or-later
|
|
# FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
|
|
Group: System/GUI/LXQt
|
|
URL: http://www.lxqt.org
|
|
Source: https://github.com/lxqt/lxqt-archiver/archive/%{version}.tar.gz
|
|
BuildRequires: cmake >= 3.1.0
|
|
BuildRequires: libqt5-linguist-devel
|
|
BuildRequires: lxqt-build-tools-devel >= 0.6.0
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig(Qt5DBus)
|
|
BuildRequires: pkgconfig(Qt5UiTools)
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.7.1
|
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.50.0
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
|
BuildRequires: pkgconfig(libfm-qt) >= 0.14.1
|
|
Requires(post): desktop-file-utils
|
|
Requires(pre): desktop-file-utils
|
|
Recommends: %{name}-lang
|
|
|
|
%description
|
|
LXQt file archiver.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake
|
|
%make_build
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
%find_lang %{name} --with-qt
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc AUTHORS CHANGELOG
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%changelog
|