[colord] New upstream version

Richard Hughes rhughes at fedoraproject.org
Wed May 9 22:07:42 UTC 2012


commit 42cc41aca3255c73279f1d304d20f3de95dae9cb
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed May 9 23:06:24 2012 +0100

    New upstream version
    
    - Add a sensor-set-options command to the colormgr tool
    - Add the concept of 'options' on each color sensor device
    - Enable gtk-doc in the default distro build

 .gitignore  |    1 +
 colord.spec |   44 +++++++++++++++++++++++++++++++++++++++++---
 sources     |    2 +-
 3 files changed, 43 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 69a3471..85d9c64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /colord-0.1.17.tar.xz
 /colord-0.1.18.tar.xz
 /colord-0.1.19.tar.xz
+/colord-0.1.20.tar.xz
diff --git a/colord.spec b/colord.spec
index 2b67666..b0d7407 100644
--- a/colord.spec
+++ b/colord.spec
@@ -1,6 +1,6 @@
 Summary:   Color daemon
 Name:      colord
-Version:   0.1.19
+Version:   0.1.20
 Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.freedesktop.org/software/colord/
@@ -19,6 +19,8 @@ BuildRequires: sqlite-devel
 BuildRequires: gobject-introspection-devel
 BuildRequires: vala-tools
 BuildRequires: libgusb-devel
+BuildRequires: gtk3-devel
+BuildRequires: gtk-doc
 
 Requires: shared-color-profiles
 Requires: color-filesystem
@@ -36,12 +38,28 @@ Requires: %{name} = %{version}-%{release}
 %description devel
 Files for development with %{name}.
 
+%package gtk-devel
+Summary: GTK development package for %{name}
+Requires: %{name} = %{version}-%{release}
+
+%description gtk-devel
+Files for development with %{name} using GTK.
+
+%package gtk
+Summary: GTK helper library for %{name}
+Requires: %{name} = %{version}-%{release}
+
+%description gtk
+This package contains extra functionality for %{name} that can be used
+when running GTK applications.
+
 %prep
 %setup -q
 
 %build
 %configure \
         --with-daemon-user=colord \
+        --enable-gtk-doc \
         --disable-static \
         --disable-rpath \
         --disable-examples \
@@ -96,6 +114,8 @@ exit 0
 
 # 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
@@ -107,10 +127,28 @@ exit 0
 %{_includedir}/colord-1
 %{_libdir}/libcolord.so
 %{_libdir}/pkgconfig/colord.pc
-%{_datadir}/gir-1.0/*.gir
-%{_datadir}/vala/vapi/*.vapi
+%{_datadir}/gir-1.0/Colord-1.0.gir
+%{_datadir}/vala/vapi/colord.vapi
+%dir %{_datadir}/gtk-doc/html/colord
+%{_datadir}/gtk-doc/html/colord/*
+
+%files gtk-devel
+%defattr(-,root,root,-)
+%{_libdir}/libcolord-gtk.so
+%{_libdir}/pkgconfig/colord-gtk.pc
+%{_datadir}/gir-1.0/ColordGtk-1.0.gir
+
+%files gtk
+%defattr(-,root,root,-)
+%{_libdir}/libcolord-gtk.so.*
 
 %changelog
+* Wed May 09 2012 Richard Hughes <richard at hughsie.com> 0.1.20-1
+- New upstream version
+- Add a sensor-set-options command to the colormgr tool
+- Add the concept of 'options' on each color sensor device
+- Enable gtk-doc in the default distro build
+
 * Tue Apr 17 2012 Richard Hughes <richard at hughsie.com> 0.1.19-1
 - New upstream version
 - Add a user suffix to the object path of user-created devices and profiles
diff --git a/sources b/sources
index 7b111e1..e01a135 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38f04d3882826d403f03a971bb54148a  colord-0.1.19.tar.xz
+a42a36158b2b52748ac8ad913cdc4cb3  colord-0.1.20.tar.xz


More information about the scm-commits mailing list