diff --git a/ukui-notebook-3.1.0.tar.gz b/ukui-notebook-3.1.0.tar.gz deleted file mode 100644 index da946ef..0000000 Binary files a/ukui-notebook-3.1.0.tar.gz and /dev/null differ diff --git a/ukui-notebook-3.1.1.tar.gz b/ukui-notebook-3.1.1.tar.gz new file mode 100644 index 0000000..7962b92 Binary files /dev/null and b/ukui-notebook-3.1.1.tar.gz differ diff --git a/ukui-notebook.spec b/ukui-notebook.spec index 5a99552..d6866bb 100644 --- a/ukui-notebook.spec +++ b/ukui-notebook.spec @@ -1,8 +1,7 @@ -%define debug_package %{nil} Name: ukui-notebook -Version: 3.1.0 +Version: 3.1.1 Release: 1 -Summary: A component of the ukui desktop environment that provides convenient text +Summary: A component of the ukui desktop environment that provides convenient text License: GPL-2+ URL: http://www.ukui.org Source0: %{name}-%{version}.tar.gz @@ -23,9 +22,6 @@ 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 @@ -35,13 +31,13 @@ A component of the ukui desktop environment that provides convenient text record %build mkdir build && cd build -qmake-qt5 .. -make +%{qmake_qt5} .. +%{make_build} %install rm -rf $RPM_BUILD_ROOT cd %{_builddir}/%{name}-%{version}/build -make INSTALL_ROOT=%{buildroot} install +%{make_install} INSTALL_ROOT=%{buildroot} @@ -54,12 +50,30 @@ 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/ukui-notebook_tr.qm -%{_datadir}/ukui-notebook/ukui-notebook_zh_CN.qm +%{_datadir}/ukui-notebook/ +%{_datadir}/kylin-user-guide/data/guide/ukui-notebook/ %changelog -* Wed Mar 09 2022 tanyulong - 3.0.4-5 +* Tue Mar 14 2023 peijiankang - 3.1.1-1 +- update version to 3.1.1 + +* Wed Feb 08 2023 peijiankang - 3.1.0-6 +- add build debuginfo and debugsource + +* Wed Aug 03 2022 tanyulong - 3.1.0-5 +- Modified to operate font style only when selected + +* Tue Aug 02 2022 tanyulong - 3.1.0-4 +- Correct typos error in headerbar.cpp + +* Tue Aug 02 2022 tanyulong - 3.1.0-3 +- Modify segment fault error + +* Fri Apr 15 2022 tanyulong - 3.1.0-2 +- rebuild and remove %if macro + +* Thu Apr 14 2022 tanyulong - 3.1.0-1 - init for openEuler diff --git a/ukui-notebook.yaml b/ukui-notebook.yaml new file mode 100644 index 0000000..6aae958 --- /dev/null +++ b/ukui-notebook.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: ukui/ukui-notebook +tag_prefix: "^v" +separator: "."