]> git.pld-linux.org Git - packages/synergy.git/blob - synergy.spec
- tabs in preamble
[packages/synergy.git] / synergy.spec
1 Summary:        Mouse and keyboard sharing utility
2 Summary(pl.UTF-8):      Narzędzie do dzielenia myszy i klawiatury
3 Name:           synergy
4 Version:        1.3.1
5 Release:        0.1
6 License:        GPL
7 Group:          Daemons
8 URL:            http://synergy2.sourceforge.net/
9 Source0:        http://dl.sourceforge.net/synergy2/%{name}-%{version}.tar.gz
10 # Source0-md5:  a6e09d6b71cb217f23069980060abf27
11 BuildRequires:  X11-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libstdc++-devel
15 #BuildRequires: xorg-libX11-devel
16 #BuildRequires: xorg-libXext-devel
17 #BuildRequires: xorg-libXinerama-devel
18 #BuildRequires: xorg-libXt-devel
19 #BuildRequires: xorg-libXtst-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Synergy lets you easily share a single mouse and keyboard between
24 multiple computers with different operating systems, each with its own
25 display, without special hardware. It's intended for users with
26 multiple computers on their desk since each system uses its own
27 display.
28
29 %description -l pl.UTF-8
30 Synergy pozwala łatwo i bez specjalnego sprzętu dzielić jedną mysz i
31 klawiaturę pomiędzy wiele komputerów z różnymi systemami operacyjnymi,
32 z których każdy ma własny monitor. Jest przeznaczony dla
33 użytkowników z wieloma komputerami na biurku, jako że każdy system
34 używa własnego monitora.
35
36 %prep
37 %setup -q
38
39 %build
40 %{__autoconf}
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog COPYING doc/PORTING NEWS README
56 %doc doc/*.css doc/*.html
57 %doc examples/synergy.conf
58 %attr(755,root,root) %{_bindir}/synergyc
59 %attr(755,root,root) %{_bindir}/synergys
This page took 0.05735 seconds and 4 git commands to generate.