Accepting request 73879 from home:vuntz:branches:GNOME:Factory

Build man page + add recommends for daemon

OBS-URL: https://build.opensuse.org/request/show/73879
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2011-06-16 15:45:47 +00:00 committed by Git OBS Bridge
parent 59173d92b0
commit 274c50f334
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jun 16 16:51:34 CEST 2011 - vuntz@opensuse.org
- Add docbook-utils BuildRequires to build man pages.
- Add colord Recommends to libcolord1 as the library is not too
useful without the daemon.
- Add shared-color-profiles Requires to colord, as we want to have
profiles.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 6 13:46:22 UTC 2011 - dimstar@opensuse.org Mon Jun 6 13:46:22 UTC 2011 - dimstar@opensuse.org

View File

@ -26,6 +26,7 @@ Group: System/Daemons
Source: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.bz2 Source: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.bz2
# bnc#698250 - Security Review for dbus service and polkit privileges # bnc#698250 - Security Review for dbus service and polkit privileges
Source99: colord-rpmlintrc Source99: colord-rpmlintrc
BuildRequires: docbook-utils
BuildRequires: intltool BuildRequires: intltool
BuildRequires: sane-backends-devel BuildRequires: sane-backends-devel
BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-1)
@ -39,6 +40,7 @@ BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(sqlite3)
Requires: shared-color-profiles
Recommends: %{name}-lang Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -50,6 +52,7 @@ there are no users logged in.
%package -n libcolord1 %package -n libcolord1
Summary: System Daemon for Managing Color Devices -- Library Summary: System Daemon for Managing Color Devices -- Library
Group: System/Libraries Group: System/Libraries
Recommends: %{name}
%description -n libcolord1 %description -n libcolord1
colord is a system activated daemon that maps devices to color profiles. colord is a system activated daemon that maps devices to color profiles.
@ -103,6 +106,8 @@ find %{buildroot} -type f -name '*.la' -delete -print
%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.* %{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.*
%{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service %{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy %{_datadir}/polkit-1/actions/org.freedesktop.color.policy
%{_mandir}/man1/cd-create-profile.1*
%{_mandir}/man1/colormgr.1*
%files -n libcolord1 %files -n libcolord1
%defattr(-, root, root) %defattr(-, root, root)