|
|
@ -2,13 +2,13 @@
|
|
|
|
%global _with_cppunit 1
|
|
|
|
%global _with_cppunit 1
|
|
|
|
|
|
|
|
|
|
|
|
Name: xournalpp
|
|
|
|
Name: xournalpp
|
|
|
|
Version: 1.1.0
|
|
|
|
Version: 1.1.1
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Handwriting note-taking software
|
|
|
|
Summary: Handwriting note-taking software
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://github.com/%{name}/%{name}
|
|
|
|
URL: https://github.com/%{name}/%{name}
|
|
|
|
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake >= 3.10
|
|
|
|
BuildRequires: cmake >= 3.10
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
@ -17,10 +17,6 @@ BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
|
|
|
|
|
|
|
|
# Work around firefox carrying bogus Provides:
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1908018#c12
|
|
|
|
|
|
|
|
BuildRequires: nss nspr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?_with_cppunit:
|
|
|
|
%{?_with_cppunit:
|
|
|
|
BuildRequires: pkgconfig(cppunit) >= 1.12-0
|
|
|
|
BuildRequires: pkgconfig(cppunit) >= 1.12-0
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -111,6 +107,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n
|
|
|
|
%{_datadir}/%{name}/ui
|
|
|
|
%{_datadir}/%{name}/ui
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Mar 15 2022 Luya Tshimbalanga <luya@fedoraproject.org> - 1.1.1-1
|
|
|
|
|
|
|
|
- Update to 1.1.1 (#1983495)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 19 2021 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.1.0-1
|
|
|
|
* Mon Jul 19 2021 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.1.0-1
|
|
|
|
- Update to 1.1.0 (#1983495)
|
|
|
|
- Update to 1.1.0 (#1983495)
|
|
|
|
|
|
|
|
|
|
|
|