rpms/cwiid/F-13 0001-Fix-missing-library-from-wmdemo.patch, NONE, 1.1 cwiid.spec, 1.11, 1.12

Victor Bogado da Silva Lins bogado at fedoraproject.org
Thu May 6 23:11:47 UTC 2010


Author: bogado

Update of /cvs/pkgs/rpms/cwiid/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15703

Modified Files:
	cwiid.spec 
Added Files:
	0001-Fix-missing-library-from-wmdemo.patch 
Log Message:
Fixing previous commit that imported a bad srpm


0001-Fix-missing-library-from-wmdemo.patch:
 Makefile.in |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE 0001-Fix-missing-library-from-wmdemo.patch ---
>From 3e9dc39b9315bc86a007d0c43d1c14f7e67f41e6 Mon Sep 17 00:00:00 2001
From: Victor Bogado <victor at bogado.net>
Date: Wed, 5 May 2010 20:08:59 -0300
Subject: [PATCH] Fix missing library from wmdemo

---
 wmdemo/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wmdemo/Makefile.in b/wmdemo/Makefile.in
index 56aed58..1eccc02 100644
--- a/wmdemo/Makefile.in
+++ b/wmdemo/Makefile.in
@@ -8,7 +8,7 @@ SOURCES = wmdemo.c
 
 CFLAGS += -I at top_builddir@/libcwiid
 LDFLAGS += -L at top_builddir@/libcwiid
-LDLIBS += -lcwiid
+LDLIBS += -lcwiid -lbluetooth
 INST_DIR = @bindir@
 
 include $(COMMON)/include/app.mak
-- 
1.6.6.1



Index: cwiid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cwiid/F-13/cwiid.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- cwiid.spec	6 May 2010 22:49:59 -0000	1.11
+++ cwiid.spec	6 May 2010 23:11:47 -0000	1.12
@@ -10,10 +10,14 @@ Summary:        Wiimote interface librar
 Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            http://abstrakraft.org/cwiid/
+
 # source URL : http://github.com/abstrakraft/cwiid/tarball/%{git_commit} 
 Source0:        abstrakraft-cwiid-%{git_commit}.tar.gz
 Source1:        wmgui.desktop
-#Patch0:         cwiid-0.6.00-bluez-api.patch
+
+# this patch is in my git-hub fork git://github.com/bogado/cwiid.git
+# there is an upstream bug filed by me at http://abstrakraft.org/cwiid/ticket/105
+Patch0:         0001-Fix-missing-library-from-wmdemo.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  bluez-libs-devel, gawk, bison, flex, gtk2-devel, python-devel >= 2.4, desktop-file-utils
@@ -43,8 +47,8 @@ Python2 binding for %{name}
 Summary:        Wiimote connection test application
 Group:          Applications/System
 Requires:       %{name} = %{version}-%{release}
-Provides:	%{name}-wmgui = %{version}-%{release}
-Obsoletes:	%{name}-wmgui < 0.6.00-7
+Provides:       %{name}-wmgui = %{version}-%{release}
+Obsoletes:      %{name}-wmgui < 0.6.00-7
 
 %description    utils
 Applications to test the wiimote connection
@@ -64,7 +68,7 @@ input sources like the mouse and keyboar
 
 %prep
 %setup -q -n abstrakraft-cwiid-%{git_commit}
-#%patch0 -p1 -b .api
+%patch0 -p1
 
 %build
 aclocal
@@ -102,9 +106,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*
 
 %files python2
+%defattr(-,root,root,-)
 %{python_sitearch}/*
 
 %files wminput
+%defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/cwiid/
 %{_bindir}/wminput
 %{_mandir}/man1/wminput*
@@ -112,12 +118,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_defaultdocdir}/cwiid
 
 %files utils
+%defattr(-,root,root,-)
 %{_bindir}/lswm
 %{_bindir}/wmgui
 %{_mandir}/man1/wmgui*
 %{_datadir}/applications/fedora-wmgui.desktop
 
 %changelog
+* Thu May 06 2010 Victor Bogado <victor at bogado.net> 0.6.00-14.20100505gitfadf11e
+- updated to latest git version, that adds suport for the wii balance board and the wii motion plus
+- Fixed DSO linking issues
+
 * Wed Jan 27 2010 Victor Bogado <victor at bogado.net> 0.6.00-13
 - atempt to fix bug #555449
 



More information about the scm-commits mailing list