|
|
|
@ -1,22 +1,22 @@
|
|
|
|
|
Name: simple-scan
|
|
|
|
|
Version: 3.6.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 3.8.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Simple scanning utility
|
|
|
|
|
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
URL: https://launchpad.net/simple-scan
|
|
|
|
|
Source0: http://download.gnome.org/sources/simple-scan/3.6/%{name}-%{version}.tar.gz
|
|
|
|
|
Source0: https://launchpad.net/simple-scan/3.8/%{version}/+download/simple-scan-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: gnome-doc-utils
|
|
|
|
|
BuildRequires: vala
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
BuildRequires: libgudev1-devel
|
|
|
|
|
BuildRequires: colord-devel
|
|
|
|
|
BuildRequires: sane-backends-devel
|
|
|
|
|
BuildRequires: sqlite-devel
|
|
|
|
|
BuildRequires: itstool
|
|
|
|
|
|
|
|
|
|
Requires: gnome-icon-theme
|
|
|
|
@ -32,7 +32,7 @@ scanner and quickly have the image/document in an appropriate format.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
%configure --disable-schemas-install
|
|
|
|
|
%configure
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -48,7 +48,7 @@ fi
|
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%doc AUTHORS README COPYING ChangeLog
|
|
|
|
|
%doc COPYING NEWS README.md
|
|
|
|
|
%{_mandir}/man1/simple-scan.1.gz
|
|
|
|
|
%{_bindir}/simple-scan
|
|
|
|
|
%{_datadir}/applications/simple-scan.desktop
|
|
|
|
@ -56,6 +56,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.SimpleScan.gschema.xml
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Mar 27 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
|
|
|
|
- Update to 3.8.0
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|