[Libreoffice-commits] cppunit.git: cppunit.spec.in
dennisroczek
dennisroczek at libreoffice.org
Mon Feb 27 11:18:16 UTC 2017
cppunit.spec.in | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit b8f6a1115e2dc798b5e762f5738803a5208400c2
Author: dennisroczek <dennisroczek at libreoffice.org>
Date: Sat Feb 25 21:05:24 2017 +0000
fix typo: documention --> documentation
Change-Id: I58762dfb08c6f85ccb11d0b634c738606cd6379f
Reviewed-on: https://gerrit.libreoffice.org/34649
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/cppunit.spec.in b/cppunit.spec.in
index 1f87e0c..c041d10 100644
--- a/cppunit.spec.in
+++ b/cppunit.spec.in
@@ -15,7 +15,7 @@ CppUnit is the C++ port of the famous JUnit framework for unit testing.
Test output is in XML for automatic testing and GUI based for supervised tests.
%package doc
-Summary: HTML formatted API documention for Log for C++
+Summary: HTML formatted API documentation for Log for C++
Group: Development/Libraries
Requires: %name = %version
@@ -53,12 +53,12 @@ rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
-
+
%files doc
%doc doc/html/*
%changelog
-* Mon Jul 4 2005 Patrice Dumas <dumas at centre-cired.fr>
-- update using the fedora template
+* Mon Jul 4 2005 Patrice Dumas <dumas at centre-cired.fr>
+- update using the fedora template
* Sat Apr 14 2001 Bastiaan Bakker <bastiaan.bakker at lifeline.nl>
- Initial release
More information about the Libreoffice-commits
mailing list