rpms/xorg-x11-drv-diamondtouch/devel xorg-x11-drv-diamondtouch.spec, 1.1, 1.2

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Thu Feb 21 18:53:35 UTC 2008


Author: ajax

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

Modified Files:
	xorg-x11-drv-diamondtouch.spec 
Log Message:
don't install headers, they're not useful


Index: xorg-x11-drv-diamondtouch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-diamondtouch/devel/xorg-x11-drv-diamondtouch.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-diamondtouch.spec	21 Feb 2008 18:51:30 -0000	1.1
+++ xorg-x11-drv-diamondtouch.spec	21 Feb 2008 18:53:02 -0000	1.2
@@ -29,13 +29,13 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
+find $RPM_BUILD_ROOT -name \*.h | xargs rm -f
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%{_includedir}/diamondtouch/ee_defs.h
 %{_libdir}/xorg/modules/input/diamondtouch_drv.so
 %{_mandir}/man4/diamondtouch.4.gz
 




More information about the fedora-extras-commits mailing list