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

Cleanup before pushing to Factory; didn't write a .changes entry as it's not in Factory yet, but I can do that if you want

OBS-URL: https://build.opensuse.org/request/show/73843
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2011-06-16 13:18:14 +00:00 committed by Git OBS Bridge
parent aaadec8f5b
commit 59173d92b0

View File

@ -20,14 +20,14 @@ Name: colord
Version: 0.1.8 Version: 0.1.8
Release: 1 Release: 1
License: GPLv2+ License: GPLv2+
Summary: Easily manage, install and generate color profiles Summary: System Daemon for Managing Color Devices
Url: http://colord.hughsie.com/ Url: http://colord.hughsie.com/
Group: System/GUI/GNOME 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: intltool BuildRequires: intltool
BuildRequires: pkg-config BuildRequires: sane-backends-devel
BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(gio-unix-2.0)
@ -39,39 +39,32 @@ 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)
BuildRequires: sane-backends-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Recommends: %{name}-lang Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
colord is a system service that makes it easy to manage, install and generate color colord is a system activated daemon that maps devices to color profiles.
profiles to accurately color manage input and output devices. It is used by gnome-color-manager for system integration and use when
there are no users logged in.
What colord does:
* Provides a D-Bus API for system frameworks to query, e.g. Get me the profiles for
device $foo or Create a device and assign it profile $bar.
* Provides a persistent database backed store that is preserved across reboots.
* Provides the session for a way to set system settings, for instance setting the
display profile for all users and all sessions.
%package -n libcolord1 %package -n libcolord1
Summary: Easily manage, install and generate color profiles - Development Files Summary: System Daemon for Managing Color Devices -- Library
Group: System/Libraries Group: System/Libraries
%description -n libcolord1 %description -n libcolord1
colord is a system service that makes it easy to manage, install and generate color colord is a system activated daemon that maps devices to color profiles.
profiles to accurately color manage input and output devices. 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: Easily manage, install and generate color profiles - 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}
%description -n libcolord-devel %description -n libcolord-devel
colord is a system service that makes it easy to manage, install and generate color colord is a system activated daemon that maps devices to color profiles.
profiles to accurately color manage input and output devices. It is used by gnome-color-manager for system integration and use when
there are no users logged in.
This package contains headers to build and link against libcolord.
%lang_package %lang_package
%prep %prep
@ -97,13 +90,15 @@ find %{buildroot} -type f -name '*.la' -delete -print
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog README COPYING %doc AUTHORS ChangeLog COPYING NEWS README
%{_libexecdir}/%{name}
/lib/udev/rules.d/*.rules /lib/udev/rules.d/*.rules
%config(noreplace) %{_sysconfdir}/%{name}.conf %config(noreplace) %{_sysconfdir}/%{name}.conf
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf %{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
%{_bindir}/* %{_bindir}/cd-create-profile
%{_bindir}/cd-fix-profile
%{_bindir}/colormgr
%{_libdir}/colord-sensors/ %{_libdir}/colord-sensors/
%{_libexecdir}/%{name}
%{_datadir}/color/ %{_datadir}/color/
%{_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