Move some no-longer-maintained RPMs to CPAN.
authorChris Sharp <csharp@georgialibraries.org>
Mon, 28 Jan 2019 02:57:30 +0000 (21:57 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 28 Jan 2019 02:57:30 +0000 (21:57 -0500)
Open-ILS/src/extras/install/Makefile.centos

index 0860bac..7d05390 100644 (file)
@@ -21,7 +21,7 @@ CENTOS_RPMS = \
        libssh2-devel \
        libyaz \
        libyaz-devel \
-       mingw32-nsiswrapper \
+       mingw32-nsis \
        mod_perl \
        mod_ssl \
        ncurses-devel \
@@ -62,12 +62,20 @@ CENTOS_RPMS = \
        wget 
 
 export CPAN_MODULES = \
+       Business::CreditCard \
        Business::ISSN \
+       Library::CallNumber::LC \
+       MARC::Charset \
+       MARC::Record \
+       MARC::XML \
        Net::Z3950::ZOOM \
        Net::Z3950::Simple2ZOOM \
-       Template::Plugin::POSIX \
-       SRU \
+       Net::SSH2 \
        Rose::URI
+       SRU \
+       Template::Plugin::POSIX \
+       Text::Aspell \
+       UUID::Tiny
 
 export CPAN_MODULES_FORCE = \
        Class::DBI::Frozen::301 \
@@ -85,27 +93,26 @@ PGSQL_CENTOS_RPMS = \
        postgresql-server
 
 DEVELOPER_RPMS = \
-    automake \
-    autoconf \
-    libtool
+       automake \
+       autoconf \
+       libtool
 
 PACKAGER_RPMS = \
-    asciidoc \
-    source-highlight \
-    zip \
-    unzip \
-    mingw32-nsis
+       asciidoc \
+       source-highlight \
+       zip \
+       unzip \
 
 TRANSLATOR_RPMS = \
-    perl-Locale-Maketext-Lexicon \
-    translate-toolkit \
-    python-devel \
-    python-Levenshtein \
-    python2-polib \
-    python-setuptools \
-    python2-simplejson \
-    python-lxml \
-    bzr
+       perl-Locale-Maketext-Lexicon \
+       translate-toolkit \
+       python-devel \
+       python-Levenshtein \
+       python2-polib \
+       python-setuptools \
+       python2-simplejson \
+       python-lxml \
+       bzr
 
 all: install_index_data_repo install_centos_rpms
        make -f $(DIR)/Makefile.common install_net_z3950_simpleserver