From ff87f71be3b9c8278bae41cb6cddc82fd2015477 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Tue, 24 Oct 2017 17:31:28 +0000 Subject: [PATCH] Add additional build_pattern options to README Adds R, perl, ruby, and Java build pattern targets. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index ffb5c4c..ce379ac 100644 --- a/README.rst +++ b/README.rst @@ -220,6 +220,10 @@ Controlling the build process work for the given package. This one line file allows you to override the build pattern that ``autospec`` will use. The supported build_pattern types are: + - R: R language package + - cpan: perl language package + - ruby: ruby language package + - maven: Java language package - configure: Traditional ``%configure`` autotools route - configure_ac: Like ``configure, but performs ``%reconfigure`` to regenerate ``./configure`` - autogen: Similar to ``configure_ac`` but uses the existing ``./autogen.sh`` instead of ``%reconfigure``