aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/rpm/Makefile.am')
-rw-r--r--packaging/rpm/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/packaging/rpm/Makefile.am b/packaging/rpm/Makefile.am
deleted file mode 100644
index 229f766a04..0000000000
--- a/packaging/rpm/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-
-DIST_SUBDIRS = SPECS
-
-EXTRA_DIST = wireshark.spec.in
-
-clean-local:
- rm -rf BUILD RPMS SOURCES SRPMS
-
-all-local:
- $(MKDIR_P) BUILD RPMS SOURCES SRPMS
- (cd SOURCES && $(LN_S) -f $(abs_top_builddir)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.xz .)
- $(RPMBUILD) --define "_topdir $(abs_builddir)" --define "_prefix $(prefix)" \
- @RPMBUILD_WITH_ARGS@ --clean -ba SPECS/wireshark.spec
- @echo "Package successfully built in `pwd`/RPMS."