2024-01-05 21:46:52 +01:00
|
|
|
Name: diffpdf
|
2024-02-27 10:06:36 +01:00
|
|
|
Version: 2.1.3.1
|
|
|
|
Release: 1mamba
|
2024-01-05 21:46:52 +01:00
|
|
|
Summary: PDF files comparator
|
|
|
|
Group: Applications/Publishing
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-02-27 10:06:36 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 21:46:52 +01:00
|
|
|
URL: http://www.qtrac.eu/diffpdf.html
|
2024-02-27 10:06:36 +01:00
|
|
|
Source: https://gitlab.com/eang/diffpdf.git/v%{version}/diffpdf-%{version}.tar.bz2
|
2024-01-05 21:46:52 +01:00
|
|
|
Source1: diffpdf.desktop
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
2024-02-27 10:06:36 +01:00
|
|
|
BuildRequires: libpoppler-devel
|
|
|
|
BuildRequires: libpoppler-qt5-devel
|
2024-01-05 21:46:52 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-02-27 10:06:36 +01:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
2024-01-05 21:46:52 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
DiffPDF can compare two PDF files.
|
|
|
|
It offers two comparison modes: Text and Appearance.
|
|
|
|
|
2024-02-27 10:06:36 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 21:46:52 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-02-27 10:06:36 +01:00
|
|
|
%cmake
|
|
|
|
|
|
|
|
%cmake_build
|
2024-01-05 21:46:52 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-02-27 10:06:36 +01:00
|
|
|
%cmake_install
|
2024-01-05 21:46:52 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/diffpdf
|
|
|
|
%{_datadir}/applications/*.desktop
|
2024-02-27 10:06:36 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
|
|
|
%dir %{_docdir}/DiffPDF
|
|
|
|
%{_docdir}/DiffPDF/*
|
|
|
|
%{_mandir}/man1/diffpdf.1*
|
2024-01-05 21:46:52 +01:00
|
|
|
%doc gpl-2.0.txt
|
|
|
|
|
|
|
|
%changelog
|
2024-02-27 10:06:36 +01:00
|
|
|
* Thu Aug 02 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3.1-1mamba
|
|
|
|
- update to 2.1.3.1
|
|
|
|
|
2024-01-05 21:46:52 +01:00
|
|
|
* Thu Jun 06 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.4-2mamba
|
|
|
|
- rebuilt with libpoppler 0.20.5
|
|
|
|
|
|
|
|
* Sun Nov 07 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.1.4-1mamba
|
|
|
|
- package created by autospec
|