]> git.pld-linux.org Git - packages/xsel.git/blob - xsel.spec
- updated to 1.2.1
[packages/xsel.git] / xsel.spec
1 Summary:        X selection manipulation program
2 Summary(pl.UTF-8):      Program do manipulacji schowkiem X
3 Name:           xsel
4 Version:        1.2.1
5 Release:        1
6 License:        BSD-like
7 Group:          X11/Applications
8 #Source0Download: https://github.com/kfish/xsel/releases
9 Source0:        https://github.com/kfish/xsel/archive/%{version}/%{name}-%{version}.tar.gz
10 # Source0-md5:  a11b94ec0d664eca48d38cf6f4dea356
11 URL:            http://www.kfish.org/software/xsel/
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake >= 1:1.14
14 BuildRequires:  pkgconfig
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 XSel is a command-line program for getting and setting the contents of
20 the X selection. Normally this is only accessible by manually
21 highlighting information and pasting it with the middle mouse button.
22
23 %description -l pl.UTF-8
24 XSel to działający z linii poleceń program do pobierania i ustawiania
25 zawartości schowka X. Zwykle jest to dostępne tylko przez ręczne
26 podświetlanie informacji i wklejanie ich środkowym przyciskiem myszy.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS COPYING ChangeLog README rant.txt release_notes
51 %attr(755,root,root) %{_bindir}/xsel
52 %{_mandir}/man1/xsel.1x*
This page took 0.114246 seconds and 4 git commands to generate.