Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > by-pkgid > 907e26e0096c73877a7b2c4abcc00fb8 > files > 6

rfb-0.6.1-6mdk.src.rpm

Summary: Rfb is a set of rfb enabled tools and applications
Name: rfb
Version: 0.6.1
Release: 6mdk

Source0: http://download.hexonet.com/software/rfb/%{name}-%{version}.tar.bz2
Source1: genpassHex.cc.bz2
#Patch0: rfb-0.1.2-gcc296.patch.bz2
Patch1: rfb-0.1.2-makefile.patch.bz2
Patch2: rfb-0.6.1-c++fixes.patch.bz2
Patch3:	rfb-0.6.1-socklen_t.patch.bz2

URL:	http://www.hexonet.de/	
License: GPL
Group: Networking/Remote access
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires: libxclass-devel XFree86-devel xpm-devel zlib-devel 

%description
The heXoNet RFB Software package includes many different projects. 
The goal of this package is to provide a comprehensive collection of 
rfb enabled tools and applications. One application, x0rfbserver, was 
(and maybe still is) the only complete remote control solution for 
the X Window System.


%prep
%setup -q
#%patch0 -p1 -b .296
%patch1 -p1 
%patch2 -p1 -b .c++fixes
%patch3 -p1 -b .socklen_t

%build
bzcat %{SOURCE1} > x0rfbserver/genpassHex.cc

make depend

%make
cd x0rfbserver
(make)

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1

install -m 755 x0rfbserver/x0rfbserver x0rfbserver/genpassHex xrfbviewer/xplayfbs xrfbviewer/xrfbviewer $RPM_BUILD_ROOT%{_bindir}
install -m 644 man/man1/* $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README INSTALL COPYING 
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Wed Aug 14 2002 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 0.6.1-6mdk
- Automated rebuild with gcc 3.2-0.3mdk

* Thu Jul 25 2002 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 0.6.1-5mdk
- Automated rebuild with gcc3.2

* Fri Jul 12 2002 Geoffrey Lee <snailtalk@mandrakesoft.com> 0.6.1-4mdk
- Don't BuildRequires xclass. It is gone.
- Make this compile on 64-bit architectures.

* Thu Jun 20 2002 Daouda LO <daouda@mandrakesoft.com> 0.6.1-3mdk
- rebuild against latest libxclass.

* Tue May 28 2002 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 0.6.1-2mdk
- Patch2: ISO C++ fixes. Namespace std does not have global
  scope. Don't redefine default arguments. Don't omit 'class' key in
  friend declarations.

* Wed Mar 20 2002 Daouda LO <daouda@mandrakesoft.com> 0.6.1-1mdk
- release 0.6.1

* Sat Feb 16 2002 David BAUDENS <baudens@mandrakesoft.com> 0.1.2-7mdk
- BuildRequires: xclass

* Thu Dec 13 2001 Daouda LO <daouda@mandrakesoft.com> 0.1.2-6mdk
- correct password generation typo

* Wed Dec 12 2001 Daouda LO <daouda@mandrakesoft.com> 0.1.2-5mdk
- add password authentification for rfbdrake : DES encryption.

* Tue Nov 27 2001 Daouda Lo <daouda@mandrakesoft.com> 0.1.2-4mdk
- back to libxclass-0.5.4

* Mon Nov 26 2001 Daouda LO <daouda@mandrakesoft.com> 0.1.2-3mdk
- rebuild against libxclass-0.6.1 (fix passwd entry bug)

* Thu Jul 19 2001 Stefan van der Eijk <stefan@eijk.nu> 0.1.2-2mdk
- BuildRequires: XFree86-devel xpm-devel zlib-devel
- Copyright --> License

* Tue Jun 12 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.1.2-1mdk
- First Mandrake package


# end of file