[aunit] Fix typo underlying

Pavel Zhukov landgraf at fedoraproject.org
Tue Sep 3 19:59:10 UTC 2013


commit b30e9b551849652a28a7ad0575d3a9cffffc17bc
Author: Pavel Zhukov <pzhukov at redhat.com>
Date:   Tue Sep 3 23:58:56 2013 +0200

    Fix typo underlying

 aunit.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/aunit.spec b/aunit.spec
index fd78a66..a4c4444 100644
--- a/aunit.spec
+++ b/aunit.spec
@@ -4,7 +4,7 @@
 
 Name:        aunit
 Version:    2012
-Release:    5%{?dist}
+Release:    6%{?dist}
 Summary:    Unit test framework for Ada
 Group:      Development/Languages
 License:    GPLv2+
@@ -80,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc COPYING* README
-%doc _doc
+%doc __doc
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/native-full
 %{_libdir}/%{name}/native-full/lib%{name}.so.%{version}


More information about the scm-commits mailing list