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
4301cdf1
Commit
4301cdf1
authored
Mar 05, 2005
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
autoconf: rpm -> rpmbuild and echo -n -> printf
parent
b8b96689
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
ChangeLog
ChangeLog
+3
-0
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+1
-1
Makefile.am
libvncserver/Makefile.am
+1
-1
No files found.
ChangeLog
View file @
4301cdf1
2005-03-05 Karl Runge <runge@karlrunge.com>
* autoconf: rpm -> rpmbuild and echo -n -> printf
2005-03-04 Karl Runge <runge@karlrunge.com>
* libvncserver/{cargs.c,sockets.c}: add -listen option and
rfbScreen member listenInterface.
...
...
Makefile.am
View file @
4301cdf1
...
...
@@ -17,7 +17,7 @@ $(PACKAGE)-$(VERSION).tar.gz: dist
# Rule to build RPM distribution package
rpm
:
$(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).spec
cp
$(PACKAGE)
-
$(VERSION)
.tar.gz @RPMSOURCEDIR@
rpm
-ba
$(PACKAGE)
.spec
rpm
build
-ba
$(PACKAGE)
.spec
endif
all
:
make_config_executable
...
...
configure.ac
View file @
4301cdf1
...
...
@@ -248,7 +248,7 @@ AC_CHECK_HEADER(ApplicationServices/ApplicationServices.h, HAVE_OSX="true")
AM_CONDITIONAL(OSX, test "$HAVE_OSX" = "true")
# Check for rpm SOURCES path
echo -n
"checking for rpm sources path... "
printf
"checking for rpm sources path... "
RPMSOURCEDIR="NOT-FOUND"
for directory in packages OpenLinux redhat RedHat rpm RPM "" ; do
if test -d /usr/src/${directory}/SOURCES; then
...
...
libvncserver/Makefile.am
View file @
4301cdf1
...
...
@@ -36,7 +36,7 @@ $(PACKAGE)-$(VERSION).tar.gz: dist
# Rule to build RPM distribution package
rpm
:
$(PACKAGE)-$(VERSION).tar.gz libvncserver.spec
cp
$(PACKAGE)
-
$(VERSION)
.tar.gz @RPMSOURCEDIR@
rpm
-ba
libvncserver.spec
rpm
build
-ba
libvncserver.spec
endif
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