Change _SCRIPTS back to _DATA, and instead remove the #!/usr/bin/python stuff which is what rpmlint was really complaining about

This commit is contained in:
Daniel P. Berrange 2006-07-20 11:27:08 -04:00
parent 7f4872f5fe
commit 4ca749928a
8 changed files with 6 additions and 11 deletions

View File

@ -6,7 +6,7 @@ bin_SCRIPTS = virt-manager
pythondir = $(pkgdatadir)
python_SOURCES = $(PACKAGE).py.in
python_SCRIPTS = $(PACKAGE).py
python_DATA = $(PACKAGE).py
libexec_SOURCES = $(PACKAGE)-launch.in
libexec_SCRIPTS = $(PACKAGE)-launch
@ -22,7 +22,7 @@ dbusdir = $(datadir)/dbus-1/services
dbus_SOURCES = $(PACKAGE).service.in
dbus_DATA = $(PACKAGE).service
CLEANFILES = $(bin_SCRIPTS) $(desktop_DATA) $(dbus_DATA) $(python_SCRIPTS) $(libexec_SCRIPTS)
CLEANFILES = $(bin_SCRIPTS) $(desktop_DATA) $(dbus_DATA) $(python_DATA) $(libexec_SCRIPTS)
EXTRA_DIST = $(bin_SOURCES) $(desktop_SOURCES) $(dbus_SOURCES) $(python_SOURCES) $(glade_DATA) $(libexec_SOURCES)

View File

@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- python -*-
#
# Copyright (C) 2006 Red Hat, Inc.

View File

@ -1,5 +1,5 @@
pythondir = $(pkgdatadir)/virtManager
python_SCRIPTS = $(wildcard $(srcdir)/*.py)
python_DATA = $(wildcard $(srcdir)/*.py)
EXTRA_DIST = $(python_SCRIPTS)
EXTRA_DIST = $(python_DATA)

View File

@ -1,5 +1,5 @@
pythondir = $(pkgdatadir)/vncViewer
python_SCRIPTS = $(wildcard $(srcdir)/*.py)
python_DATA = $(wildcard $(srcdir)/*.py)
EXTRA_DIST = $(python_SCRIPTS)
EXTRA_DIST = $(python_DATA)

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
##
## pyvnc2swf - crippled_des.py
##

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
##
## pyvnc2swf - image.py
##

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
##
## pyvnc2swf - rfb.py
##

View File

@ -1,4 +1,3 @@
#!/usr/bin/python
#
# Copyright (C) 2006 Daniel Berrange
# Copyright (C) 2006 Red Hat