New upstream version
- Fix a critical warning when user tries to dump a non-icc file - Remove libsane support and rely only on udev for scanner information - Set the seat for devices created in the session and from udev
This commit is contained in:
parent
53c2a9e608
commit
4755132f35
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/colord-0.1.21.tar.xz
|
||||
/colord-0.1.22.tar.xz
|
||||
/colord-0.1.23.tar.xz
|
||||
/colord-0.1.24.tar.xz
|
||||
|
19
colord.spec
19
colord.spec
@ -1,6 +1,6 @@
|
||||
Summary: Color daemon
|
||||
Name: colord
|
||||
Version: 0.1.23
|
||||
Version: 0.1.24
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.freedesktop.org/software/colord/
|
||||
@ -14,7 +14,6 @@ BuildRequires: intltool
|
||||
BuildRequires: lcms2-devel >= 2.2
|
||||
BuildRequires: libgudev1-devel
|
||||
BuildRequires: polkit-devel >= 0.103
|
||||
BuildRequires: sane-backends-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: vala-tools
|
||||
@ -60,6 +59,7 @@ when running GTK applications.
|
||||
%configure \
|
||||
--with-daemon-user=colord \
|
||||
--enable-gtk-doc \
|
||||
--enable-vala \
|
||||
--disable-static \
|
||||
--disable-rpath \
|
||||
--disable-examples \
|
||||
@ -109,19 +109,12 @@ exit 0
|
||||
%dir %{_datadir}/color/icc/colord
|
||||
%{_datadir}/color/icc/colord/*.ic?
|
||||
%{_libdir}/colord-sensors
|
||||
%{_libdir}/colord-plugins
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
%ghost %{_localstatedir}/lib/colord/*.db
|
||||
|
||||
# TODO: split this out into a subpackage?
|
||||
/usr/lib/systemd/system/colord.service
|
||||
%{_sysconfdir}/bash_completion.d/*-completion.bash
|
||||
|
||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.colord.sane.xml
|
||||
%{_datadir}/dbus-1/system-services/org.freedesktop.colord-sane.service
|
||||
/usr/lib/systemd/system/colord-sane.service
|
||||
%{_libexecdir}/colord-sane
|
||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.colord-sane.conf
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/colord-1
|
||||
@ -136,6 +129,12 @@ exit 0
|
||||
%{_datadir}/gtk-doc/html/colord/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 26 2012 Richard Hughes <richard@hughsie.com> 0.1.24-1
|
||||
- New upstream version
|
||||
- Fix a critical warning when user tries to dump a non-icc file
|
||||
- Remove libsane support and rely only on udev for scanner information
|
||||
- Set the seat for devices created in the session and from udev
|
||||
|
||||
* Wed Aug 29 2012 Richard Hughes <richard@hughsie.com> 0.1.23-1
|
||||
- New upstream version
|
||||
- Assorted documentation fixes
|
||||
|
Loading…
Reference in New Issue
Block a user