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
cb3d612b
Commit
cb3d612b
authored
Jun 07, 2004
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug 968264: make rpm did not work with x11vnc package
parent
00901a2e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
LibVNCServer.spec.in
LibVNCServer.spec.in
+0
-0
Makefile.am
Makefile.am
+2
-2
prepare_x11vnc_dist.sh
prepare_x11vnc_dist.sh
+2
-2
No files found.
libvncs
erver.spec.in
→
LibVNCS
erver.spec.in
100644 → 100755
View file @
cb3d612b
File moved
Makefile.am
View file @
cb3d612b
...
...
@@ -15,9 +15,9 @@ if HAVE_RPM
$(PACKAGE)-$(VERSION).tar.gz
:
dist
# Rule to build RPM distribution package
rpm
:
$(PACKAGE)-$(VERSION).tar.gz
libvncserver
.spec
rpm
:
$(PACKAGE)-$(VERSION).tar.gz
$(PACKAGE)
.spec
cp
$(PACKAGE)
-
$(VERSION)
.tar.gz @RPMSOURCEDIR@
rpm
-ba
libvncserver
.spec
rpm
-ba
$(PACKAGE)
.spec
endif
all
:
make_config_executable
...
...
prepare_x11vnc_dist.sh
View file @
cb3d612b
...
...
@@ -9,7 +9,7 @@ mv configure.ac configure.ac.LibVNCServer
cat
configure.ac.LibVNCServer |
\
sed
-e
"s/LibVNCServer, [^,)]*
\(
[(,]
\)
*/x11vnc,
$VERSION
\1
/g"
\
-e
"s/
\(
contrib
\|
examples
\|
vncterm
\|
libvncclient
\|
test
\|
client_examples
\)\/
Makefile//g"
\
-e
"s/
libvncs
erver.spec/x11vnc.spec/g"
\
-e
"s/
LibVNCS
erver.spec/x11vnc.spec/g"
\
-e
"s/^.*libvncserver-config//g"
\
>
configure.ac
...
...
@@ -23,7 +23,7 @@ sed -e "s/^SUBDIRS.*$/SUBDIRS=libvncserver x11vnc/" \
-e
"s/include_/noinst_/"
\
>
Makefile.am
cat
libvncs
erver.spec.in |
\
cat
LibVNCS
erver.spec.in |
\
sed
-e
"s/Johannes.Schindelin@gmx.de/runge@karlrunge.com/gi"
\
-e
"s/Johannes.Schindelin/Karl Runge/g"
\
-e
"s/a library to make writing a vnc server easy/a VNC server for the current X11 session/"
\
...
...
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