]> git.pld-linux.org Git - packages/xclip.git/blame - xclip.spec
- up to 0.13
[packages/xclip.git] / xclip.spec
CommitLineData
07e2cb12 1Summary: An interface to X selections ("the clipboard")
89eef852 2Summary(pl.UTF-8): Interfejs do schowka X Window System
07e2cb12 3Name: xclip
c8e6d221
ŁK
4Version: 0.13
5Release: 1
07e2cb12
MM
6Epoch: 0
7License: GPL v2+
07e2cb12 8Group: X11/Applications
c8e6d221
ŁK
9Source0: https://github.com/astrand/%{name}/archive/%{version}.tar.gz
10# Source0-md5: 81e49f56288f299e3389a019f2550ad2
11URL: https://github.com/astrand/xclip
01a3fb20 12BuildRequires: xorg-lib-libICE-devel
9b3114f0 13BuildRequires: xorg-lib-libXmu-devel
07e2cb12
MM
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
07e2cb12 16%description
f5377926 17xclip is a command line utility that provides an interface to X
18selections ("the clipboard"). It can read data from standard in or a
19file and place it in an X selection for pasting into other X
20applications. xclip can also print an X selection to standard out,
21which can then be redirected to a file or another program.
07e2cb12 22
1b42f708
JR
23%description -l pl.UTF-8
24xclip jest narzędziem linii poleceń dostarczającym interfejsu do
25schowka X Window System. Może czytać dane ze standardowego wejścia lub
26pliku i wstawiać je do schowka X w celu wklejenia do innych aplikacji.
27Może również wypisać zawartość schowka na standardowe wyjście, które
28następnie można przekierować do pliku lub innego programu.
07e2cb12
MM
29
30%prep
01a3fb20 31%setup -q
07e2cb12
MM
32
33%build
c8e6d221 34%{__autoconf}
01a3fb20
ER
35%configure
36%{__make}
07e2cb12
MM
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
01a3fb20
ER
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
07e2cb12
MM
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
01a3fb20 49%doc README
4bb8ebde
ER
50%attr(755,root,root) %{_bindir}/xclip
51%attr(755,root,root) %{_bindir}/xclip-copyfile
52%attr(755,root,root) %{_bindir}/xclip-cutfile
53%attr(755,root,root) %{_bindir}/xclip-pastefile
54%{_mandir}/man1/xclip.1*
387f309e 55%{_mandir}/man1/xclip-copyfile.1*
This page took 0.078239 seconds and 4 git commands to generate.