/[packages]/cauldron/xsel/current/SPECS/xsel.spec
ViewVC logotype

Contents of /cauldron/xsel/current/SPECS/xsel.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 95522 - (show annotations) (download)
Fri May 6 18:28:59 2011 UTC (12 years, 11 months ago) by misc
File size: 1139 byte(s)
imported package xsel
1 Name: xsel
2 Version: 1.2.0
3 Release: %mkrel 1
4 Summary: Command line clipboard and X selection tool
5 Group: Applications/System
6 License: MIT
7 URL: http://www.vergenet.net/~conrad/software/xsel/
8 Source0: http://www.vergenet.net/~conrad/software/xsel/download/xsel-%{version}.tar.gz
9 # Applied upstream (BZ#690214)
10 Patch0: xsel-1.2.0-MAX_NUM_TARGETS.patch
11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12 #BuildRequires: libSM-devel libXt-devel libXext-devel
13
14 %description
15 XSel is a command line or script utility, similar to xclip, that can copy the
16 primary and secondary X selection, or any highlighted text, to or from a file,
17 stdin or stdout. It can also append to and delete the clipboard or buffer that
18 you would paste with the middle mouse button.
19
20 %prep
21 %setup -q
22 %patch0 -p1 -b .MAX_NUM_TARGETS
23
24 %build
25 %configure
26 %make
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 make DESTDIR=$RPM_BUILD_ROOT install
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(-,root,root,-)
37 %doc AUTHORS ChangeLog COPYING README
38 %{_mandir}/man1/xsel.1x*
39 %{_bindir}/xsel
40

  ViewVC Help
Powered by ViewVC 1.1.30