import xournalpp-1.2.3-1.el9

i9ce changed/i9ce/xournalpp-1.2.3-1.el9
MSVSphere Packaging Team 11 months ago
parent 99b1d0c31c
commit 701ccdfa22

2
.gitignore vendored

@ -1 +1 @@
SOURCES/xournalpp-1.2.2.tar.gz SOURCES/xournalpp-1.2.3.tar.gz

@ -1 +1 @@
e3a2d60341c0874b72c7f69101059d2bf24d408c SOURCES/xournalpp-1.2.2.tar.gz 2071366a165fa22ecc80186afc872ab677c11319 SOURCES/xournalpp-1.2.3.tar.gz

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

Loading…
Cancel
Save