Compare commits

...
Sign in to create a new pull request.

3 commits

3 changed files with 18 additions and 7 deletions

5
.gitignore vendored
View file

@ -1,4 +1 @@
units-1.88.tar.gz
/units-2.00.tar.gz
/units-2.01.tar.gz
/units-2.02.tar.gz
/units-*.tar.gz

View file

@ -1 +1 @@
16b68a8437cb51da43f4cd267659e15e units-2.02.tar.gz
1d83f4e68135495aa9267b848de78dc5 units-2.11.tar.gz

View file

@ -1,6 +1,6 @@
Summary: A utility for converting amounts from one unit to another
Name: units
Version: 2.02
Version: 2.11
Release: 2%{?dist}
Source: ftp://ftp.gnu.org/gnu/units/%{name}-%{version}.tar.gz
URL: http://www.gnu.org/software/units/units.html
@ -10,8 +10,12 @@ 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
Requires: python-unidecode
%description
Units converts an amount from one unit to another, or tells you what
mathematical operation you need to perform to convert from one unit to
@ -48,12 +52,22 @@ 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-2
- add BR for python in order to get the units_cur script installed (#1151997)
* Fri Oct 10 2014 Kamil Dudka <kdudka@redhat.com> - 2.11-1
- new upstream release (#1147703)
* Mon Mar 31 2014 Kamil Dudka <kdudka@redhat.com> - 2.02-3
- backport utf-8 support for the units_cur script from rawhide (#1082335)
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.02-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild