|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: simple-scan
|
|
|
|
|
Version: 3.13.3
|
|
|
|
|
Version: 3.13.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Simple scanning utility
|
|
|
|
|
|
|
|
|
@ -10,6 +10,7 @@ Source0: https://launchpad.net/%{name}/3.13/%{version}/+download/%{name}-
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: sane-backends-devel
|
|
|
|
|
BuildRequires: itstool
|
|
|
|
|
BuildRequires: /usr/bin/valac
|
|
|
|
|
BuildRequires: pkgconfig(colord)
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
|
BuildRequires: pkgconfig(gudev-1.0)
|
|
|
|
@ -27,10 +28,10 @@ scanner and quickly have the image/document in an appropriate format.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
make V=1 %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
make DESTDIR=%{buildroot} INSTALL="install -p" install
|
|
|
|
|
%find_lang %{name} --with-man --with-gnome
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
@ -51,6 +52,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.SimpleScan.gschema.xml
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 21 2014 David King <amigadave@amigadave.com> - 3.13.4-1
|
|
|
|
|
- Update to 3.13.4
|
|
|
|
|
|
|
|
|
|
* Mon Jun 23 2014 David King <amigadave@amigadave.com> - 3.13.3-1
|
|
|
|
|
- Update to 3.13.3
|
|
|
|
|
|
|
|
|
|