Upgrade to 2.22 version

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-04-19 10:52:55 +08:00
parent 41204a3ca4
commit 6109cc1b2a
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
units-2.22.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: units Name: units
Version: 2.21 Version: 2.22
Release: 1 Release: 1
Summary: A utility for converting amounts from one unit to another Summary: A utility for converting amounts from one unit to another
License: GPLv3+ License: GPLv3+
@ -38,7 +38,7 @@ autoreconf -fiv
%install %install
%make_install %make_install
ln -fsv ../../..%{_sharedstatedir}/units/currency.units %{buildroot}%{_datadir}/units
gzip $RPM_BUILD_ROOT%{_infodir}/units.info gzip $RPM_BUILD_ROOT%{_infodir}/units.info
ln -s units.1 %{buildroot}%{_mandir}/man1/units_cur.1 ln -s units.1 %{buildroot}%{_mandir}/man1/units_cur.1
@ -56,7 +56,7 @@ if [ $1 = 0 -a -e %{_infodir}/units.info.gz ]; then
fi fi
%files %files
%doc COPYING ChangeLog NEWS README %doc COPYING NEWS README
%{_bindir}/* %{_bindir}/*
%{_datadir}/units %{_datadir}/units
%{_sharedstatedir}/units %{_sharedstatedir}/units
@ -66,6 +66,9 @@ fi
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Wed Apr 19 2023 xu_ping <707078654@qq.com> - 2.22-1
- Upgrade to version 2.22
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.21-1 * Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.21-1
- Upgrade to version 2.21 - Upgrade to version 2.21