|
|
|
@ -1,11 +1,13 @@
|
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
|
|
|
|
|
Name: simple-scan
|
|
|
|
|
Version: 3.38.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 40~beta
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Simple scanning utility
|
|
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
URL: https://launchpad.net/%{name}
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: sane-backends-devel
|
|
|
|
@ -17,8 +19,9 @@ BuildRequires: /usr/bin/valac
|
|
|
|
|
BuildRequires: pkgconfig(colord)
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
|
BuildRequires: pkgconfig(gudev-1.0)
|
|
|
|
|
BuildRequires: pkgconfig(libhandy-1)
|
|
|
|
|
BuildRequires: pkgconfig(libwebpmux)
|
|
|
|
|
BuildRequires: pkgconfig(packagekit-glib2) >= 1.1.5
|
|
|
|
|
BuildRequires: pkgconfig(packagekit-glib2)
|
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
|
|
|
|
|
|
|
|
|
Requires: xdg-utils
|
|
|
|
@ -28,7 +31,7 @@ Simple Scan is an easy-to-use application, designed to let users connect their
|
|
|
|
|
scanner and quickly have the image/document in an appropriate format.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson
|
|
|
|
@ -54,6 +57,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.SimpleScan.gschema.xml
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 26 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
|
|
|
|
|
- Update to 40.beta
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|