File dmxviewer.spec of Package dmxviewer
#
# spec file for package dmxviewer (Version 0.1.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: dmxviewer
BuildRequires: libdmxview-devel pkg-config xorg-x11-devel xorg-x11-libxcb-devel
Requires: openssh
Summary: DMX viewer
Version: 0.1.6
Release: 1
License: X11/MIT
Group: System/X11/Utilities
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Efficiently view and control remote desktop sessions on local X server.
%prep
%setup
%build
autoreconf -f -i
%configure
make %{?jobs:-j%jobs}
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc COPYING README
%{_bindir}/dmxviewer
%changelog
* Tue Nov 11 2008 davidr@novell.com
- Fix input focus handling.
* Wed Oct 15 2008 davidr@novell.com
- Fix bad window title name when using -direct option.
- Don't prevent XDND support from working properly.
* Tue Sep 02 2008 hfiguiere@suse.de
- Initial release.