update for build
This commit is contained in:
@@ -48,4 +48,4 @@ pychecker:
|
||||
|
||||
pycheckerverbose:
|
||||
@echo "running pychecker (verbose) ..."
|
||||
$(pychecker) $(pychecker_files)
|
||||
$(pychecker) --limit 1000 $(pychecker_files)
|
||||
|
||||
@@ -33,9 +33,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%doc README morituri.doap NEWS RELEASE ChangeLog
|
||||
%{_bindir}/rip
|
||||
%{_mandir}/man1/rip.1*
|
||||
#%{_mandir}/man1/rip.1*
|
||||
%{_libdir}/python*.*/site-packages/morituri
|
||||
%{_sysconfdir}/bash_completion.d/morituri
|
||||
%{_sysconfdir}/bash_completion.d/rip
|
||||
|
||||
%changelog
|
||||
* Wed May 20 2009 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
@@ -5,4 +5,4 @@ morituridir = $(PYTHONLIBDIR)/morituri
|
||||
morituri_PYTHON = \
|
||||
__init__.py
|
||||
|
||||
SUBDIRS = common extern image program rip test
|
||||
SUBDIRS = common configure extern image program rip test
|
||||
|
||||
@@ -6,6 +6,7 @@ morituri_PYTHON = \
|
||||
__init__.py \
|
||||
checksum.py \
|
||||
common.py \
|
||||
log.py \
|
||||
logcommand.py \
|
||||
renamer.py \
|
||||
task.py \
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
CLEANFILES = *.py{c,o}
|
||||
|
||||
moapdir = $(PYTHONLIBDIR)/moap/configure
|
||||
morituridir = $(PYTHONLIBDIR)/morituri/configure
|
||||
|
||||
moap_PYTHON = \
|
||||
morituri_PYTHON = \
|
||||
__init__.py \
|
||||
configure.py \
|
||||
installed.py
|
||||
@@ -15,4 +15,4 @@ TAGS_FILES = installed.py.in uninstalled.py.in
|
||||
|
||||
DISTCLEANFILES = installed.pyc installed.pyo uninstalled.pyc uninstalled.pyo
|
||||
|
||||
EXTRA_DIST = $(moap_PYTHON) installed.py.in uninstalled.py.in
|
||||
EXTRA_DIST = $(morituri_PYTHON) installed.py.in uninstalled.py.in
|
||||
|
||||
11
morituri/extern/Makefile.am
vendored
11
morituri/extern/Makefile.am
vendored
@@ -1,17 +1,18 @@
|
||||
CLEANFILES = *.py{c,o} command/*.py{c,o} log/*.py{c,o}
|
||||
|
||||
moapdir = $(PYTHONLIBDIR)/moap/extern
|
||||
morituridir = $(PYTHONLIBDIR)/morituri/extern
|
||||
|
||||
moap_PYTHON = \
|
||||
__init__.py
|
||||
morituri_PYTHON = \
|
||||
__init__.py \
|
||||
asyncsub.py
|
||||
|
||||
logdir = $(PYTHONLIBDIR)/moap/extern/log
|
||||
logdir = $(PYTHONLIBDIR)/morituri/extern/log
|
||||
|
||||
log_PYTHON = \
|
||||
log/__init__.py \
|
||||
log/log.py
|
||||
|
||||
commanddir = $(PYTHONLIBDIR)/moap/extern/command
|
||||
commanddir = $(PYTHONLIBDIR)/morituri/extern/command
|
||||
|
||||
command_PYTHON = \
|
||||
command/__init__.py \
|
||||
|
||||
@@ -75,7 +75,7 @@ PACKAGE_VERSION_MAJOR = 0
|
||||
PACKAGE_VERSION_MICRO = 0
|
||||
PACKAGE_VERSION_MINOR = 0
|
||||
PACKAGE_VERSION_NANO = 1
|
||||
PACKAGE_VERSION_RELEASE = 0.20090522.221730
|
||||
PACKAGE_VERSION_RELEASE = 0.20090522.223509
|
||||
PATH_SEPARATOR = :
|
||||
PYCHECKER = yes
|
||||
PYTHON = /usr/bin/python
|
||||
|
||||
Reference in New Issue
Block a user