add link files README.md and TODO.md
This commit is contained in:
parent
9992c3453c
commit
3d85a43af9
@ -1,7 +1,7 @@
|
|||||||
%define libdir /lib64
|
%define libdir /lib64
|
||||||
Name: libxcrypt
|
Name: libxcrypt
|
||||||
Version: 4.4.8
|
Version: 4.4.8
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Extended crypt library for DES, MD5, Blowfish and others
|
Summary: Extended crypt library for DES, MD5, Blowfish and others
|
||||||
License: LGPLv2+ and BSD and Public Domain
|
License: LGPLv2+ and BSD and Public Domain
|
||||||
URL: https://github.com/besser82/%{name}
|
URL: https://github.com/besser82/%{name}
|
||||||
@ -77,11 +77,11 @@ make check
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING.LIB LICENSING
|
%license COPYING.LIB LICENSING
|
||||||
%doc NEWS README THANKS AUTHORS
|
%doc NEWS README README.md THANKS AUTHORS
|
||||||
%{libdir}/libcrypt.so.*
|
%{libdir}/libcrypt.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc ChangeLog TODO
|
%doc ChangeLog TODO TODO.md
|
||||||
%{libdir}/{libcrypt.so,libxcrypt.so}
|
%{libdir}/{libcrypt.so,libxcrypt.so}
|
||||||
%{_includedir}/{crypt.h,xcrypt.h}
|
%{_includedir}/{crypt.h,xcrypt.h}
|
||||||
%{_libdir}/pkgconfig/{libcrypt,%{name}}.pc
|
%{_libdir}/pkgconfig/{libcrypt,%{name}}.pc
|
||||||
@ -96,6 +96,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.4.8-3
|
||||||
- fix build problem
|
- fix build problem
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user