automatic version update by autodist [release 24.02.1-1mamba;Sun Mar 24 2024]
This commit is contained in:
parent
6c428965a6
commit
dfe537f8f9
@ -1,5 +1,5 @@
|
||||
Name: kdegraphics-mobipocket
|
||||
Version: 23.08.5
|
||||
Version: 24.02.1
|
||||
Release: 1mamba
|
||||
Summary: Mobipocket plugins for Strigi indexing, Okular and thumbnails
|
||||
Group: Graphical Desktop/Applications/Graphics
|
||||
@ -12,14 +12,14 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt6-qt5compat-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: automoc4
|
||||
BuildRequires: cmake
|
||||
%ifnarch arm
|
||||
Requires: okular
|
||||
%endif
|
||||
Requires: strigi
|
||||
Obsoletes: mobipocket < 22.04.0
|
||||
Obsoletes: kdegraphics-mobipocket4 < 22.04.0
|
||||
@ -37,52 +37,87 @@ Obsoletes: kdegraphics-mobipocket4-devel < 22.04.0
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%package qt6
|
||||
Group: System/Libraries
|
||||
Summary: Mobipocket plugins for Strigi indexing, Okular and thumbnails
|
||||
Requires: strigi
|
||||
|
||||
%description qt6
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%package qt6-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}-qt6 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description qt6-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
%cmake_kf6 \
|
||||
-DQT_MAJOR_VERSION=6
|
||||
|
||||
%cmake_build
|
||||
|
||||
|
||||
%cmake -d build5
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%cmake_install
|
||||
|
||||
%makeinstall -C build5
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
|
||||
exit 0
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
|
||||
fi
|
||||
exit 0
|
||||
%post qt6 -p /sbin/ldconfig
|
||||
%postun qt6 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kf6_libdir}/libqmobipocket.so.*
|
||||
%{_libdir}/libqmobipocket.so.*
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/QMobipocket
|
||||
%dir %{_includedir}/QMobipocket/qmobipocket
|
||||
%{_includedir}/QMobipocket/qmobipocket/*.h
|
||||
%{_includedir}/QMobipocket/qmobipocket_version.h
|
||||
%{_kf6_libdir}/libqmobipocket.so
|
||||
%{_includedir}/QMobipocket/*
|
||||
%{_libdir}/libqmobipocket.so
|
||||
%dir %{_libdir}/cmake/QMobipocket
|
||||
%{_libdir}/cmake/QMobipocket/QMobipocket*.cmake
|
||||
%dir %{_kf6_libdir}/cmake/QMobipocket
|
||||
%{_kf6_libdir}/cmake/QMobipocket/QMobipocketConfig.cmake
|
||||
|
||||
%files qt6
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libQMobipocket6.so.*
|
||||
%doc COPYING
|
||||
|
||||
%files qt6-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/QMobipocket6
|
||||
%{_includedir}/QMobipocket6/*
|
||||
%dir %{_libdir}/cmake/QMobipocket6
|
||||
%{_libdir}/cmake/QMobipocket6/QMobipocket6*.cmake
|
||||
%{_libdir}/libQMobipocket6.so
|
||||
|
||||
%changelog
|
||||
* Sun Mar 24 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 24.02.0-2mamba
|
||||
- rebuilt with qt6
|
||||
|
||||
* Wed Feb 28 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 15 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user