From 229f949065bdb6f1a73f70a479dec1417c65bc9c Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:44:01 +0800 Subject: [PATCH] update code --- newt.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/newt.spec b/newt.spec index f404949..3537632 100644 --- a/newt.spec +++ b/newt.spec @@ -1,6 +1,6 @@ Name: newt Version: 0.52.21 -Release: 2 +Release: 3 Summary: A library for text mode user interfaces License: LGPLv2 URL: https://pagure.io/newt @@ -75,7 +75,8 @@ make test %files %defattr(-,root,root) -%doc AUTHORS COPYING README +%doc AUTHORS README +%license COPYING %{_bindir}/* %{_datadir}/locale %{_libdir}/libnewt.so.* @@ -104,6 +105,12 @@ make test %{_mandir}/man1/whiptail.1* %changelog +* Mon Oct 21 2019 openEuler Buildteam - 0.52.21-3 +- Type:enhancement +- Id:NA +- SUG:NA +- DESC:modify the location of COPYING + * Tue Sep 24 2019 wangli - 0.52.21-2 - Type:Enhance - ID:NA