update to 1.0.14

This commit is contained in:
dongyuzhen 2021-11-26 10:39:21 +08:00
parent c4246ef5e7
commit e2e1e1fbeb
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