diff --git a/coan.spec b/coan.spec index 1b80462..737a0b0 100644 --- a/coan.spec +++ b/coan.spec @@ -1,16 +1,12 @@ Name: coan Version: 6.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line tool for simplifying the pre-processor conditionals in source code Group: Development/Languages License: BSD URL: http://coan2.sourceforge.net/ Source0: http://downloads.sourceforge.net/coan2/%{name}-%{version}.tar.gz - -# Note: coan was formerly called sunifdef i.e sunifdef was renamed to coan -# with the 4.0 release. This Provides can be removed in F-16. -Provides: sunifdef = %{version}-%{release} -Obsoletes: sunifdef < 4.0 +BuildRequires: python %description %{name} (formerly sunifdef) is a software engineering tool for analyzing @@ -49,6 +45,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %{_mandir}/man1/%{name}.1.* %changelog +* Fri May 08 2015 Filipe Rosset - 6.0.1-2 +- Fixes a broken build plus spec cleanup, added python as BR to run tests + * Thu May 07 2015 Filipe Rosset - 6.0.1-1 - Rebuilt for new upstream version 6.0.1, fixes rhbz #1135805