Enable test cases

This commit is contained in:
chengquan 2020-02-17 17:11:02 +08:00 committed by Gitee
parent ad2d41a179
commit 29c6cdd059

View File

@ -1,6 +1,6 @@
Name: chrpath Name: chrpath
Version: 0.16 Version: 0.16
Release: 10 Release: 11
Summary: Modify the dynamic library load path (rpath) of compiled programs Summary: Modify the dynamic library load path (rpath) of compiled programs
License: GPL+ License: GPL+
URL: https://chrpath.alioth.debian.org/ URL: https://chrpath.alioth.debian.org/
@ -26,6 +26,9 @@ is supported.
%make_install %make_install
rm -rf %{buildroot}/usr/doc rm -rf %{buildroot}/usr/doc
%check
make check
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%license COPYING %license COPYING
@ -36,6 +39,9 @@ rm -rf %{buildroot}/usr/doc
%{_mandir}/man1/chrpath.1* %{_mandir}/man1/chrpath.1*
%changelog %changelog
* Mon Feb 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.16-11
- Enable test cases
* Thu Sep 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.16-10 * Thu Sep 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.16-10
- Package init - Package init