Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e65d8115a6 | ||
|
|
3b7044d42f | ||
|
|
3be8c30994 | ||
|
|
6c4aa08b4c | ||
|
|
f6fccb858a | ||
|
|
f0446a9fba | ||
|
|
c87cdfac62 | ||
|
|
1d25387b3e | ||
|
|
07a147ae88 | ||
|
|
43e39c917d | ||
|
|
3e6a535860 | ||
|
|
6475e96ecd | ||
|
|
ee1d01fe41 | ||
|
|
4dd252236c |
3 changed files with 3 additions and 14 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -22,6 +22,3 @@
|
|||
/xournalpp-1.3.2.tar.gz
|
||||
/xournalpp-1.3.3.tar.gz
|
||||
/xournalpp-1.3.4.tar.gz
|
||||
/xournalpp-1.3.5.tar.gz
|
||||
/xournalpp-1.3.6.tar.gz
|
||||
/xournalpp-1.3.7.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xournalpp-1.3.7.tar.gz) = 119f11d9a6a22c616b104b559a56fa960047a898e016c22987d44fadcae5659896f7d7ecb110b86bd3bce8d5bdfb5b78849233e96bfa3905b6c750ce80ea3c5d
|
||||
SHA512 (xournalpp-1.3.4.tar.gz) = bc2c925d084722d3418b3de0c0131518fa2dab1563acd6636ab3a2c5a358962e71feea339a248341f57cadf83733a1f0532f0993287da9d56eb9b0e5ab203578
|
||||
|
|
|
|||
|
|
@ -1,18 +1,11 @@
|
|||
%bcond cppunit 1
|
||||
%bcond gtest 1
|
||||
%bcond profiling 1
|
||||
|
||||
# qpdf is not available with the required version on RHEL ≤ 9
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 9
|
||||
%bcond qpdf 0
|
||||
%else
|
||||
%bcond qpdf 1
|
||||
%endif
|
||||
|
||||
%global forgeurl https://github.com/xournalpp/xournalpp
|
||||
|
||||
Name: xournalpp
|
||||
Version: 1.3.7
|
||||
Version: 1.3.4
|
||||
Release: %autorelease
|
||||
Summary: Handwriting note-taking software with PDF annotation support
|
||||
License: GPL-2.0-or-later
|
||||
|
|
@ -85,8 +78,7 @@ This package contains user interface resources for %{name}.
|
|||
-DCMAKE_BUILD_TYPE="Release" \
|
||||
-DDISTRO_CODENAME="Fedora Linux" \
|
||||
-DENABLE_GTEST=%{with gtest} \
|
||||
-DENABLE_PROFILING=%{with profiling} \
|
||||
-DENABLE_QPDF=%{with qpdf}
|
||||
-DENABLE_PROFILING=%{with profiling}
|
||||
|
||||
%cmake_build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue