File x2vnc.spec of Package x2vnc
Name: x2vnc
Version: 1.7.2
Release: 1
Summary: Keyboard and mouse sharing via VNC
Group: System/Base
License: GPLv2
Source0: %{name}-%{version}.tar.gz
URL: http://fredrik.hubbe.net/x2vnc.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
BuildRequires: pkgconfig(x11)
#BuildRequires: pkgconfig(glib-2.0)
#BuildRequires:
%description
%{summary}.
%files
%defattr(-,root,root,-)
%{_bindir}/x2vnc
%{_mandir}/man1/*
%doc README COPYING ChangeLog
%prep
%setup -q
#%patch0 -p1
%build
%configure
make
##make %{?_smp_mflags}
%install
mkdir -p %{buildroot}/%{_mandir}
make DESTDIR=%{buildroot} install
#%post -p /sbin/ldconfig
#%postun -p /sbin/ldconfig