rpms/xorg-x11-drv-wiimote/devel wiimote-0.0.1-include-path.patch, NONE, 1.1 xorg-x11-drv-wiimote.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon Feb 18 15:58:46 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-wiimote/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20905/devel

Modified Files:
	.cvsignore sources 
Added Files:
	wiimote-0.0.1-include-path.patch xorg-x11-drv-wiimote.spec 
Log Message:
initial import


wiimote-0.0.1-include-path.patch:

--- NEW FILE wiimote-0.0.1-include-path.patch ---
diff -up xf86-input-wiimote-0.0.1/configure.ac.jx xf86-input-wiimote-0.0.1/configure.ac
--- xf86-input-wiimote-0.0.1/configure.ac.jx	2007-12-17 22:37:59.000000000 -0500
+++ xf86-input-wiimote-0.0.1/configure.ac	2007-12-18 10:57:43.000000000 -0500
@@ -62,7 +62,7 @@ sdkdir=$(pkg-config --variable=sdkdir xo
 LIBS="-lcwiimote"
 AC_SUBST([LIBS])
 
-CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src'
+CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src -I/usr/include/libcwiimote'
 AC_SUBST([CFLAGS])
 
 # Checks for libraries.


--- NEW FILE xorg-x11-drv-wiimote.spec ---
%define tarball xf86-input-wiimote

Name:           xorg-x11-drv-wiimote
Version:        0.0.1
Release:        1%{?dist}
Summary:        Xorg driver for the Nintendo Wii Remote

Group:          User Interface/X Hardware Support
License:        MIT
URL:		http://wearables.unisa.edu.au/mpx/?q=node/129
Source0:        http://people.freedesktop.org/~whot/wiimote/xf86-input-wiimote-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Patch0:		wiimote-0.0.1-include-path.patch

BuildRequires:	autoconf automake libtool
BuildRequires:  libwiimote-devel
BuildRequires:  xorg-x11-server-sdk
Requires:       xorg-x11-server-Xorg

%description
Xorg driver for the Nintendo Wii Remote.

%prep
%setup -q -n %{tarball}-%{version}
%patch0 -p1 -b .include-path

%build
autoreconf -v --install || exit 1
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT%{_libdir} -name '*.la' | xargs rm -f

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc
%{_libdir}/xorg/modules/input/wiimote_drv.so
%{_mandir}/man4/wiimote.4*

%changelog
* Tue Dec 18 2007 Adam Jackson <ajax at redhat.com> 0.0.1-1
- Initial version.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-wiimote/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Jan 2008 17:11:23 -0000	1.1
+++ .cvsignore	18 Feb 2008 15:58:10 -0000	1.2
@@ -0,0 +1 @@
+xf86-input-wiimote-0.0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-wiimote/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Jan 2008 17:11:23 -0000	1.1
+++ sources	18 Feb 2008 15:58:10 -0000	1.2
@@ -0,0 +1 @@
+a6f130ced21dec5300dbc2c85d0c7df9  xf86-input-wiimote-0.0.1.tar.bz2




More information about the fedora-extras-commits mailing list