[api-sanity-checker] Update spec.

Richard Shaw hobbes1069 at fedoraproject.org
Tue Dec 18 20:33:21 UTC 2012


commit 299ca70d83fdd3db18ffc340bf3f0b241dd1fe89
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Tue Dec 18 14:33:15 2012 -0600

    Update spec.

 api-sanity-checker.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/api-sanity-checker.spec b/api-sanity-checker.spec
index 6a1e1db..71bdd73 100644
--- a/api-sanity-checker.spec
+++ b/api-sanity-checker.spec
@@ -1,5 +1,5 @@
 Name:           api-sanity-checker
-Version:        1.12.10
+Version:        1.98
 Release:        1%{?dist}
 Summary:        An automatic generator of basic unit tests for a shared C/C++ library
 
@@ -9,6 +9,8 @@ Source0:        http://forge.ispras.ru/attachments/download/1278/%{name}-%{versi
 
 BuildArch:      noarch
 BuildRequires:  help2man
+BuildRequires:  abi-compliance-checker >= 1.98.7
+Requires:       abi-compliance-checker >= 1.98.7
 Requires:       binutils
 
 %{?perl_default_filter}
@@ -31,7 +33,7 @@ features.
 
 %prep
 %setup -q
-#chmod -x LICENSE
+chmod -x LICENSE
 
 
 %build
@@ -54,9 +56,13 @@ sed -i '3,5d' %{buildroot}%{_mandir}/man1/api-sanity-checker.1
 %doc LICENSE README doc/*
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1.gz
+%{_datadir}/%{name}
 
 
 %changelog
+* Tue Dec 18 2012 Richard Shaw <hobbes1069 at gmail.com - 1.98-1
+- Update to latest upstream release.
+
 * Wed Dec 05 2012 Richard Shaw <hobbes1069 at gmail.com> - 1.12.10-1
 - Update to latest upstream release.
 


More information about the scm-commits mailing list