]> git.pld-linux.org Git - packages/xorg-driver-input-mouse.git/commitdiff
- rename mouse.4 to mouse_drv.4 to avoid conflict with generic mouse(4)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 Feb 2006 19:00:09 +0000 (19:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-driver-input-mouse.spec -> 1.12

xorg-driver-input-mouse.spec

index 1676199ca6117640aab19b7608acaa1122eccb33..1ac356e76e3da631be209476a7b3f28c29294396 100644 (file)
@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# conflict with general mouse(4) manual
+mv -f $RPM_BUILD_ROOT%{_mandir}/man4/{mouse,mouse_drv}.4
+
 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
 
 %clean
@@ -55,5 +58,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc COPYING ChangeLog README
 %attr(755,root,root) %{_libdir}/xorg/modules/input/mouse_drv.so
-# conflict with man-pages
-#%{_mandir}/man4/mouse.4*
+%{_mandir}/man4/mouse_drv.4*
This page took 0.215995 seconds and 4 git commands to generate.