]> git.pld-linux.org Git - packages/gmock.git/commitdiff
unify formatting
authorElan Ruusamäe <glen@delfi.ee>
Sat, 7 Sep 2013 22:01:38 +0000 (01:01 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 7 Sep 2013 22:01:38 +0000 (01:01 +0300)
gmock.spec

index b03e71bc15e548a07103de1fb3d3872bb52a05b3..e8e8787ae965866196b690b7b822b37d92689456 100644 (file)
@@ -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)
This page took 0.078447 seconds and 4 git commands to generate.