commit 563d493a71c94ba70e274fdc3d6410b2ee4a06e8
Author: Richard M. Shaw <hobbes1...@gmail.com>
Date:   Fri May 3 07:56:23 2013 -0500

    Add package requires for gcc-c++, ctags, ccache.

 abi-compliance-checker.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/abi-compliance-checker.spec b/abi-compliance-checker.spec
index 763f71f..1ea26c1 100644
--- a/abi-compliance-checker.spec
+++ b/abi-compliance-checker.spec
@@ -1,6 +1,6 @@
 Name:           abi-compliance-checker
 Version:        1.98.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An ABI Compliance Checker
 
 License:        GPL+ or LGPLv2+
@@ -9,7 +9,10 @@ Source0:        
https://github.com/lvc/%{name}/downloads/%{name}-%{version}.tar.
 
 BuildArch:      noarch
 Requires:       gcc >= 4.5
+Requires:       gcc-c++ >= 4.5
 Requires:       binutils
+Requires:       ctags >= 5.8
+Requires:       ccache > 3.1.2
 
 %{?perl_default_filter}
 
@@ -39,6 +42,9 @@ perl Makefile.pl -install --prefix=%{_prefix} 
--destdir=%{buildroot}
 
 
 %changelog
+* Fri May 03 2013 Richard Shaw <hobbes1...@gmail.com> - 1.98.8-2
+- Add package requires for gcc-c++, ctags, ccache.
+
 * Sat Feb  8 2013 Richard Shaw <hobbes1...@gmail.com> - 1.98.8-1
 - Update to latest upstream release.
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to