diff --git a/units.spec b/units.spec index 73c23ea..2863e98 100644 --- a/units.spec +++ b/units.spec @@ -1,7 +1,7 @@ Summary: A utility for converting amounts from one unit to another Name: units Version: 2.11 -Release: 3%{?dist} +Release: 4%{?dist} Source: ftp://ftp.gnu.org/gnu/units/%{name}-%{version}.tar.gz URL: http://www.gnu.org/software/units/units.html License: GPLv3+ @@ -10,6 +10,7 @@ Requires(post): /sbin/install-info Requires(preun): /sbin/install-info BuildRequires: bison BuildRequires: ncurses-devel +BuildRequires: python BuildRequires: readline-devel # used by the units_cur script @@ -51,12 +52,16 @@ fi %files %doc ChangeLog COPYING NEWS README -%{_bindir}/* +%{_bindir}/units +%{_bindir}/units_cur %{_datadir}/units %{_infodir}/* %{_mandir}/man1/* %changelog +* Mon Oct 13 2014 Kamil Dudka - 2.11-4 +- add BR for python in order to get the units_cur script installed (#1151997) + * Mon Aug 18 2014 Fedora Release Engineering - 2.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild