From 69b3fc54bc6533c8716af8c9d5ab7945fe7923dd Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 8 Sep 2021 04:18:00 +0200 Subject: Remove rpm packaging While adding support for "make rpm" appeared to be a good idea in the early 2000s, it really is not and only clutters up the build system. At least the libgphoto2_port translation cannot have worked in the rpm package since at least 5255d802102c10f971dc98f10828451d9922340d from 2007-10-28, so it is a good guess that this has not really been in use. --- configure.ac | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ac0f69f32..90eb0f55b 100644 --- a/configure.ac +++ b/configure.ac @@ -566,8 +566,7 @@ AC_SUBST([camlibdocdir], ['${docdir}/camlibs']) dnl -------------------------------------------------------------------- dnl initialize convenience packaging dnl -------------------------------------------------------------------- -GPKG_CHECK_RPM()dnl Check wether to package for a system using RPM -GPKG_CHECK_LINUX()dnl Check wether to package for a linux system +GPKG_CHECK_LINUX()dnl Check whether to package for a linux system dnl -------------------------------------------------------------------- @@ -652,8 +651,6 @@ tests/Makefile packaging/Makefile packaging/linux-hotplug/Makefile packaging/generic/Makefile -packaging/rpm/Makefile -packaging/rpm/package.spec po/Makefile.in doc/Makefile doc/Doxyfile @@ -677,7 +674,7 @@ AS_IF([test "x$CDPATH" != "x"], [dnl #=========================================================# # You have CDPATH set. You may have to run "unset CDPATH" # - # before running "make dist" or "make rpm". # + # before running "make dist". # #=========================================================# ]) ])dnl -- cgit v1.2.1