rpms/vnc-reflector/devel vnc-reflector.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Jun 14 15:16:33 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/vnc-reflector/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17703/devel

Modified Files:
	.cvsignore sources 
Added Files:
	vnc-reflector.spec 
Log Message:
auto-import vnc-reflector-1.2.4-0.fc5 on branch devel from vnc-reflector-1.2.4-0.fc5.src.rpm


--- NEW FILE vnc-reflector.spec ---
Name:      vnc-reflector
Version:   1.2.4 
Release:   0%{?dist}
Summary:   A specialized, multiplexing vnc proxy server

Group:     Applications/Internet
License:   BSD 
URL:       http://sourceforge.net/projects/vnc-reflector/
Source0:   http://easynews.dl.sourceforge.net/sourceforge/vnc-reflector/vnc_reflector-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: libjpeg-devel, zlib-devel 

%description
Reflector is a specialized VNC server which acts as a proxy sitting between
real VNC server (a host) and a number of VNC clients. It was designed to work
efficiently with large number of clients.

%prep
%setup -q -n vnc_reflector


%build
make %{?_smp_mflags}


%install
rm -rf %{buildroot}

# no install target in the makefile....
%{__mkdir_p} %{buildroot}%{_bindir}
cp vncreflector %{buildroot}%{_bindir}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README LICENSE ChangeLog
%{_bindir}/*


%changelog
* Fri Jun 09 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.2.4-0
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/vnc-reflector/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Jun 2006 15:16:15 -0000	1.1
+++ .cvsignore	14 Jun 2006 15:16:33 -0000	1.2
@@ -0,0 +1 @@
+vnc_reflector-1.2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/vnc-reflector/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Jun 2006 15:16:15 -0000	1.1
+++ sources	14 Jun 2006 15:16:33 -0000	1.2
@@ -0,0 +1 @@
+c3f88bc62f228b335c25c07f9744ab0c  vnc_reflector-1.2.4.tar.gz




More information about the fedora-extras-commits mailing list