From 21aa3a0c35aab0bb967fe5dd54133127fdb07029 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Oct 24 2012 14:03:42 +0000 Subject: 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. --- 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 - 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 - 1.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild