Resolves: #1151997 - add BR for python in order to get the units_cur script installed
This commit is contained in:
parent
12e287e850
commit
70e84a2512
@ -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 <kdudka@redhat.com> - 2.11-4
|
||||
- add BR for python in order to get the units_cur script installed (#1151997)
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user