SPECS: xorg-app-synaptics.spec - fixed xorg module path
wrobell
wrobell at pld-linux.org
Wed Mar 22 18:32:36 CET 2006
Author: wrobell Date: Wed Mar 22 17:32:35 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed xorg module path
---- Files affected:
SPECS:
xorg-app-synaptics.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/xorg-app-synaptics.spec
diff -u SPECS/xorg-app-synaptics.spec:1.2 SPECS/xorg-app-synaptics.spec:1.3
--- SPECS/xorg-app-synaptics.spec:1.2 Wed Mar 22 16:44:59 2006
+++ SPECS/xorg-app-synaptics.spec Wed Mar 22 18:32:30 2006
@@ -48,12 +48,12 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,5},%{_libdir}/modules/input}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,5},%{_libdir}/xorg/modules/input}
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.o $RPM_BUILD_ROOT%{_libdir}/modules/input
+install synaptics_drv.o $RPM_BUILD_ROOT%{_libdir}/xorg/modules/input
%clean
rm -rf $RPM_BUILD_ROOT
@@ -68,7 +68,7 @@
%doc COMPATIBILITY INSTALL NEWS README* TODO
%lang(de) %doc INSTALL.DE
%lang(fr) %doc INSTALL.FR
-%attr(755,root,root) %{_libdir}/modules/input/*.o
+%attr(755,root,root) %{_libdir}/xorg/modules/input/*.o
%{_mandir}/man5/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -77,6 +77,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/03/22 17:32:30 wrobell
+- fixed xorg module path
+
Revision 1.2 2006/03/22 15:44:59 wrobell
- missing synaptics manpage added
- rel. 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xorg-app-synaptics.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list