Compare commits

..

No commits in common. "a5a14f8b8504be0b1099717bf2a5a4f0e649a1da" and "588f066af30718395317bdca7e34eed85f470aa2" have entirely different histories.

3 changed files with 10 additions and 23 deletions

BIN
ukui-notebook-3.1.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,7 @@
%define debug_package %{nil}
Name: ukui-notebook
Version: 3.1.1
Release: 1
Version: 3.1.0
Release: 2
Summary: A component of the ukui desktop environment that provides convenient text
License: GPL-2+
URL: http://www.ukui.org
@ -22,6 +23,8 @@ BuildRequires: pkgconf
BuildRequires: libXrandr-devel
BuildRequires: libXinerama-devel
BuildRequires: libXcursor-devel
BuildRequires: ukui-sidebar
%description
A component of the ukui desktop environment that provides convenient text recording and flexible interface display
@ -31,13 +34,13 @@ A component of the ukui desktop environment that provides convenient text record
%build
mkdir build && cd build
%{qmake_qt5} ..
%{make_build}
qmake-qt5 ..
make
%install
rm -rf $RPM_BUILD_ROOT
cd %{_builddir}/%{name}-%{version}/build
%{make_install} INSTALL_ROOT=%{buildroot}
make INSTALL_ROOT=%{buildroot} install
@ -50,26 +53,10 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/ukui-notebook-server
%{_datadir}/applications/ukui-notebook.desktop
%{_datadir}/dbus-1/services/org.ukui.note.service
%{_datadir}/ukui-notebook/
%{_datadir}/kylin-user-guide/data/guide/ukui-notebook/
%{_datadir}/ukui-notebook/ukui-notebook_tr.qm
%{_datadir}/ukui-notebook/ukui-notebook_zh_CN.qm
%changelog
* Tue Mar 14 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.1-1
- update version to 3.1.1
* Wed Feb 08 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.0-6
- add build debuginfo and debugsource
* Wed Aug 03 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-5
- Modified to operate font style only when selected
* Tue Aug 02 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-4
- Correct typos error in headerbar.cpp
* Tue Aug 02 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-3
- Modify segment fault error
* Fri Apr 15 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-2
- rebuild and remove %if macro