Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2168 → Rev 2169

/rpms/wkhtmltopdf-0.12.3-1.spec
File deleted
/rpms/rpm-build-howto
39,6 → 39,6
- if all is ok, copy the tarball in rpmbuild/SOURCES. Copy the .spec in rpmbuild/SPECS. In this file, change the kernel number and uncoment the lines to match the architecture.
- rpmbuild -bb ****.spec
 
***** wkhtml2pdf
- download the archive of the binaries of the last version (http://wkhtmltopdf.org/downloads.html)
- extract it and "tar" it again with the right name (wkhtmltopdf
**** wkhtmltopdf ****
- download the archive of the binaries of the last version (https://wkhtmltopdf.org/downloads.html) in ~/rpmbuild/SOURCES/wkhtmltox-%{version}_linux-generic-amd64.tar.xz.
- build with: rpmbuild -bb --clean wkhtmltopdf-%{version}-%{release}.spec
/rpms/wkhtmltopdf-0.12.4-1.spec
0,0 → 1,43
Name: wkhtmltopdf
Version: 0.12.4
Release: %mkrel 1
Summary: Convert HTML to PDF
License: LGPLv3
Group: Development/Tools
URL: https://wkhtmltopdf.org/
Source: wkhtmltox-%{version}_linux-generic-amd64.tar.xz
Exclusivearch: x86_64
Provides: wkhtmltopdf = %{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
%description
Convert HTML to PDF using the Qt WebKit rendering engine
 
%prep
%setup -q -n wkhtmltox
 
%install
rm -rf %{buildroot}
 
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
 
cp bin/wkhtmltopdf %{buildroot}%{_bindir}
cp share/man/man1/wkhtmltopdf.1.gz %{buildroot}%{_mandir}/man1
 
%clean
rm -rf %{buildroot}
 
%files
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/wkhtmltopdf
 
%{_bindir}/wkhtmltopdf
%{_mandir}/man1/wkhtmltopdf.1.xz
 
%changelog
* Tue Apr 11 2017 Tom Houdayer - 0.12.4-1
- Do not package "wkhtmltoimages", "lib" and "include" dir anymore (only "wkhtmltopdf")
 
* Tue Jul 19 2016 Raphael for ALCASAR projet
RPM created for Mageia
/rpms/x86_64/wkhtmltopdf-0.12.3-1.noarch.rpm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/rpms/x86_64/wkhtmltopdf-0.12.4-1.mga5.x86_64.rpm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property