forked from pool/colord
Accepting request 76064 from GNOME:Factory
reduce amount of build deps to reduce the cycle OBS-URL: https://build.opensuse.org/request/show/76064 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/colord?expand=0&rev=5
This commit is contained in:
commit
1ea5d763a3
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 12:43:32 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Remove docbook-utils BuildRequires as an attempt to remove a
|
||||||
|
build cycle in Factory.
|
||||||
|
- This means we lose man pages for now, but upstream will ship them
|
||||||
|
pre-generated in tarballs in the future.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 6 18:21:17 CEST 2011 - vuntz@opensuse.org
|
Wed Jul 6 18:21:17 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@ Summary: System Daemon for Managing Color Devices
|
|||||||
Url: http://colord.hughsie.com/
|
Url: http://colord.hughsie.com/
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
Source: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
Source: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: docbook-utils
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: sane-backends-devel
|
BuildRequires: sane-backends-devel
|
||||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||||
@ -111,8 +110,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/cd-create-profile.1*
|
||||||
%{_mandir}/man1/colormgr.1*
|
#%%{_mandir}/man1/colormgr.1*
|
||||||
|
|
||||||
%files -n libcolord1
|
%files -n libcolord1
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user