diff options
| author | dennisroczek <dennisroczek@libreoffice.org> | 2017-02-25 21:05:24 +0000 |
|---|---|---|
| committer | Michael Stahl <mstahl@redhat.com> | 2017-02-27 11:17:59 +0000 |
| commit | b8f6a1115e2dc798b5e762f5738803a5208400c2 (patch) | |
| tree | c8bdb49bcfab9231d4f5f9ee4e1f4d3bf01a5ee6 | |
| parent | e43bfbf604f8b4e48b8a30bcfa702fdc5043ba85 (diff) | |
| download | cppunit-b8f6a1115e2dc798b5e762f5738803a5208400c2.tar.gz | |
fix typo: documention --> documentation
Change-Id: I58762dfb08c6f85ccb11d0b634c738606cd6379f
Reviewed-on: https://gerrit.libreoffice.org/34649
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
| -rw-r--r-- | cppunit.spec.in | 8 |
1 files changed, 4 insertions, 4 deletions
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@centre-cired.fr> -- update using the fedora template +* Mon Jul 4 2005 Patrice Dumas <dumas@centre-cired.fr> +- update using the fedora template * Sat Apr 14 2001 Bastiaan Bakker <bastiaan.bakker@lifeline.nl> - Initial release |
