File QServiceMenuConfig.spec of Package QServiceMenuConfig
#
# spec file for package QServiceMenuConfig
#
# 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.
Name: QServiceMenuConfig
Summary: MenuEditor for Dolphin
Version: 0.1.2
Release: 0
License: GPL-3.0
Group: Productivity/File utilities
Source0: %{name}-%{version}.tar.gz
Url: https://build.opensuse.org/package/show/home:wusel1007/QServiceMenuConfig
BuildRequires: libqt5-qtbase-devel
#BuildRequires: pkgconfig(QtCore)
BuildRequires: update-desktop-files
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
An application to create and edit dolphins service menus
%prep
%setup -q
%build
qmake-qt5 QMAKE_CFLAGS+="$optflags" QMAKE_CXXFLAGS="%optflags" QMAKE_STRIP="/bin/true"
%make_build
%install
%make_install
%files
%defattr(-,root,root)
%{_bindir}/QServiceMenuConfig
%{_datadir}/applications/qservicemenuconfig.desktop
%{_datadir}/icons/hicolor/
%{_datadir}/icons/hicolor/*/apps/QServiceMenuConfig.png
%{_mandir}/en_GB
%{_mandir}/de_DE
%doc %{_datadir}/doc/QServiceMenuConfig
%changelog
* Fri Feb 23 2018 - wusel@deepthought.dna
- menu for managing of language labels added
- entries in the desktop file are sorted
- minor bugfixes
* Wed Feb 21 2018 - wusel@deepthought.dna
- minor bugfix regarding free editing
* Tue Feb 20 2018 - wusel@deepthought.dna
- minor bugfix in the desktop file
* Mon Feb 19 2018 - wusel@deepthought.dna
- inital distribution