automatic version update by autodist [release 23.08.5-1mamba;Thu Feb 15 2024]
This commit is contained in:
parent
7e8c75b670
commit
6c428965a6
@ -1,5 +1,5 @@
|
||||
Name: kdegraphics-mobipocket
|
||||
Version: 23.08.4
|
||||
Version: 23.08.5
|
||||
Release: 1mamba
|
||||
Summary: Mobipocket plugins for Strigi indexing, Okular and thumbnails
|
||||
Group: Graphical Desktop/Applications/Graphics
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: http://download.kde.org/stable/release-service/%{version}/src/kdegraphics-mobipocket-%{version}.tar.xz
|
||||
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kdegraphics-mobipocket-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -43,31 +43,31 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
%cmake_kf6
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
|
||||
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
|
||||
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_libdir}/libqmobipocket.so.*
|
||||
%{_kf6_libdir}/libqmobipocket.so.*
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
@ -76,13 +76,16 @@ exit 0
|
||||
%dir %{_includedir}/QMobipocket/qmobipocket
|
||||
%{_includedir}/QMobipocket/qmobipocket/*.h
|
||||
%{_includedir}/QMobipocket/qmobipocket_version.h
|
||||
%{_kde5_libdir}/libqmobipocket.so
|
||||
%{_kf6_libdir}/libqmobipocket.so
|
||||
%dir %{_libdir}/cmake/QMobipocket
|
||||
%{_libdir}/cmake/QMobipocket/QMobipocket*.cmake
|
||||
%dir %{_kde5_libdir}/cmake/QMobipocket
|
||||
%{_kde5_libdir}/cmake/QMobipocket/QMobipocketConfig.cmake
|
||||
%dir %{_kf6_libdir}/cmake/QMobipocket
|
||||
%{_kf6_libdir}/cmake/QMobipocket/QMobipocketConfig.cmake
|
||||
|
||||
%changelog
|
||||
* Thu Feb 15 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user