Author: hawk Date: Thu Feb 5 00:03:01 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - udev scripts always in /lib/udev now (R: udev >= 127)
---- Files affected: SPECS: isight-firmware-tools.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/isight-firmware-tools.spec diff -u SPECS/isight-firmware-tools.spec:1.6 SPECS/isight-firmware-tools.spec:1.7 --- SPECS/isight-firmware-tools.spec:1.6 Wed Feb 4 14:18:35 2009 +++ SPECS/isight-firmware-tools.spec Thu Feb 5 01:02:56 2009 @@ -3,7 +3,7 @@ Summary: iSight Firmware Tools Name: isight-firmware-tools Version: 1.0.2 -Release: 4 +Release: 5 License: GPLv2+ Group: Applications Source0: http://bersace03.free.fr/ift/%{name}-%{version}.tar.gz @@ -13,6 +13,7 @@ BuildRequires: automake BuildRequires: libgcrypt-devel BuildRequires: rpmbuild(macros) >= 1.228 +Requires: udev-core >= 1:127 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -21,7 +22,7 @@ %prep %setup -q -%{__sed} -i -e 's...@udevdir@#/%{_lib}/udev#g' isight.rules.in +%{__sed} -i -e 's...@udevdir@#/lib/udev#g' isight.rules.in %build %{__aclocal} @@ -35,7 +36,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ - libudevdir=/%{_lib}/udev + libudevdir=/lib/udev #%find_lang %{name} @@ -58,7 +59,7 @@ %defattr(644,root,root,755) %doc README HOWTO AUTHORS ABOUT-NLS %attr(755,root,root) %{_bindir}/ift-* -%attr(755,root,root) /%{_lib}/udev/ift-load +%attr(755,root,root) /lib/udev/ift-load /etc/udev/rules.d/isight.rules %{_infodir}/ift-export.info.gz %{_infodir}/ift-extract.info.gz @@ -71,6 +72,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2009/02/05 00:02:56 hawk +- udev scripts always in /lib/udev now (R: udev >= 127) + Revision 1.6 2009/02/04 13:18:35 hawk - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/isight-firmware-tools.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
