|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
## (rpmautospec version 0.6.1)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
@ -9,12 +9,12 @@
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
%global __cmake_in_source_build 0
|
|
|
|
|
%global _with_cppunit 1
|
|
|
|
|
%global _gtest 1
|
|
|
|
|
#%%global profiling 0
|
|
|
|
|
%global with_cppunit 1
|
|
|
|
|
%global gtest 1
|
|
|
|
|
%global profiling 1
|
|
|
|
|
|
|
|
|
|
Name: xournalpp
|
|
|
|
|
Version: 1.2.2
|
|
|
|
|
Version: 1.2.3
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Handwriting note-taking software with PDF annotation support
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -28,18 +28,20 @@ BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: help2man
|
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
|
|
|
|
|
|
%{?_with_cppunit:
|
|
|
|
|
%if 0%{?with_cppunit}
|
|
|
|
|
BuildRequires: pkgconfig(cppunit) >= 1.12-0
|
|
|
|
|
}
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
|
|
|
|
%if 0%{?gtest}
|
|
|
|
|
BuildRequires: pkgconfig(gtest)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.9
|
|
|
|
|
BuildRequires: pkgconfig(gtksourceview-4) >= 4.0.0
|
|
|
|
|
BuildRequires: pkgconfig(librsvg-2.0)
|
|
|
|
|
%{?profiling:
|
|
|
|
|
%if 0%{?profiling}
|
|
|
|
|
BuildRequires: pkgconfig(libprofiler) >= 2.5
|
|
|
|
|
BuildRequires: pkgconfig(libtcmalloc) >= 2.5
|
|
|
|
|
}
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.0.0
|
|
|
|
|
BuildRequires: pkgconfig(libzip) >= 1.0.1
|
|
|
|
|
BuildRequires: pkgconfig(lua) >= 5.3
|
|
|
|
@ -76,9 +78,8 @@ The %{name}-ui package contains a graphical user interface for %{name}.
|
|
|
|
|
%build
|
|
|
|
|
%cmake \
|
|
|
|
|
-DDISTRO_CODENAME="Fedora Linux" \
|
|
|
|
|
%{?_with_cppunit: -DENABLE_CPPUNIT=ON} \
|
|
|
|
|
-DENABLE_MATHTEX=ON \
|
|
|
|
|
-DMAC_INTEGRATION=OFF
|
|
|
|
|
-DENABLE_GTEST=%{gtest} \
|
|
|
|
|
-DENABLE_PROFILING=%{profiling}
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
@ -124,13 +125,17 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n
|
|
|
|
|
%{_datadir}/%{name}/ui
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Sun Mar 03 2024 Luya Tshimbalanga <luya@fedoraproject.org> - 1.2.3-1
|
|
|
|
|
- Update to 1.2.3 (#2267430) ... - Clean up spec file
|
|
|
|
|
|
|
|
|
|
* Sat Oct 14 2023 Luya Tshimbalanga <luya@fedoraproject.org> - 1.2.2-1
|
|
|
|
|
- Update to 1.2.2
|
|
|
|
|
|
|
|
|
|
* Wed Sep 13 2023 Luya Tshimbalanga <luya@fedoraproject.org> - 1.2.1-1
|
|
|
|
|
- Update to 1.2.1
|
|
|
|
|
|
|
|
|
|
* Mon Sep 11 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 1.2.1-1
|
|
|
|
|
* Mon Sep 11 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 1.2.0-2
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Sun Jul 30 2023 Luya Tshimbalanga <luya@fedoraproject.org> - 1.2.0-2
|
|
|
|
@ -233,3 +238,4 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n
|
|
|
|
|
|
|
|
|
|
* Mon Dec 16 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 1.0.16-1
|
|
|
|
|
- Review fixes
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|