Author: arekm Date: Fri Nov 9 12:21:50 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 4; keep libexecdir binaries one level deeper in own subdirectory
---- Files affected: SPECS: hal.spec (1.147 -> 1.148) ---- Diffs: ================================================================ Index: SPECS/hal.spec diff -u SPECS/hal.spec:1.147 SPECS/hal.spec:1.148 --- SPECS/hal.spec:1.147 Fri Nov 9 10:41:00 2007 +++ SPECS/hal.spec Fri Nov 9 13:21:45 2007 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): HAL - abstrakcyjna warstwa dostępu do sprzętu Name: hal Version: 0.5.10 -Release: 3 +Release: 4 License: AFL v2.0 or GPL v2 Group: Libraries Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz @@ -73,6 +73,8 @@ Obsoletes: hal-fstab-sync BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define _libexecdir %{_libdir}/%{name} + %description HAL is an implementation of a hardware abstraction layer. @@ -225,7 +227,8 @@ %attr(755,root,root) %{_bindir}/lshal %attr(755,root,root) %{_sbindir}/hald %attr(755,root,root) /sbin/umount.hal -%attr(755,root,root) %{_libdir}/hald-* +%dir %{_libexecdir} +%attr(755,root,root) %{_libexecdir}/hald-* %attr(755,root,root) %{_libexecdir}/hal-* %dir %{_libdir}/hal %dir %{_libdir}/hal/scripts @@ -281,6 +284,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.148 2007-11-09 12:21:45 arekm +- rel 4; keep libexecdir binaries one level deeper in own subdirectory + Revision 1.147 2007-11-09 09:41:00 arekm - rel 3; R: hal-info so hal knows about devices ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/hal.spec?r1=1.147&r2=1.148&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
