Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
14f7c577
Commit
14f7c577
authored
Feb 08, 2003
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ignore generated files
parent
980f062a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
69 additions
and
0 deletions
+69
-0
.cvsignore
.cvsignore
+9
-0
.cvsignore
contrib/.cvsignore
+1
-0
.cvsignore
examples/.cvsignore
+1
-0
libvncserver.spec.in
libvncserver.spec.in
+58
-0
No files found.
.cvsignore
0 → 100644
View file @
14f7c577
Makefile.in
configure
config.status
config.log
libvncserver.spec
.deps
aclocal.m4
autom4te.cache
contrib/.cvsignore
View file @
14f7c577
Makefile.in
x11vnc
zippy
.deps
examples/.cvsignore
View file @
14f7c577
...
...
@@ -7,4 +7,5 @@ sratest
storepasswd
vncev
Makefile.in
.deps
libvncserver.spec.in
0 → 100644
View file @
14f7c577
# Note that this is NOT a relocatable package
Name: @PACKAGE@
Version: @VERSION@
Release: 1
Summary: a library to make writing a vnc server easy
Copyright: GPL
Group: Libraries/Network
Packager: Johannes.Schindelin <Johannes.Schindelin@gmx.de>
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Prefix: %{_prefix}
%description
LibVNCServer makes writing a VNC server (or more correctly, a program
exporting a framebuffer via the Remote Frame Buffer protocol) easy.
It is based on OSXvnc, which in turn is based on the original Xvnc by
ORL, later AT&T research labs in UK.
It hides the programmer from the tedious task of managing clients and
compression schemata.
LibVNCServer was put together and is (actively ;-) maintained by
Johannes Schindelin <Johannes.Schindelin@gmx.de>
%prep
%setup -n %{name}-%{version}
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix}
make
%install
make install prefix=$RPM_BUILD_ROOT%{prefix}
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%pre
%post
%preun
%postun
%files
%defattr(-,root,root)
%{prefix}
%{_mandir}/man1/*
%doc AUTHORS COPYING ChangeLog README TODO
%changelog
see ChangeLog
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment