X-Git-Url: http://git.pld-linux.org/?p=packages%2Fmold.git;a=blobdiff_plain;f=mold.spec;h=a6d5084a742259ff52bab12b8d94368c7fca3b63;hp=7b00c9321a2f028f856863ca75a0651e4476e852;hb=5178e76;hpb=a2080a44fb2965298c478e36522b221e0d0f50b3;ds=sidebyside diff --git a/mold.spec b/mold.spec index 7b00c93..a6d5084 100644 --- a/mold.spec +++ b/mold.spec @@ -1,11 +1,11 @@ Summary: mold: A Modern Linker Name: mold -Version: 1.0.0 +Version: 1.0.1 Release: 1 License: GPL v3+ Group: Development/Libraries Source0: https://github.com/rui314/mold/archive/v%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 27e4b3bc9ae9b65a9bc90785de31ace6 +# Source0-md5: 5e04e600c33762c4e735d7962bac72e7 URL: https://github.com/rui314/mold BuildRequires: libstdc++-devel >= 6:10 BuildRequires: mimalloc-devel >= 1.7 @@ -68,4 +68,6 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/mold %dir %{_libdir}/mold %attr(755,root,root) %{_libdir}/mold/mold-wrapper.so +%dir %{_libexecdir}/mold +%attr(755,root,root) %{_libexecdir}/mold/ld %{_mandir}/man1/mold.1*