!4 update to 1.0.14

From: @dongyuzhen
Reviewed-by: @t_feng
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2021-12-02 12:40:28 +00:00 committed by Gitee
commit fdd4cef9a6
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
libXaw-1.0.14.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%global _pkgdocdir %{_docdir}/%{name}-%{version}
Name: libXaw
Version: 1.0.13
Release: 13
Version: 1.0.14
Release: 1
License: MIT
Summary: X Athena Widget Set
URL: https://www.x.org
@ -34,7 +34,7 @@ export CFLAGS="$RPM_OPT_FLAGS -Os"
%install
%make_install INSTALL="install -p"
install -pm 644 README ChangeLog $RPM_BUILD_ROOT%{_pkgdocdir}
install -pm 644 README.md ChangeLog $RPM_BUILD_ROOT%{_pkgdocdir}
%delete_la_and_a
%ldconfig_scriptlets
@ -53,12 +53,15 @@ install -pm 644 README ChangeLog $RPM_BUILD_ROOT%{_pkgdocdir}
%files help
%defattr(-,root,root)
%{_pkgdocdir}/ChangeLog
%{_pkgdocdir}/README
%{_pkgdocdir}/README.md
%{_pkgdocdir}/*.xml
%{_mandir}/man3/*.3*
%changelog
* Fri Nov 26 2021 dongyuzhen <dongyuzhen@huawei.com> - 1.0.14-1
- update to 1.0.14
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.13-13
- Type:bugfix
- Id:NA