Author: bogado
Update of /cvs/extras/rpms/cwiid/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18628/devel
Modified Files:
cwiid.spec
Log Message:
updating the rpm to release 7
This among other things fixes some files that were packaged in the wrong
file and also simplifies the name space under the cwiid as agreed on
discussion on the bug #441072
Index: cwiid.spec
===================================================================
RCS file: /cvs/extras/rpms/cwiid/devel/cwiid.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cwiid.spec 28 Apr 2008 23:40:30 -0000 1.1
+++ cwiid.spec 30 Apr 2008 23:14:12 -0000 1.2
@@ -2,7 +2,7 @@
Name: cwiid
Version: 0.6.00
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Wiimote interface library
Group: System Environment/Libraries
@@ -35,13 +35,15 @@
%description python2
Python2 binding for %{name}
-%package wmgui
+%package utils
Summary: Wiimote connection test application
Group: Applications/System
Requires: %{name} = %{version}-%{release}
+Provides: %{name}-wmgui = %{version}-%{release}
+Obsoletes: %{name}-wmgui < 0.6.00-7
-%description wmgui
-Gtk application to test the wiimote connection
+%description utils
+Applications to test the wiimote connection
%package wminput
Summary: Enables using the wiimote as an input source
@@ -84,9 +86,7 @@
%files
%defattr(-,root,root,-)
%doc AUTHORS NEWS README COPYING ChangeLog
-%{_bindir}/lswm
%{_libdir}/*.so.*
-%{_libdir}/cwiid
%files devel
%defattr(0644,root,root,-)
@@ -100,14 +100,19 @@
%config(noreplace) %{_sysconfdir}/cwiid/
%{_bindir}/wminput
%{_mandir}/man1/wminput*
+%{_libdir}/cwiid
%{_defaultdocdir}/cwiid
-%files wmgui
+%files utils
+%{_bindir}/lswm
%{_bindir}/wmgui
%{_mandir}/man1/wmgui*
%{_datadir}/applications/fedora-wmgui.desktop
%changelog
+* Thu May 1 2008 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp> 0.6.00-7
+- Rename -wmgui to -tools and repackage.
+
* Fri Apr 25 2008 Victor Bogado <victor(a)bogado.net> 0.6.00-6
- Fix mode for configuration files.