rpms/xclip/devel xclip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Apr 25 20:42:16 UTC 2007


Author: spot

Update of /cvs/extras/rpms/xclip/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14756/devel

Modified Files:
	.cvsignore sources 
Added Files:
	xclip.spec 
Log Message:
auto-import xclip-0.08-2.fc7 on branch devel from xclip-0.08-2.fc7.src.rpm


--- NEW FILE xclip.spec ---
Name:		xclip
Version:	0.08
Release:	2%{?dist}
License:	GPL
Group:		Applications/System
Summary:	Command line clipboard grabber
URL:		http://people.debian.org/~kims/xclip/
Source0:	http://people.debian.org/~kims/xclip/xclip-0.08.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  imake, libXmu-devel, libICE-devel

%description
xclip is a command line utility that is designed to run on any system with an
X11 implementation. It provides an interface to X selections ("the clipboard")
from the command line. It can read data from standard in or a file and place it
in an X selection for pasting into other X applications. xclip can also print
an X selection to standard out, which can then be redirected to a file or
another program.

%prep
%setup -q -n %{name}

%build
xmkmf
make CDEBUGFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
make DESTDIR=$RPM_BUILD_ROOT install.man

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING README
%{_bindir}/xclip
%{_mandir}/man1/xclip.1*

%changelog
* Wed Apr 25 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.08-2
- smp_mflags

* Tue Apr 24 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.08-1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xclip/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Apr 2007 19:47:37 -0000	1.1
+++ .cvsignore	25 Apr 2007 20:41:42 -0000	1.2
@@ -0,0 +1 @@
+xclip-0.08.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xclip/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Apr 2007 19:47:37 -0000	1.1
+++ sources	25 Apr 2007 20:41:42 -0000	1.2
@@ -0,0 +1 @@
+a90bde3fb0da6aad3a6042c4867245c6  xclip-0.08.tar.gz




More information about the fedora-extras-commits mailing list