summaryrefslogtreecommitdiff
path: root/m4/ax_dist_rpm.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-12-23 20:31:32 +0100
committerPeter Simons <simons@cryp.to>2009-12-23 20:31:32 +0100
commitb12941f7aa00fb681a7b56260812db4ff0ac56ce (patch)
tree500591102f70be75e5ca15ee016d77a33ffe55c9 /m4/ax_dist_rpm.m4
parentdb3d86cee936204ba5d5fd87cbef8280e283eb5a (diff)
downloadautoconf-archive-b12941f7aa00fb681a7b56260812db4ff0ac56ce.tar.gz
Consistently indent quoted paragraphs with two blanks.
Diffstat (limited to 'm4/ax_dist_rpm.m4')
-rw-r--r--m4/ax_dist_rpm.m450
1 files changed, 25 insertions, 25 deletions
diff --git a/m4/ax_dist_rpm.m4 b/m4/ax_dist_rpm.m4
index 5bb862a..1e21065 100644
--- a/m4/ax_dist_rpm.m4
+++ b/m4/ax_dist_rpm.m4
@@ -15,39 +15,39 @@
# name and version respectively. The files and ChangeLog will be filled
# in automatically. For instance:
#
-# Summary: Foobar
-# Name: @PACKAGE@
-# Version: @VERSION@
-# Release: 0
-# License: GPL
-# Group: Productivity/Networking
-# Source0: http://somewhere/Foobar/%{name}-%{version}.tar.gz
-# URL: http://somewhere
-# BuildRoot: %{_tmppath}/%{name}-root
-# Prefix: %{_prefix}
+# Summary: Foobar
+# Name: @PACKAGE@
+# Version: @VERSION@
+# Release: 0
+# License: GPL
+# Group: Productivity/Networking
+# Source0: http://somewhere/Foobar/%{name}-%{version}.tar.gz
+# URL: http://somewhere
+# BuildRoot: %{_tmppath}/%{name}-root
+# Prefix: %{_prefix}
#
-# %description
-# Foobar does something
+# %description
+# Foobar does something
#
-# %prep
-# %setup
+# %prep
+# %setup
#
-# %build
-# %configure
-# make
+# %build
+# %configure
+# make
#
-# %install
-# %makeinstall
+# %install
+# %makeinstall
#
-# %clean
-# rm -rf $RPM_BUILD_ROOT
+# %clean
+# rm -rf $RPM_BUILD_ROOT
#
-# %files
-# %defattr(-,root,root)
+# %files
+# %defattr(-,root,root)
#
-# %doc AUTHORS BUGS COPYING INSTALL NEWS README
+# %doc AUTHORS BUGS COPYING INSTALL NEWS README
#
-# %changelog
+# %changelog
#
# Make sure ax_upload.am is added to aminclude.am and you have 'include
# aminclude.am' in your toplevel Makefile.am