diff --git a/colord.changes b/colord.changes index 7cf2954..99b9a75 100644 --- a/colord.changes +++ b/colord.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 8 20:25:09 UTC 2011 - dimstar@opensuse.org + +- Split tyelib file into typelib-1_0-Colord-1_0. + ------------------------------------------------------------------- Tue Nov 29 21:27:11 UTC 2011 - dimstar@opensuse.org diff --git a/colord.spec b/colord.spec index d89b4c8..c89932d 100644 --- a/colord.spec +++ b/colord.spec @@ -62,10 +62,20 @@ colord is a system activated daemon that maps devices to color profiles. It is used by gnome-color-manager for system integration and use when there are no users logged in. +%package -n typelib-1_0-Colord-1_0 +Summary: System Daemon for Managing Color Devices -- Library +Group: System/Libraries + +%description -n typelib-1_0-Colord-1_0 +colord is a system activated daemon that maps devices to color profiles. +It is used by gnome-color-manager for system integration and use when +there are no users logged in. + %package -n libcolord-devel Summary: System Daemon for Managing Color Devices -- Development Files Group: Development/Languages/C and C++ Requires: libcolord1 = %{version} +Requires: typelib-1_0-Colord-1_0 = %{version} %description -n libcolord-devel colord is a system activated daemon that maps devices to color profiles. @@ -122,6 +132,9 @@ popd %files -n libcolord1 %defattr(-, root, root) %{_libdir}/libcolord.so.* + +%files -n typelib-1_0-Colord-1_0 +%defattr(-,root,root) %{_libdir}/girepository-1.0/Colord-1.0.typelib %files -n libcolord-devel