We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OpenMandrivaAssociation
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2e8a210 commit 774085dCopy full SHA for 774085d
libdispatch.spec
@@ -5,7 +5,7 @@
5
6
7
Name: libdispatch
8
-Version: 5.5
+Version: 5.10.1
9
Release: 1
10
Summary: Apple's Grand Central Dispatch library
11
Group: System/Libraries
@@ -89,11 +89,11 @@ Development files for libdispatch
89
%autosetup -p1 -n swift-corelibs-libdispatch-swift-%{version}-RELEASE
90
91
%build
92
-export CC=/usr/bin/clang CXX=/usr/bin/clang++
93
-%cmake -G Ninja
94
-%ninja_build
+#export CC=/usr/bin/clang CXX=/usr/bin/clang++
+%cmake
+%make_build
95
96
97
%install
98
-%ninja_install -C build
+%make_install -C build
99
chrpath --delete %{buildroot}%{_libdir}/libdispatch.so
0 commit comments