87 lines
2.6 KiB
RPMSpec
87 lines
2.6 KiB
RPMSpec
Name: skanpage
|
|
Version: 22.08.3
|
|
Release: 1mamba
|
|
Summary: Utility to scan images and multi-page documents
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/KDE/skanpage
|
|
Source: http://mirror.freedif.org/KDE/ftp/stable/release-service/%{version}/src/skanpage-%{version}.tar.xz
|
|
License: GPL, BSD
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libgomp-devel
|
|
BuildRequires: libkconfig-devel
|
|
BuildRequires: libkcoreaddons-devel
|
|
BuildRequires: libkcrash-devel
|
|
BuildRequires: libki18n-devel
|
|
BuildRequires: libkirigami2-devel
|
|
BuildRequires: libksanecore-devel
|
|
BuildRequires: libleptonica-devel
|
|
BuildRequires: libpurpose-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libtesseract-devel
|
|
BuildRequires: qt5-qtbase-devel
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
BuildRequires: qt5-qtquickcontrols2-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
|
|
%description
|
|
Utility to scan images and multi-page documents.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%find_lang %{name} || touch %{name}.lang
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/skanpage
|
|
%{_datadir}/applications/org.kde.skanpage.desktop
|
|
%{_datadir}/metainfo/org.kde.skanpage.appdata.xml
|
|
%{_datadir}/qlogging-categories5/skanpage.categories
|
|
%{_datadir}/icons/hicolor/48x48/apps/skanpage.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/skanpage.svg
|
|
%doc LICENSES
|
|
|
|
%changelog
|
|
* Sat Nov 05 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 16 2022 Automatic Build System <autodist@mambasoft.it> 22.08.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 11 2022 Automatic Build System <autodist@mambasoft.it> 22.08.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 26 2022 Automatic Build System <autodist@mambasoft.it> 22.08.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 09 2022 Automatic Build System <autodist@mambasoft.it> 22.04.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jun 10 2022 Automatic Build System <autodist@mambasoft.it> 22.04.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 14 2022 Automatic Build System <autodist@mambasoft.it> 22.04.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Apr 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.04.0-1mamba
|
|
- package created using the webbuild interface
|