aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/README2
-rwxr-xr-xsrc/install-rpm.sh4
-rwxr-xr-xsrc/prep-rpm.sh1
3 files changed, 1 insertions, 6 deletions
diff --git a/src/README b/src/README
index f2d041b7..b65b07ed 100644
--- a/src/README
+++ b/src/README
@@ -13,7 +13,7 @@ To access to the public source code repository for this project run:
(all the following as root)
to install locally ==> python setup.py install
-to build an rpm ==> python setup.py bdist_rpm
+to build an rpm ==> make rpm
See the Makefile.
diff --git a/src/install-rpm.sh b/src/install-rpm.sh
deleted file mode 100755
index 0ec6da38..00000000
--- a/src/install-rpm.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-rm -rf $RPM_BUILD_ROOT
-python setup.py install --optimize 1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
-# 'brp-compress' gzips the man pages without distutils knowing... fix this
-sed -i -e 's@man/man\([[:digit:]]\)/\(.\+\.[[:digit:]]\)$@man/man\1/\2.gz@g' INSTALLED_FILES
diff --git a/src/prep-rpm.sh b/src/prep-rpm.sh
deleted file mode 100755
index c4b94de6..00000000
--- a/src/prep-rpm.sh
+++ /dev/null
@@ -1 +0,0 @@
-%setup -q