ukui-notebook/ukui-notebook.spec

80 lines
2.1 KiB
RPMSpec
Raw Permalink Normal View History

2022-03-09 15:51:16 +08:00
Name: ukui-notebook
Version: 3.1.1
Release: 1
2022-03-09 15:51:16 +08:00
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
2022-04-15 10:31:09 +08:00
2022-03-09 15:51:16 +08:00
BuildRequires: qt5-qtsvg-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: gsettings-qt-devel
BuildRequires: glib2-devel
BuildRequires: qt5-qtx11extras-devel
BuildRequires: kf5-kwindowsystem-devel
BuildRequires: dconf-devel
BuildRequires: qt5-qtmultimedia-devel
BuildRequires: libX11-devel
BuildRequires: qt5-qttools-devel
BuildRequires: libXtst-devel
BuildRequires: gstreamer1-plugins-good
BuildRequires: pkgconf
BuildRequires: libXrandr-devel
BuildRequires: libXinerama-devel
BuildRequires: libXcursor-devel
%description
A component of the ukui desktop environment that provides convenient text recording and flexible interface display
%prep
%setup -q
%build
mkdir build && cd build
2023-02-08 16:41:38 +08:00
%{qmake_qt5} ..
%{make_build}
2022-03-09 15:51:16 +08:00
%install
rm -rf $RPM_BUILD_ROOT
cd %{_builddir}/%{name}-%{version}/build
2023-02-08 16:41:38 +08:00
%{make_install} INSTALL_ROOT=%{buildroot}
2022-03-09 15:51:16 +08:00
%clean
rm -rf $RPM_BUILD_ROOT
%files
/etc/dbus-1/system.d/org.ukui.note.conf
%{_bindir}/ukui-notebook
%{_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/
2022-03-09 15:51:16 +08:00
%changelog
* Tue Mar 14 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.1-1
- update version to 3.1.1
2023-02-08 16:41:38 +08:00
* 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
2022-08-02 11:47:30 +08:00
* Tue Aug 02 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-4
- Correct typos error in headerbar.cpp
2022-08-02 11:09:37 +08:00
* Tue Aug 02 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-3
- Modify segment fault error
2022-04-15 10:31:09 +08:00
* Fri Apr 15 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-2
- rebuild and remove %if macro
2022-03-09 15:51:16 +08:00
* Thu Apr 14 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-1
- init for openEuler