|
@@ -1,12 +1,15 @@
|
|
Summary: HTML to PDF/Image generation application
|
|
Summary: HTML to PDF/Image generation application
|
|
Summary(ja): HTMLからPDFまたは画像を生成するアプリケーション
|
|
Summary(ja): HTMLからPDFまたは画像を生成するアプリケーション
|
|
Name: wkhtmltopdf
|
|
Name: wkhtmltopdf
|
|
-Version: 0.12.3.2
|
|
+Version: 0.12.5
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: GPLv3
|
|
License: GPLv3
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
Url: http://wkhtmltopdf.org/
|
|
Url: http://wkhtmltopdf.org/
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
Source0: wkhtmltopdf-%{version}.tar.gz
|
|
Source0: wkhtmltopdf-%{version}.tar.gz
|
|
Source1: patched-qt.tar.xz
|
|
Source1: patched-qt.tar.xz
|
|
|
|
|
|
@@ -42,7 +45,9 @@ Development files for wkhtmltox.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{name}-%{version}
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
+pushd qt
|
|
tar xvf %{SOURCE1}
|
|
tar xvf %{SOURCE1}
|
|
|
|
+popd
|
|
|
|
|
|
# libdir handling.. better handling needed
|
|
# libdir handling.. better handling needed
|
|
sed -i.lib -e \
|
|
sed -i.lib -e \
|
|
@@ -147,6 +152,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Nov 09 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.12.5-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.12.3.2-2
|
|
* Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.12.3.2-2
|
|
- rebuilt with new toolchain.
|
|
- rebuilt with new toolchain.
|
|
|
|
|