summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Philips <brandon@ifup.co>2013-05-18 21:43:56 -0700
committerBrandon Philips <brandon@ifup.co>2013-05-18 21:43:56 -0700
commitc8c5ca8e60fc03f8d17d7cc5a52bbb6a42cf46d9 (patch)
tree5ab99ac3609daffe50b0d65377ea0870ec69079c
parent8759e250048892c2eaef722976346e4c2ebc0e86 (diff)
downloadattr-c8c5ca8e60fc03f8d17d7cc5a52bbb6a42cf46d9.tar.gz
package: cleanup whitespace errors
trailing whitespace on some lines, delete!
-rw-r--r--package/rpm/attr.spec.in2
-rw-r--r--package/rpm/macros.template4
-rw-r--r--package/rpm/rpm-2.rc.template4
3 files changed, 5 insertions, 5 deletions
diff --git a/package/rpm/attr.spec.in b/package/rpm/attr.spec.in
index 493b881..e577e6d 100644
--- a/package/rpm/attr.spec.in
+++ b/package/rpm/attr.spec.in
@@ -3,7 +3,7 @@ Name: @pkg_name@
Version: @pkg_version@
Release: @pkg_release@
Packager: Silicon Graphics, Inc. <http://www.sgi.com/>
-BuildRoot: @build_root@
+BuildRoot: @build_root@
Prereq: /sbin/ldconfig
Conflicts: xfsdump < 2.0.0
Source: @pkg_name@-@pkg_version@.src.tar.gz
diff --git a/package/rpm/macros.template b/package/rpm/macros.template
index 6ab46e1..200ba39 100644
--- a/package/rpm/macros.template
+++ b/package/rpm/macros.template
@@ -17,7 +17,7 @@
%_builddir %topdir%
# This is where foo.1.99.tar.gz is living in the real world.
-# Be careful not to run full rpm build as it will override the sources
+# Be careful not to run full rpm build as it will override the sources
%_sourcedir %topdir%/build
# This is where binary RPM and source RPM would end up
@@ -25,6 +25,6 @@
%_srcrpmdir %topdir%/build/rpm
%_specdir %topdir%/build/rpm
-# Leave RPM files in the same directory - we're not building for
+# Leave RPM files in the same directory - we're not building for
# multiple architectures
%_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm
diff --git a/package/rpm/rpm-2.rc.template b/package/rpm/rpm-2.rc.template
index f3b3eba..b53684f 100644
--- a/package/rpm/rpm-2.rc.template
+++ b/package/rpm/rpm-2.rc.template
@@ -9,7 +9,7 @@ topdir: %topdir%
# Following directories are specific to the topdir
# This is where build is done. In out case it's the same as $WORKAREA
-# Be careful not to run full rpm build as it will override the sources
+# Be careful not to run full rpm build as it will override the sources
builddir: %topdir%
# This is where foo.1.99.tar.gz is living in the real world.
@@ -20,6 +20,6 @@ rpmdir: %topdir%/build/rpm
srcrpmdir: %topdir%/build/rpm
specdir: %topdir%/build/rpm
-# Leave RPM files in the same directory - we're not building for
+# Leave RPM files in the same directory - we're not building for
# multiple architectures
rpmfilename: %{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm