aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-01-20 23:05:25 +0000
committerGerald Combs <gerald@wireshark.org>2002-01-20 23:05:25 +0000
commitb11f1955e4408e47dcc7b01605e3754852cca3ba (patch)
treeec6ae78c36932364514ded0a84f2673eb5ee5f44 /packaging
parent287425df9c99c3d2fad493b23ee3a646eb7bff25 (diff)
Revamp the RPM building process. For versions of rpm that support
"--define", we now build the RPM and SRPM packages in packages/rpm. As a result, one need not be root to build RPM-based packages. Move the specfile to packaging/rpm/SPECS. Update the INSTALL document to include the various packaging makefile targets. svn path=/trunk/; revision=4581
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm/Makefile.am4
-rw-r--r--packaging/rpm/SPECS/Makefile.am1
-rw-r--r--packaging/rpm/SPECS/ethereal.spec.in (renamed from packaging/rpm/ethereal.spec.in)0
3 files changed, 4 insertions, 1 deletions
diff --git a/packaging/rpm/Makefile.am b/packaging/rpm/Makefile.am
index 28b04012e9..787d5848e8 100644
--- a/packaging/rpm/Makefile.am
+++ b/packaging/rpm/Makefile.am
@@ -1 +1,3 @@
-EXTRA_DIST = ethereal.spec.in
+SUBDIRS = SPECS
+clean-local:
+ rm -rf BUILD RPMS SOURCES SRPMS
diff --git a/packaging/rpm/SPECS/Makefile.am b/packaging/rpm/SPECS/Makefile.am
new file mode 100644
index 0000000000..28b04012e9
--- /dev/null
+++ b/packaging/rpm/SPECS/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST = ethereal.spec.in
diff --git a/packaging/rpm/ethereal.spec.in b/packaging/rpm/SPECS/ethereal.spec.in
index 4524497eb6..4524497eb6 100644
--- a/packaging/rpm/ethereal.spec.in
+++ b/packaging/rpm/SPECS/ethereal.spec.in