Author: arekm Date: Wed May 21 17:55:16 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - hal fdi files; xinerama fix from gentoo
---- Files affected: SPECS: xorg-app-synaptics.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/xorg-app-synaptics.spec diff -u SPECS/xorg-app-synaptics.spec:1.15 SPECS/xorg-app-synaptics.spec:1.16 --- SPECS/xorg-app-synaptics.spec:1.15 Mon Dec 10 19:21:02 2007 +++ SPECS/xorg-app-synaptics.spec Wed May 21 19:55:10 2008 @@ -3,13 +3,15 @@ Summary(pl.UTF-8): Narzędzia do touchpada Synaptics Name: xorg-app-synaptics Version: 0.14.6 -Release: 7 +Release: 8 Epoch: 0 License: GPL Group: X11/Applications Source0: http://w1.894.telia.com/~u89404340/touchpad/files/synaptics-%{version}.tar.bz2 # Source0-md5: 1102cd575045640a064ab6f9b1e391af +Source1: files/11-x11-synaptics.fdi Patch0: %{name}-git.patch +Patch1: synaptics-fix-xinerama.patch URL: http://w1.894.telia.com/~u89404340/touchpad/ BuildRequires: xorg-lib-libX11-devel BuildRequires: xorg-lib-libXext-devel @@ -46,6 +48,7 @@ %prep %setup -q -n synaptics-%{version} %patch0 -p1 +%patch1 -p1 %build %{__make} clean all \ @@ -56,12 +59,15 @@ %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,5},%{_libdir}/xorg/modules/input} +install -d $RPM_BUILD_ROOT%{_datadir}/hal/fdi/policy/10osvendor install synclient syndaemon $RPM_BUILD_ROOT%{_bindir} install manpages/*.1 $RPM_BUILD_ROOT%{_mandir}/man1 install manpages/*.5 $RPM_BUILD_ROOT%{_mandir}/man5 install synaptics_drv.so $RPM_BUILD_ROOT%{_libdir}/xorg/modules/input +install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hal/fdi/policy/10osvendor + %clean rm -rf $RPM_BUILD_ROOT @@ -76,6 +82,7 @@ %lang(de) %doc INSTALL.DE %lang(fr) %doc INSTALL.FR %attr(755,root,root) %{_libdir}/xorg/modules/input/*.so +%{_datadir}/hal/fdi/policy/10osvendor/*.fdi %{_mandir}/man5/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -84,6 +91,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2008-05-21 17:55:10 arekm +- hal fdi files; xinerama fix from gentoo + Revision 1.15 2007-12-10 18:21:02 ankry - tab ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xorg-app-synaptics.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
