summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-09-08 04:18:00 +0200
committerMarcus Meissner <meissner@suse.de>2021-10-19 11:08:54 +0200
commit69b3fc54bc6533c8716af8c9d5ab7945fe7923dd (patch)
treeb0ba2e02139f3bb84f41d345247aaf1db79324d2 /configure.ac
parent4c560cf7164f2ed3027ee00a7b00e8f4978ab6eb (diff)
downloadlibgphoto2-69b3fc54bc6533c8716af8c9d5ab7945fe7923dd.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 2 insertions, 5 deletions
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