[arprec/el5] whitespace cleanup

Björn Esser besser82 at fedoraproject.org
Sat Dec 21 18:30:32 UTC 2013


commit b5f428d776bee3d7aab1cfd7004d4029792ac852
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Sat Dec 21 19:29:02 2013 +0100

    whitespace cleanup

 arprec.spec |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/arprec.spec b/arprec.spec
index 2772860..edf505b 100644
--- a/arprec.spec
+++ b/arprec.spec
@@ -1,6 +1,6 @@
 Name:		arprec
 Version:	2.2.17
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Software package for performing arbitrary precision arithmetic
 %{?el5:Group:	System Environment/Libraries}
 
@@ -125,12 +125,12 @@ cp -a tests examples
 rm -rf examples/Makefile*
 
 # Get all pre-build quads-data from mathinit.
-sed -i	-e 's!nquadopt = 1!nquadopt = 3!g'	\
+sed -i	-e 's!nquadopt = 1!nquadopt = 3!g'							\
 	toolkit/mathinit.f
 
 # Use the pre-build data-files in mathtool.
-sed -i	-e 's!const\.dat!%{_datadir}/%{name}/&!g'	\
-	-e 's!quad.*\.dat!%{_datadir}/%{name}/&!g'	\
+sed -i	-e 's!const\.dat!%{_datadir}/%{name}/&!g'						\
+	-e 's!quad.*\.dat!%{_datadir}/%{name}/&!g'						\
 	toolkit/mathtool.f
 
 # Make arprec-config multilib-friendly.  Substitute original script
@@ -258,9 +258,9 @@ EOF
 %{?!el5:autoreconf -fiv}
 
 # Invoke the `regular` build-procedure.
-%configure			\
-	--disable-static	\
-%{?!el5:--enable-qd}		\
+%configure											\
+	--disable-static									\
+%{?!el5:--enable-qd}										\
 	--enable-shared
 make %{?_smp_mflags}
 make %{?_smp_mflags} toolkit
@@ -302,18 +302,18 @@ make install DESTDIR=%{buildroot}
 # Remove unneeded and obsolete stuff.  %%{name}-config will be replaced by the
 # new wrapper later.  The pre-installed docs will be picked as %%doc within
 # %%files.  The .la-dumpings from libtool are obsolete and not useful.
-rm -rf	%{buildroot}%{_bindir}/%{name}-config	\
-	%{buildroot}%{_datadir}/*	\
+rm -rf	%{buildroot}%{_bindir}/%{name}-config							\
+	%{buildroot}%{_datadir}/*								\
 	%{buildroot}%{_libdir}/*.la
 
 # Create needed dirs.
-mkdir -p %{buildroot}%{_datadir}/%{name}	\
+mkdir -p %{buildroot}%{_datadir}/%{name}							\
 	%{buildroot}%{_libdir}/pkgconfig
 
 # There's no install-target for `mathtool`, so it must be install `by hand`.
 for tool in toolkit/.libs/math*
 do
-  install -pm 0755 ${tool}	\
+  install -pm 0755 ${tool}									\
 	%{buildroot}%{_bindir}/%{name}-`echo ${tool} | sed -e's!.*/!!g'`
 done
 
@@ -372,6 +372,9 @@ make check ||:
 
 
 %changelog
+* Sat Dec 21 2013 Björn Esser <bjoern.esser at gmail.com> - 2.2.17-2
+- whitespace cleanup
+
 * Fri Dec 20 2013 Björn Esser <bjoern.esser at gmail.com> - 2.2.17-1
 - new upstream release: v2.2.17 (#1045344)
 - fixed `macro-in-comment %%{_bindir}`


More information about the scm-commits mailing list