]> git.pld-linux.org Git - packages/mold.git/blobdiff - mold.spec
up to 2.31.0
[packages/mold.git] / mold.spec
index 83d457092c599ba920e6a6fb14bddf0131cdaf36..0fb315d427b7684152604f1d05ddf4b7ac792b8d 100644 (file)
--- a/mold.spec
+++ b/mold.spec
@@ -4,14 +4,15 @@
 
 Summary:       mold: A Modern Linker
 Name:          mold
-Version:       1.10.0
+Version:       2.31.0
 Release:       1
-License:       GPL v3+
+License:       MIT
 Group:         Development/Libraries
 Source0:       https://github.com/rui314/mold/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 0cd2b376acc823d226a88003aba6a65f
+# Source0-md5: fdfcddefc039071f5a7611c051a8f5ea
 URL:           https://github.com/rui314/mold
-BuildRequires: cmake >= 3.13
+BuildRequires: blake3-devel
+BuildRequires: cmake >= 3.14
 %{?with_tests:BuildRequires:   glibc-static}
 %ifarch %{armv6} riscv64
 BuildRequires: libatomic-devel
@@ -19,7 +20,6 @@ BuildRequires:        libatomic-devel
 BuildRequires: libstdc++-devel >= 6:10
 %{?with_tests:BuildRequires:   libstdc++-static >= 6:10}
 BuildRequires: mimalloc-devel >= 1.7
-BuildRequires: openssl-devel
 BuildRequires: rpmbuild(macros) >= 2.007
 BuildRequires: tbb-devel >= 2021.3.0
 BuildRequires: zlib-devel
@@ -65,7 +65,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CONTRIBUTING.md README.md docs/*.md
+%doc LICENSE README.md docs/*.md
 %attr(755,root,root) %{_bindir}/ld.mold
 %attr(755,root,root) %{_bindir}/mold
 %dir %{_libdir}/mold
This page took 0.151657 seconds and 4 git commands to generate.