[argyllcms/f18] Drop 55-Argyll.rules, it's not required and we can rely on colord

Richard Hughes rhughes at fedoraproject.org
Wed Oct 24 14:58:36 UTC 2012


commit bd749bd8b26fa4252a6ba5516dd9bb824b8ed9ad
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Oct 24 15:03:42 2012 +0100

    Drop 55-Argyll.rules, it's not required and we can rely on colord
    
      to provide the ENV{COLOR_MEASUREMENT_DEVICE}="1" without the
      plugdev group or invoking a usb-db instance for each USB device
      hotplug.

 argyllcms.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/argyllcms.spec b/argyllcms.spec
index 51b4097..60b795e 100644
--- a/argyllcms.spec
+++ b/argyllcms.spec
@@ -1,6 +1,6 @@
 Name:    argyllcms
 Version: 1.4.0
-Release: 4%{?dist}
+Release: 6%{?dist}
 Summary: ICC compatible color management system
 Group:   User Interface/X
 License: GPLv3 and MIT
@@ -69,6 +69,9 @@ make install DESTDIR=%{buildroot}
 rm -f $RPM_BUILD_ROOT%{_libdir}/libargyll*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/libargyll*.so
 
+# rely on colord  to provide ENV{COLOR_MEASUREMENT_DEVICE}="1"
+rm -f $RPM_BUILD_ROOT/lib/udev/rules.d/55-Argyll.rules
+
 %files
 %defattr(0644,root,root,0755)
 %doc *.txt
@@ -76,7 +79,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libargyll*.so
 %attr(0755,root,root) %{_bindir}/*
 %{_datadir}/color/argyll
 %{_datadir}/color/argyll/ref
-/lib/udev/rules.d/55-Argyll.rules
 %{_libdir}/libargyll*.so.*
 
 %exclude %{_datadir}/doc
@@ -90,6 +92,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libargyll*.so
 %doc doc/*.html doc/*.jpg
 
 %changelog
+* Wed Oct 24 2012 Richard Hughes <rhughes at redhat.com> - 1.4.0-6
+- Drop 55-Argyll.rules, it's not required and we can rely on colord
+  to provide the ENV{COLOR_MEASUREMENT_DEVICE}="1" without the
+  plugdev group or invoking a usb-db instance for each USB device
+  hotplug.
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list