update code

This commit is contained in:
zhuchunyi 2019-11-06 19:35:48 +08:00
parent c42445054d
commit 9129b215ed

View File

@ -2,7 +2,7 @@
Name: libXaw Name: libXaw
Version: 1.0.13 Version: 1.0.13
Release: 12 Release: 13
License: MIT License: MIT
Summary: X Athena Widget Set Summary: X Athena Widget Set
URL: https://www.x.org URL: https://www.x.org
@ -34,14 +34,14 @@ export CFLAGS="$RPM_OPT_FLAGS -Os"
%install %install
%make_install INSTALL="install -p" %make_install INSTALL="install -p"
install -pm 644 COPYING README ChangeLog $RPM_BUILD_ROOT%{_pkgdocdir} install -pm 644 README ChangeLog $RPM_BUILD_ROOT%{_pkgdocdir}
%delete_la_and_a %delete_la_and_a
%ldconfig_scriptlets %ldconfig_scriptlets
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_pkgdocdir}/COPYING %license COPYING
%{_libdir}/*.so.* %{_libdir}/*.so.*
%files devel %files devel
@ -59,5 +59,11 @@ install -pm 644 COPYING README ChangeLog $RPM_BUILD_ROOT%{_pkgdocdir}
%changelog %changelog
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.13-13
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
* Mon Sep 2 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.13-12 * Mon Sep 2 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.13-12
- Package init - Package init