epel9
Luya Tshimbalanga 5 years ago
parent 58e9762eea
commit d880a25164
No known key found for this signature in database
GPG Key ID: 5E528174D8A2609A

@ -1,6 +1,6 @@
Name: xournalpp
Version: 1.0.16
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Handwriting note-taking software with PDF annotation support
License: GPLv2+
@ -27,21 +27,21 @@ Requires: texlive-scheme-basic
Requires: texlive-dvipng
Requires: texlive-standalone
Requires: %{name}-plugins%{?_isa} = %{version}-%{release}
Requires: %{name}-ui}%{?_isa} = %{version}-%{release}
Requires: %{name}-ui%{?_isa} = %{version}-%{release}
%description
Xournal++ is a handwriting note-taking software with PDF annotation support.
Supports Pen input like Wacom Tablets
%package plugins
Summary: Default plugin for %{name}
Summary: Default plugin for %{name}
BuildArch: noarch
%description plugins
The %{name}-plugins package contains sample plugins for %{name}.
%package ui
Summary: User interface for %{name}
Summary: User interface for %{name}
BuildArch: noarch
%description ui
@ -57,7 +57,7 @@ sed -i 's|tlh-AA|tlh|g' po/tlh.po
%build
%cmake3 \
-DENABLE_CPPUNIT=ON \
-DENABLE_CPPUNIT=ON \
.
%make_build
@ -94,6 +94,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n
%{_datadir}/%{name}/ui
%changelog
* Mon Dec 16 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 1.0.16-6
- Fix typos
* Mon Dec 16 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 1.0.16-5
- Fix architecture requirement for ui

Loading…
Cancel
Save