rpms/xclip/EL-4 xclip.spec,1.3,1.4

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Aug 27 21:43:27 UTC 2007


Author: spot

Update of /cvs/extras/rpms/xclip/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20092/EL-4

Modified Files:
	xclip.spec 
Log Message:

fix ancient EL-4 bits



Index: xclip.spec
===================================================================
RCS file: /cvs/extras/rpms/xclip/EL-4/xclip.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xclip.spec	27 Aug 2007 21:10:10 -0000	1.3
+++ xclip.spec	27 Aug 2007 21:42:54 -0000	1.4
@@ -1,6 +1,6 @@
 Name:		xclip
 Version:	0.08
-Release:	4%{?dist}
+Release:	4%{?dist}.1
 License:	GPLv2+
 Group:		Applications/System
 Summary:	Command line clipboard grabber
@@ -29,6 +29,13 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 make DESTDIR=$RPM_BUILD_ROOT install.man
 
+mkdir -p $RPM_BUILD_ROOT%{_bindir}
+mv $RPM_BUILD_ROOT/usr/X11R6/bin/* $RPM_BUILD_ROOT%{_bindir}
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
+mv $RPM_BUILD_ROOT/usr/X11R6/man/man1/* $RPM_BUILD_ROOT%{_mandir}/man1
+
+rm -rf $RPM_BUILD_ROOT/usr/X11R6
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 




More information about the fedora-extras-commits mailing list