This commit is contained in:
parent
ae51d5db5f
commit
64e84bf365
@ -40,7 +40,8 @@ The shared library for the MarbleWidget shared library.
|
||||
%package devel
|
||||
Summary: Generic map viewer: Build Environment
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: libmarblewidget-qt5%{_so} = %{version}
|
||||
Requires: libmarblewidget%{_so} = %{version}
|
||||
Conflicts: marble-devel
|
||||
|
||||
%description devel
|
||||
Development headers and libraries for Marble.
|
||||
@ -72,9 +73,9 @@ make
|
||||
cp build/FindMarble.cmake %{buildroot}%{_kde4_appsdir}/cmake/modules/
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%post -n libmarblewidget%{_so} -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%postun -n libmarblewidget%{_so} -p /sbin/ldconfig
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -83,7 +84,7 @@ make
|
||||
%{_libdir}/libmarblewidget.so
|
||||
%{_kde4_appsdir}/cmake/modules/FindMarble.cmake
|
||||
|
||||
%files
|
||||
%files -n libmarblewidget%{_so}
|
||||
%defattr(-,root,root)
|
||||
%doc CREDITS ChangeLog COPYING* LICENSE* MANIFESTO.txt
|
||||
%{_libdir}/libmarblewidget.so.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user