Enable test cases

This commit is contained in:
chengquan 2020-02-17 17:21:28 +08:00 committed by Gitee
parent 9f88ff9951
commit e527560e10

View File

@ -1,6 +1,6 @@
Name: dos2unix
Version: 7.4.0
Release: 10
Release: 11
Summary: Text file format converters
License: BSD
URL: http://waterlan.home.xs4all.nl/dos2unix.html
@ -29,6 +29,9 @@ corresponding ISO standard characters.
rm -rf $RPM_BUILD_ROOT%{_docdir}
%find_lang %{name} --with-man --all-name
%check
make check
%files -f %{name}.lang
%license COPYING.txt
%{_bindir}/dos2unix
@ -40,6 +43,12 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%{_mandir}/man1/*.1.gz
%changelog
* Mon Feb 17 2020 chengquan<chengquan3@huawei.com> - 7.4.0-11
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Enable test cases
* Fri Nov 22 2019 chengquan<chengquan3@huawei.com> - 7.4.0-10
- Type:bugfix
- ID:NA