Parent Directory | Revision Log
- new version: 1.2.1
1 | Name: xsel |
2 | Version: 1.2.1 |
3 | Release: %mkrel 1 |
4 | Summary: Command line clipboard and X selection tool |
5 | Group: System/X11 |
6 | License: MIT |
7 | URL: https://www.vergenet.net/~conrad/software/xsel/ |
8 | # https://www.vergenet.net/~conrad/software/xsel/download/xsel-%%{version}.tar.gz |
9 | Source0: https://github.com/kfish/xsel/archive/refs/tags/%{version}/xsel-%{version}.tar.gz |
10 | BuildRequires: pkgconfig(sm) |
11 | BuildRequires: pkgconfig(xt) |
12 | BuildRequires: pkgconfig(xext) |
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 | %autosetup -p1 |
22 | |
23 | %build |
24 | sh autogen.sh |
25 | %configure |
26 | %make_build |
27 | |
28 | %install |
29 | %make_install |
30 | |
31 | %files |
32 | %doc AUTHORS ChangeLog README |
33 | %license COPYING |
34 | %{_mandir}/man1/xsel.1* |
35 | %{_bindir}/xsel |
ViewVC Help | |
Powered by ViewVC 1.1.30 |