[packages/gmock] unify formatting

glen glen at pld-linux.org
Sun Sep 8 00:01:44 CEST 2013


commit 43b8db9fdad8da1b3838268f4e6d98e665d60a62
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Sep 8 01:01:38 2013 +0300

    unify formatting

 gmock.spec | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)
---
diff --git a/gmock.spec b/gmock.spec
index b03e71b..e8e8787 100644
--- a/gmock.spec
+++ b/gmock.spec
@@ -22,14 +22,13 @@ specifics in mind, Google C++ Mocking Framework (or Google Mock for
 short) is a library for writing and using C++ mock classes.
 
 Google Mock:
-
- o lets you create mock classes trivially using simple macros,
- o supports a rich set of matchers and actions,
- o handles unordered, partially ordered, or completely ordered
-   expectations,
- o is extensible by users, and
- o works on Linux, Mac OS X, Windows, Windows Mobile, minGW, and
-   Symbian.
+- lets you create mock classes trivially using simple macros,
+- supports a rich set of matchers and actions,
+- handles unordered, partially ordered, or completely ordered
+  expectations,
+- is extensible by users, and
+- works on Linux, Mac OS X, Windows, Windows Mobile, minGW, and
+  Symbian.
 
 %prep
 %setup -q
@@ -41,12 +40,10 @@ Google Mock:
 %{__automake}
 %{__autoheader}
 %configure
-
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} -j1 install \
 	INSTALL="%{__install} -p" \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -54,8 +51,8 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gmock.git/commitdiff/43b8db9fdad8da1b3838268f4e6d98e665d60a62



More information about the pld-cvs-commit mailing list