We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e9b5d commit ff87f71Copy full SHA for ff87f71
README.rst
@@ -220,6 +220,10 @@ Controlling the build process
220
work for the given package. This one line file allows you to override the
221
build pattern that ``autospec`` will use. The supported build_pattern types are:
222
223
+ - R: R language package
224
+ - cpan: perl language package
225
+ - ruby: ruby language package
226
+ - maven: Java language package
227
- configure: Traditional ``%configure`` autotools route
228
- configure_ac: Like ``configure, but performs ``%reconfigure`` to regenerate ``./configure``
229
- autogen: Similar to ``configure_ac`` but uses the existing ``./autogen.sh`` instead of ``%reconfigure``
0 commit comments