auto-import xorg-x11-drv-evdev-1.0.0.1-1 on branch devel from

xorg-x11-drv-evdev-1.0.0.1-1.src.rpm
This commit is contained in:
mharris 2005-11-04 23:18:15 +00:00
parent befcb3d6f9
commit 8943bac100
3 changed files with 11 additions and 8 deletions

View File

@ -1 +1 @@
xf86-input-evdev-1.0.0.tar.bz2 xf86-input-evdev-1.0.0.1.tar.bz2

View File

@ -1 +1 @@
7b3d351e84cf0260a2106a4d11bb2b2a xf86-input-evdev-1.0.0.tar.bz2 9ebb092846a008271680ba190a069245 xf86-input-evdev-1.0.0.1.tar.bz2

View File

@ -4,14 +4,14 @@
# the "filesystem" package. # the "filesystem" package.
%define moduledir %(pkg-config xorg-server --variable=moduledir ) %define moduledir %(pkg-config xorg-server --variable=moduledir )
# define driverdir to the appropriate type for this driver class # define driverdir to the appropriate type for this driver class
%define driverdir %(pkg-config xorg-server --variable=inputdir ) %define driverdir %{moduledir}/input
%define cvsdate xxxxxxx %define cvsdate xxxxxxx
Summary: Xorg X11 evdev input driver Summary: Xorg X11 evdev input driver
Name: xorg-x11-drv-evdev Name: xorg-x11-drv-evdev
Version: 1.0.0 Version: 1.0.0.1
Release: 0 Release: 1
URL: http://www.x.org URL: http://www.x.org
# FIXME: If using a CVS version, uncomment the second Source0 line and use # FIXME: If using a CVS version, uncomment the second Source0 line and use
# it instead. # it instead.
@ -58,7 +58,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
# FIXME: Remove all libtool archives (*.la) from modules directory. This # FIXME: Remove all libtool archives (*.la) from modules directory. This
# should be fixed in upstream Makefile.am or whatever. # should be fixed in upstream Makefile.am or whatever.
find $RPM_BUILD_ROOT%{moduledir} -name '*.la' | xargs rm -f -- find $RPM_BUILD_ROOT -regex ".*.la$" | xargs rm -f --
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -77,10 +77,13 @@ rm -rf $RPM_BUILD_ROOT
%{driverdir}/*.so %{driverdir}/*.so
# NOTE: Uncomment these if someone ever writes manpages for this driver # NOTE: Uncomment these if someone ever writes manpages for this driver
#%dir %{_mandir} #%dir %{_mandir}
#%dir %{_mandir}/man4 #%dir %{_mandir}/man4x
#%{_mandir}/man4/*.4* #%{_mandir}/man4x/*.4x*
%changelog %changelog
* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
- Updated xorg-x11-drv-evdev to version 1.0.0.1 from X11R7 RC1
- Fix *.la file removal.
* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0 * Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
- Initial spec file for evdev input driver generated automatically - Initial spec file for evdev input driver generated automatically
by my xorg-driverspecgen script. by my xorg-driverspecgen script.