update_source
This commit is contained in:
parent
7b9c3f901c
commit
03114eed8b
59
ukui-menu-2.0.6.spec
Normal file
59
ukui-menu-2.0.6.spec
Normal file
@ -0,0 +1,59 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: ukui-menu
|
||||
Version: 2.0.6
|
||||
Release: 1
|
||||
Summary: Advanced ukui menu
|
||||
License: GPL-3.0
|
||||
URL: http://www.ukui.org
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: libqtxdg-devel
|
||||
BuildRequires: qt5-qtx11extras-devel
|
||||
BuildRequires: glib2-devel >= 2.36
|
||||
BuildRequires: gsettings-qt-devel
|
||||
BuildRequires: bamf-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXtst-devel
|
||||
BuildRequires: libX11-devel
|
||||
|
||||
Requires: gsettings-qt
|
||||
Requires: qt5-qtx11extras
|
||||
Requires: bamf-daemon
|
||||
Requires: libXrandr
|
||||
Requires: libXtst
|
||||
Requires: libX11
|
||||
|
||||
#BuildArch: noarch
|
||||
|
||||
%description
|
||||
UKUI menu provides start menu development library and advanced
|
||||
graphical user interface.
|
||||
.
|
||||
The package contains executable file.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
mkdir build && cd build
|
||||
qmake-qt5 ..
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
cd %{_builddir}/%{name}-%{version}/build
|
||||
make INSTALL_ROOT=%{buildroot} install
|
||||
#make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%{_bindir}/ukui-menu
|
||||
%{_sysconfdir}/xdg/autostart/ukui-menu.desktop
|
||||
|
||||
%changelog
|
||||
* Mon Jul 20 2020 douyan <douyan@kylinos.cn> - 2.0.6-1
|
||||
- Init package for openEuler
|
||||
BIN
ukui-menu-2.0.6.tar.gz
Normal file
BIN
ukui-menu-2.0.6.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user