Update to 3.1.99

This commit is contained in:
Sandro Mani 2016-10-14 00:17:10 +02:00
parent d71b411396
commit 3b10af18a8
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/gimagereader-3.1.2.tar.xz
/gimagereader-3.1.90.tar.xz
/gimagereader-3.1.91.tar.xz
/gimagereader-3.1.99.tar.xz

View File

@ -1,5 +1,5 @@
Name: gimagereader
Version: 3.1.91
Version: 3.1.99
Release: 1%{?dist}
Summary: A front-end to tesseract-ocr
@ -23,6 +23,7 @@ BuildRequires: qtspell-qt5-devel
BuildRequires: poppler-qt5-devel
BuildRequires: json-glib-devel
BuildRequires: libxml++-devel
BuildRequires: podofo-devel
Requires: hicolor-icon-theme
@ -86,13 +87,13 @@ mkdir build_gtk
(
cd build_gtk
%cmake -DINTERFACE_TYPE=gtk -DENABLE_VERSIONCHECK=0 -DMANUAL_DIR="%{_defaultdocdir}/%{name}-common" ..
make %{?_smp_mflags}
%make_build
)
mkdir build_qt
(
cd build_qt
%cmake -DINTERFACE_TYPE=qt5 -DENABLE_VERSIONCHECK=0 -DMANUAL_DIR="%{_defaultdocdir}/%{name}-common" ..
make %{?_smp_mflags}
%make_build
)
@ -161,6 +162,9 @@ fi
%{_datadir}/applications/%{name}-qt5.desktop
%changelog
* Fri Oct 14 2016 Sandro Mani <manisandro@gmail.com> - 3.1.99-1
- Update to 3.1.99
* Tue May 03 2016 Sandro Mani <manisandro@gmail.com> - 3.1.91-1
- Update to 3.1.91

View File

@ -1 +1 @@
c7235895aabd0220ef8adaa3982423e2 gimagereader-3.1.91.tar.xz
784f2a52d2232b3d89d2abab82031e02 gimagereader-3.1.99.tar.xz