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