Accepting request 96139 from home:dimstar:branches:GNOME:Factory
Push typelib change branch OBS-URL: https://build.opensuse.org/request/show/96139 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=24
This commit is contained in:
parent
25b9f8f7ab
commit
ed48263dec
@ -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
|
Tue Nov 29 21:27:11 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
13
colord.spec
13
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
|
It is used by gnome-color-manager for system integration and use when
|
||||||
there are no users logged in.
|
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
|
%package -n libcolord-devel
|
||||||
Summary: System Daemon for Managing Color Devices -- Development Files
|
Summary: System Daemon for Managing Color Devices -- Development Files
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: libcolord1 = %{version}
|
Requires: libcolord1 = %{version}
|
||||||
|
Requires: typelib-1_0-Colord-1_0 = %{version}
|
||||||
|
|
||||||
%description -n libcolord-devel
|
%description -n libcolord-devel
|
||||||
colord is a system activated daemon that maps devices to color profiles.
|
colord is a system activated daemon that maps devices to color profiles.
|
||||||
@ -122,6 +132,9 @@ popd
|
|||||||
%files -n libcolord1
|
%files -n libcolord1
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libcolord.so.*
|
%{_libdir}/libcolord.so.*
|
||||||
|
|
||||||
|
%files -n typelib-1_0-Colord-1_0
|
||||||
|
%defattr(-,root,root)
|
||||||
%{_libdir}/girepository-1.0/Colord-1.0.typelib
|
%{_libdir}/girepository-1.0/Colord-1.0.typelib
|
||||||
|
|
||||||
%files -n libcolord-devel
|
%files -n libcolord-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user