!2 add link files README.md, TODO.md

Merge pull request !2 from guoxiaoqi/next
This commit is contained in:
openeuler-ci-bot 2020-03-09 20:10:28 +08:00 committed by Gitee
commit 6db80651bb

View File

@ -1,7 +1,7 @@
%define libdir /lib64
Name: libxcrypt
Version: 4.4.8
Release: 3
Release: 4
Summary: Extended crypt library for DES, MD5, Blowfish and others
License: LGPLv2+ and BSD and Public Domain
URL: https://github.com/besser82/%{name}
@ -77,11 +77,11 @@ make check
%files
%license COPYING.LIB LICENSING
%doc NEWS README THANKS AUTHORS
%doc NEWS README README.md THANKS AUTHORS
%{libdir}/libcrypt.so.*
%files devel
%doc ChangeLog TODO
%doc ChangeLog TODO TODO.md
%{libdir}/{libcrypt.so,libxcrypt.so}
%{_includedir}/{crypt.h,xcrypt.h}
%{_libdir}/pkgconfig/{libcrypt,%{name}}.pc
@ -96,6 +96,9 @@ make check
%changelog
* Mon Mar 9 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.4.8-4
- add link files README.md and TODO.md
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.4.8-3
- fix build problem