80 lines
2.4 KiB
RPMSpec
80 lines
2.4 KiB
RPMSpec
Name: diffpdf
|
|
Version: 2.1.3.1
|
|
Release: 6mamba
|
|
Summary: PDF files comparator
|
|
Group: Applications/Publishing
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan@openmamba.org>
|
|
URL: https://gitlab.com/eang/diffpdf
|
|
Source: https://gitlab.com/eang/diffpdf.git/v%{version}/diffpdf-%{version}.tar.bz2
|
|
Source1: diffpdf.desktop
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libQt5Core
|
|
BuildRequires: libQt5Gui
|
|
BuildRequires: libQt5PrintSupport
|
|
BuildRequires: libQt5Widgets
|
|
BuildRequires: libgcc
|
|
BuildRequires: libpoppler-devel
|
|
BuildRequires: libpoppler-qt5-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libpoppler-devel >= 1:26.08.0-1mamba
|
|
BuildRequires: libpoppler >= 1:26.05.0-1mamba
|
|
|
|
%description
|
|
DiffPDF can compare two PDF files.
|
|
It offers two comparison modes: Text and Appearance.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake
|
|
|
|
%cmake_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%cmake_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/diffpdf
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
|
%dir %{_docdir}/DiffPDF
|
|
%{_docdir}/DiffPDF/*
|
|
%{_mandir}/man1/diffpdf.1*
|
|
%doc gpl-2.0.txt
|
|
|
|
%changelog
|
|
* Mon Aug 03 2026 Automatic Build System <autodist@openmamba.org> 2.1.3.1-6mamba
|
|
- rebuilt by autoport with build requirements: libpoppler-devel>=1:26.08.0-1mamba
|
|
|
|
* Wed Jul 22 2026 Automatic Build System <autodist@openmamba.org> 2.1.3.1-5mamba
|
|
- rebuilt by autoport with build requirements: libpoppler-devel>=1:26.07.0-1mamba
|
|
|
|
* Thu Jun 11 2026 Automatic Build System <autodist@openmamba.org> 2.1.3.1-4mamba
|
|
- rebuilt by autoport with build requirements: libpoppler-devel>=1:26.06.0-1mamba
|
|
|
|
* Mon May 11 2026 Automatic Build System <autodist@openmamba.org> 2.1.3.1-3mamba
|
|
- rebuilt by autoport with build requirements: libpoppler>=1:26.05.0-1mamba
|
|
|
|
* Fri Oct 31 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3.1-2mamba
|
|
- rebuilt with poppler 25.10.0
|
|
|
|
* Thu Aug 02 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3.1-1mamba
|
|
- update to 2.1.3.1
|
|
|
|
* 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
|