From e229b360839fbfa3935707ba2c84f8041cf106c0 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sun, 30 Mar 2008 16:48:47 -0700 Subject: [PATCH] Moved RPM packaging dir to top-level --- Makefile.am | 16 +++++++--------- {packaging/redhat => rpm}/tinyproxy-initd | 0 {packaging/redhat => rpm}/tinyproxy.spec | 0 3 files changed, 7 insertions(+), 9 deletions(-) rename {packaging/redhat => rpm}/tinyproxy-initd (100%) rename {packaging/redhat => rpm}/tinyproxy.spec (100%) diff --git a/Makefile.am b/Makefile.am index 6228171..a1cdc9d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,21 +1,19 @@ -# Redhat spec files (from RPMs) -REDHAT_DIR = packaging/redhat -REDHAT = \ - $(REDHAT_DIR)/tinyproxy-initd \ - $(REDHAT_DIR)/tinyproxy.spec +# RPM spec files +RPM_DIR = rpm +RPM_FILES = \ + $(RPM_DIR)/tinyproxy-initd \ + $(RPM_DIR)/tinyproxy.spec # Packaging files -PACKAGING = $(REDHAT) +PACKAGING_FILES = $(RPM_FILES) -# # The following files are required for the build process -# CONFIG_FILES = \ config/config.guess config/config.sub \ config/ltmain.sh config/install-sh config/missing config/mkinstalldirs \ config/typecheck.m4 config/argenable.m4 -EXTRA_DIST = $(CONFIG_FILES) TODO $(PACKAGING) bootstrap +EXTRA_DIST = $(CONFIG_FILES) TODO $(PACKAGING_FILES) bootstrap SUBDIRS = src doc install-data-local: tinyproxy-configure-file tinyproxy-html-files diff --git a/packaging/redhat/tinyproxy-initd b/rpm/tinyproxy-initd similarity index 100% rename from packaging/redhat/tinyproxy-initd rename to rpm/tinyproxy-initd diff --git a/packaging/redhat/tinyproxy.spec b/rpm/tinyproxy.spec similarity index 100% rename from packaging/redhat/tinyproxy.spec rename to rpm/tinyproxy.spec