rpms/linuxwacom/devel linuxwacom.spec,1.52,1.53

Aristeu Sergio Rozanski Filho (arozansk) fedora-extras-commits at redhat.com
Wed Mar 5 19:43:07 UTC 2008


Author: arozansk

Update of /cvs/pkgs/rpms/linuxwacom/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15260

Modified Files:
	linuxwacom.spec 
Log Message:
* removing configuration tools from the package




Index: linuxwacom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/linuxwacom/devel/linuxwacom.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- linuxwacom.spec	5 Mar 2008 00:53:44 -0000	1.52
+++ linuxwacom.spec	5 Mar 2008 19:42:36 -0000	1.53
@@ -3,7 +3,7 @@
 # Upstream's versioning is goofy.  Note the mapping from tarname to version.
 Name:		linuxwacom
 Version:	0.7.9.8
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Wacom Drivers from Linux Wacom Project
 
 Group:		User Interface/X Hardware Support
@@ -19,8 +19,8 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
 BuildRequires:	libX11-devel libXi-devel ncurses-devel
 BuildRequires:  xorg-x11-server-sdk >= 1.4.99.1
-BuildRequires:  autoconf automake libtool tk-devel tcl-devel xorg-x11-server-Xorg
-Requires:	xorg-x11-server-Xorg >= 1.4.99.1, udev >= 030-21 tk tcl
+BuildRequires:  autoconf automake libtool xorg-x11-server-Xorg
+Requires:	xorg-x11-server-Xorg >= 1.4.99.1, udev >= 030-21
 ExclusiveArch:  %{ix86} x86_64 alpha ia64 ppc ppc64 sparc sparc64
 
 %description 
@@ -57,7 +57,8 @@
 fi
 
 export RPM_LIBDIR=%{_lib}
-%configure --without-gtk --enable-dlloader $XSERVER64
+%configure --without-gtk --enable-dlloader $XSERVER64 \
+		--without-tk --without-tcl
 
 export CFLAGS="$RPM_OPT_FLAGS"
 make
@@ -89,10 +90,7 @@
 %{_bindir}/wacdump
 %{_bindir}/xidump
 %{_bindir}/xsetwacom
-%{_bindir}/wacomcpl
-%{_bindir}/wacomcpl-exec
 %{_libdir}/libwacomcfg*so.*
-%{_libdir}/TkXInput/*
 %{_mandir}/man4/wacom.4*
 %{_sysconfdir}/udev/rules.d/60-wacom.rules
 
@@ -104,6 +102,9 @@
 %{_libdir}/libwacomcfg*.so
 
 %changelog
+* Wed Mar 05 2008 Aristeu Rozanski <arozansk at redhat.com> - 0.7.9.8-2
+- Removed configuration tools
+
 * Fri Feb 22 2008 Aristeu Rozanski <arozansk at redhat.com> - 0.7.9.8-1
 - Fixed build
 - New upstream version




More information about the scm-commits mailing list