File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Requires(post): /sbin/ldconfig
26
26
Requires(postun): /sbin/ldconfig
27
27
BuildRequires: cmake, ninja
28
28
BuildRequires: gcc, python3-base
29
+ Requires: %{name }-libs = %{version }-%{release }
29
30
30
31
%description
31
32
LLVM is a compiler infrastructure designed for compile-time, link-time, runtime,
@@ -37,10 +38,16 @@ languages is in development. The compiler infrastructure
37
38
includes mirror sets of programming tools as well as libraries with equivalent
38
39
functionality.
39
40
41
+ %package libs
42
+ Summary: LLVM shared libraries
43
+
44
+ %description libs
45
+ Shared libraries for the LLVM compiler infrastructure.
46
+
40
47
%package devel
41
48
Summary: Libraries and Header Files for LLVM
42
49
Group: Development/Tools
43
- Requires: %{name } = %{version }
50
+ Requires: %{name } = %{version }-%{ release }
44
51
45
52
%description devel
46
53
LLVM Header files
@@ -104,9 +111,12 @@ popd
104
111
%defattr(-, root, root)
105
112
%license llvm/LICENSE.TXT
106
113
%{_bindir }/*
114
+ %{_datadir }/opt-viewer
115
+
116
+ %files libs
117
+ %license llvm/LICENSE.TXT
107
118
%{_libdir }/* .so.*
108
119
%{_libdir }/libLLVM-* .so
109
- %{_datadir }/opt-viewer
110
120
111
121
%files devel
112
122
%defattr(-, root, root)
You can’t perform that action at this time.
0 commit comments