Author: patrys Date: Sun Jul 31 19:51:37 2011 GMT Module: packages Tag: HEAD ---- Log message: - 0.1.10
---- Files affected: packages/colord: colord.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/colord/colord.spec diff -u packages/colord/colord.spec:1.3 packages/colord/colord.spec:1.4 --- packages/colord/colord.spec:1.3 Thu Apr 7 12:41:26 2011 +++ packages/colord/colord.spec Sun Jul 31 21:51:32 2011 @@ -6,12 +6,12 @@ # Summary: Color daemon Name: colord -Version: 0.1.5 +Version: 0.1.10 Release: 1 License: GPL v2+ and LGPL v2+ Group: Daemons -Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.bz2 -# Source0-md5: f815d1632558ad23c6dabad92e18994b +Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz +# Source0-md5: 6d4985b922163128beed42ecfdef5ede URL: http://colord.hughsie.com/ BuildRequires: autoconf >= 2.63 BuildRequires: automake >= 1:1.9 @@ -87,7 +87,8 @@ %{__enable_disable apidocs gtk-doc} \ %{__enable_disable static_libs static} \ --with-html-dir=%{_gtkdocdir} -%{__make} +# doc build is broken with -j +%{__make} -j1 %install rm -rf $RPM_BUILD_ROOT @@ -96,6 +97,8 @@ DESTDIR=$RPM_BUILD_ROOT %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la +%{__rm} $RPM_BUILD_ROOT%{_libdir}/colord-sensors/*.a +%{__rm} $RPM_BUILD_ROOT%{_libdir}/colord-sensors/*.la %find_lang %{name} @@ -108,24 +111,35 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/cd-create-profile +%attr(755,root,root) %{_bindir}/cd-fix-profile %attr(755,root,root) %{_bindir}/colormgr %attr(755,root,root) %{_libexecdir}/colord %attr(755,root,root) %{_libdir}/libcolord.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libcolord.so.1 +%dir %{_libdir}/colord-sensors +%dir %{_libdir}/colord-sensors/*.so +%dir %{_datadir}/color +%dir %{_datadir}/color/icc +%dir %{_datadir}/color/icc/colord +%{_datadir}/color/icc/colord/*.icc %{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.Device.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.Profile.xml +%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.Sensor.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.xml %{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service %{_datadir}/polkit-1/actions/org.freedesktop.color.policy +%{_mandir}/man1/cd-create-profile.1* %{_mandir}/man1/colormgr.1* %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/colord.conf /etc/dbus-1/system.d/org.freedesktop.ColorManager.conf +/lib/udev/rules.d/69-cd-sensors.rules /lib/udev/rules.d/95-cd-devices.rules %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libcolord.so -%{_includedir}/libcolord +%{_includedir}/colord-1 %{_pkgconfigdir}/colord.pc %if %{with static_libs} @@ -146,6 +160,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2011/07/31 19:51:32 patrys +- 0.1.10 + Revision 1.3 2011/04/07 10:41:26 megabajt - S: shared-color-profiles - disabled silent rules ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/colord/colord.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
