|
|
@ -1,21 +1,26 @@
|
|
|
|
Name: simple-scan
|
|
|
|
Name: simple-scan
|
|
|
|
Version: 2.32.0.2
|
|
|
|
Version: 3.1.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Simple scanning utility
|
|
|
|
Summary: Simple scanning utility
|
|
|
|
|
|
|
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
License: GPLv3+
|
|
|
|
License: GPLv3+
|
|
|
|
URL: https://launchpad.net/simple-scan
|
|
|
|
URL: https://launchpad.net/simple-scan
|
|
|
|
Source0: http://launchpad.net/simple-scan/trunk/%{version}/+download/simple-scan-%{version}.tar.bz2
|
|
|
|
Source0: http://download.gnome.org/sources/simple-scan/3.1/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: intltool GConf2-devel gtk2-devel autoconf automake
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: libgudev-devel sane-backends-devel gnome-doc-utils
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: dbus-glib-devel
|
|
|
|
BuildRequires: automake
|
|
|
|
|
|
|
|
BuildRequires: gnome-doc-utils
|
|
|
|
Requires: gnome-icon-theme xdg-utils yelp
|
|
|
|
BuildRequires: vala
|
|
|
|
Requires(pre): GConf2
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
Requires(post): GConf2
|
|
|
|
BuildRequires: libgudev-devel
|
|
|
|
Requires(preun): GConf2
|
|
|
|
BuildRequires: colord-devel
|
|
|
|
|
|
|
|
BuildRequires: sane-backends-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires: gnome-icon-theme
|
|
|
|
|
|
|
|
Requires: xdg-utils
|
|
|
|
|
|
|
|
Requires: yelp
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Simple Scan is an easy-to-use application, designed to let users connect their
|
|
|
|
Simple Scan is an easy-to-use application, designed to let users connect their
|
|
|
@ -33,25 +38,27 @@ make %{?_smp_mflags}
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%find_lang %{name} --with-man --with-gnome
|
|
|
|
%find_lang %{name} --with-man --with-gnome
|
|
|
|
|
|
|
|
|
|
|
|
%pre
|
|
|
|
%postun
|
|
|
|
%gconf_schema_prepare %{name}
|
|
|
|
if [ $1 -eq 0]; then
|
|
|
|
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
%posttrans
|
|
|
|
%gconf_schema_upgrade %{name}
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
|
|
|
%gconf_schema_remove %{name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS README COPYING ChangeLog
|
|
|
|
%doc AUTHORS README COPYING ChangeLog
|
|
|
|
%{_mandir}/man1/simple-scan.1.gz
|
|
|
|
%{_mandir}/man1/simple-scan.1.gz
|
|
|
|
%{_sysconfdir}/gconf/schemas/simple-scan.schemas
|
|
|
|
|
|
|
|
%{_bindir}/simple-scan
|
|
|
|
%{_bindir}/simple-scan
|
|
|
|
%{_datadir}/applications/simple-scan.desktop
|
|
|
|
%{_datadir}/applications/simple-scan.desktop
|
|
|
|
%{_datadir}/simple-scan/
|
|
|
|
%{_datadir}/simple-scan/
|
|
|
|
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.SimpleScan.gschema.xml
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.3-1
|
|
|
|
|
|
|
|
- Update to 3.1.3
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.0.2-1
|
|
|
|
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.0.2-1
|
|
|
|
- Update to 2.32.0.2
|
|
|
|
- Update to 2.32.0.2
|
|
|
|
|
|
|
|
|
|
|
|