File xclip.spec of Package xclip
#
# spec file for package xclip (Version 0.08)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: xclip
BuildRequires: xorg-x11-libXmu-devel
AutoReqProv: on
Group: System/X11/Utilities
Summary: Command line interface to X selections
Version: 0.08
Release: 2
Source: %name-%version.tar.gz
Url: http://people.debian.org/~kims/xclip/
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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.
Authors:
--------
kims@debian.org
%prep
%setup -n xclip
%build
make
%install
%{__mkdir_p} %{buildroot}%{_bindir}
%{__install} -s -m 755 xclip %{buildroot}%{_bindir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_bindir}/xclip
%changelog
* Thu Aug 07 2008 bphilips@suse.de
- Initial commit 0.08