Parent Directory | Revision Log
- new version: 1.2.1
1 | misc | 95522 | Name: xsel |
2 | daviddavid | 2060900 | Version: 1.2.1 |
3 | Release: %mkrel 1 | ||
4 | misc | 95522 | Summary: Command line clipboard and X selection tool |
5 | stormi | 97672 | Group: System/X11 |
6 | misc | 95522 | License: MIT |
7 | danf | 1915377 | URL: https://www.vergenet.net/~conrad/software/xsel/ |
8 | daviddavid | 2060900 | # 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 | daviddavid | 1549244 | BuildRequires: pkgconfig(sm) |
11 | ovitters | 1147135 | BuildRequires: pkgconfig(xt) |
12 | BuildRequires: pkgconfig(xext) | ||
13 | misc | 95522 | |
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 | daviddavid | 2060900 | %autosetup -p1 |
22 | misc | 95522 | |
23 | %build | ||
24 | daviddavid | 2060900 | sh autogen.sh |
25 | wally | 1481091 | %configure |
26 | daviddavid | 1549244 | %make_build |
27 | misc | 95522 | |
28 | %install | ||
29 | daviddavid | 926007 | %make_install |
30 | misc | 95522 | |
31 | %files | ||
32 | daviddavid | 2060900 | %doc AUTHORS ChangeLog README |
33 | %license COPYING | ||
34 | daviddavid | 1549244 | %{_mandir}/man1/xsel.1* |
35 | misc | 95522 | %{_bindir}/xsel |
ViewVC Help | |
Powered by ViewVC 1.1.30 |