Accepting request 89625 from devel:tools:compiler
- Fixup dependencies so that llvm-clang doesn't depend on llvm-clang-devel OBS-URL: https://build.opensuse.org/request/show/89625 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=16
This commit is contained in:
commit
54e3e59227
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 28 08:23:03 UTC 2011 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Fixup dependencies so that llvm-clang doesn't depend
|
||||||
|
on llvm-clang-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 25 07:13:47 UTC 2011 - idonmez@suse.com
|
Tue Oct 25 07:13:47 UTC 2011 - idonmez@suse.com
|
||||||
|
|
||||||
|
18
llvm.spec
18
llvm.spec
@ -109,7 +109,8 @@ This package contains the clang (C language) frontend for LLVM.
|
|||||||
|
|
||||||
Summary: CLANG frontend for LLVM (devel package)
|
Summary: CLANG frontend for LLVM (devel package)
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: llvm-devel = %{version}
|
||||||
|
Requires: clang = %{version}
|
||||||
%{py_requires}
|
%{py_requires}
|
||||||
|
|
||||||
%description clang-devel
|
%description clang-devel
|
||||||
@ -269,9 +270,13 @@ rm -f %{buildroot}%{_libdir}/libEnhancedDisassembly.*
|
|||||||
%fdupes -s %{buildroot}%{_docdir}/%{name}
|
%fdupes -s %{buildroot}%{_docdir}/%{name}
|
||||||
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
|
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
|
||||||
|
|
||||||
%post -n llvm-clang-devel -p /sbin/ldconfig
|
%post clang -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n llvm-clang-devel -p /sbin/ldconfig
|
%postun clang -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%post clang-devel -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun clang-devel -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -309,6 +314,8 @@ rm -f %{buildroot}%{_libdir}/libEnhancedDisassembly.*
|
|||||||
%{py_sitedir}/Resources
|
%{py_sitedir}/Resources
|
||||||
%{_datadir}/clang
|
%{_datadir}/clang
|
||||||
%{_mandir}/man1/clang.1.gz
|
%{_mandir}/man1/clang.1.gz
|
||||||
|
%{_libdir}/libclang.so.*
|
||||||
|
%{_libdir}/libLTO.so
|
||||||
%dir %{_libdir}/clang
|
%dir %{_libdir}/clang
|
||||||
%dir %{_libdir}/clang/*
|
%dir %{_libdir}/clang/*
|
||||||
%dir %{_libdir}/clang/*/include
|
%dir %{_libdir}/clang/*/include
|
||||||
@ -342,8 +349,9 @@ rm -f %{buildroot}%{_libdir}/libEnhancedDisassembly.*
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/clang
|
%{_includedir}/clang
|
||||||
%{_includedir}/clang-c
|
%{_includedir}/clang-c
|
||||||
%{_libdir}/libclang*
|
%{_libdir}/libclang.so
|
||||||
%{_libdir}/libLTO.*
|
%{_libdir}/libLTO.a
|
||||||
|
%{_libdir}/libclang*.a
|
||||||
%{_libdir}/*profile_rt*
|
%{_libdir}/*profile_rt*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user