diff --git a/.gitignore b/.gitignore index b860c68..ef70414 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /colord-0.1.0.tar.bz2 +/colord-0.1.1.tar.bz2 diff --git a/colord.spec b/colord.spec index ef25ab8..5247137 100644 --- a/colord.spec +++ b/colord.spec @@ -1,6 +1,6 @@ Summary: Color daemon Name: colord -Version: 0.1.0 +Version: 0.1.1 Release: 1%{?dist} License: GPLv2+ URL: http://gitorious.org/colord @@ -12,6 +12,9 @@ BuildRequires: glib2-devel BuildRequires: intltool BuildRequires: lcms2-devel BuildRequires: polkit-devel +BuildRequires: sqlite-devel +BuildRequires: libgudev1-devel +BuildRequires: sane-backends-devel %description colord is a low level system activated daemon that maps color devices @@ -59,6 +62,8 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';' %{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service %{_datadir}/man/man1/colormgr.1.gz %{_libdir}/libcolord.so.* +%config %{_sysconfdir}/colord.conf +/lib/udev/rules.d/*.rules %files devel %defattr(-,root,root,-) @@ -67,5 +72,8 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';' %{_libdir}/pkgconfig/colord.pc %changelog +* Wed Jan 26 2011 Richard Hughes 0.1.1-1 +- New upstream version. + * Thu Jan 13 2011 Richard Hughes 0.1.0-1 - Initial version for Fedora package review. diff --git a/sources b/sources index 83552ff..64f7d6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -405a64f602e390328ef87b15850efe31 colord-0.1.0.tar.bz2 +ad9262e7a637f18935ee2177c2d2ab0f colord-0.1.1.tar.bz2