|
@@ -1,5 +1,5 @@
|
|
|
%define pkg_name mupdf
|
|
|
-%define pkg_version 1.11
|
|
|
+%define pkg_version 1.12.0
|
|
|
%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
Summary: A lightweight PDF and XPS viewer
|
|
@@ -10,10 +10,12 @@ Release: %{pkg_release}
|
|
|
License: AGPLv3+
|
|
|
Group: Applications/Publishing
|
|
|
URL: http://mupdf.com/
|
|
|
-Source: http://mupdf.com/downloads/%{name}-%{version}-source.tar.gz
|
|
|
+# Source: http://mupdf.com/downloads/%{name}-%{version}-source.tar.gz
|
|
|
+Source: https://mupdf.com/downloads/%{name}-%{version}-source.tar.xz
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-root
|
|
|
BuildRequires: xorg-x11-devel
|
|
|
+BuildRequires: freeglut-devel
|
|
|
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
@@ -59,6 +61,11 @@ A static library for MuPDF.
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Apr 01 2018 Toshiaki Ara <ara_t@384.jp> 1.12.0-1
|
|
|
+- new upstream release
|
|
|
+- add BuildRequires: freeglut-devel
|
|
|
+- change download URL
|
|
|
+
|
|
|
* Sat Jun 17 2017 Toshiaki Ara <ara_t@384.jp> 1.11-1
|
|
|
- new upstream release
|
|
|
|