forked from pool/marble
This commit is contained in:
parent
617f8e6435
commit
00709d3465
14
marble.spec
14
marble.spec
@ -15,7 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
%define _so 22
|
%define _so -22
|
||||||
|
|
||||||
Name: marble
|
Name: marble
|
||||||
Version: 15.07.90
|
Version: 15.07.90
|
||||||
@ -58,7 +58,7 @@ BuildRequires: krunner-devel
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: libquazip-qt5-devel
|
BuildRequires: libquazip-qt5-devel
|
||||||
Requires: %{name}-data = %{version}
|
Requires: %{name}-data = %{version}
|
||||||
Requires: libastro2 = %{version}
|
Requires: libastro1 = %{version}
|
||||||
Requires: libmarblewidget-qt5%{_so} = %{version}
|
Requires: libmarblewidget-qt5%{_so} = %{version}
|
||||||
Requires: marble-frontend = %{version}
|
Requires: marble-frontend = %{version}
|
||||||
Recommends: %{name}-doc = %{version}
|
Recommends: %{name}-doc = %{version}
|
||||||
@ -121,11 +121,11 @@ Group: Development/Libraries/KDE
|
|||||||
%description -n libmarblewidget-qt5%{_so}
|
%description -n libmarblewidget-qt5%{_so}
|
||||||
The shared library for the MarbleWidget shared library.
|
The shared library for the MarbleWidget shared library.
|
||||||
|
|
||||||
%package -n libastro2
|
%package -n libastro1
|
||||||
Summary: Astronomy: Shared Library
|
Summary: Astronomy: Shared Library
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
|
|
||||||
%description -n libastro2
|
%description -n libastro1
|
||||||
The Astronomy shared library for the MarbleWidget shared library.
|
The Astronomy shared library for the MarbleWidget shared library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -172,9 +172,9 @@ cmake -DCMAKE_BUILD_TYPE=%{_kf5_build_type} \
|
|||||||
|
|
||||||
%postun -n libmarblewidget-qt5%{_so} -p /sbin/ldconfig
|
%postun -n libmarblewidget-qt5%{_so} -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libastro2 -p /sbin/ldconfig
|
%post -n libastro1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libastro2 -p /sbin/ldconfig
|
%postun -n libastro1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -219,7 +219,7 @@ cmake -DCMAKE_BUILD_TYPE=%{_kf5_build_type} \
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kf5_libdir}/libmarblewidget-qt5.so.*
|
%{_kf5_libdir}/libmarblewidget-qt5.so.*
|
||||||
|
|
||||||
%files -n libastro2
|
%files -n libastro1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kf5_libdir}/libastro.so.*
|
%{_kf5_libdir}/libastro.so.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user