automatic version update by autodist [release 24.02.1-1mamba;Sat Mar 23 2024]
This commit is contained in:
parent
0c36b1a8c8
commit
96ff269aa2
57
ktnef.spec
57
ktnef.spec
@ -1,41 +1,42 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: ktnef
|
||||
Version: 23.08.5
|
||||
Version: 24.02.1
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 tnef library
|
||||
Summary: KDE tnef library
|
||||
Group: System/Libraries
|
||||
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/ktnef-%{version}.tar.xz
|
||||
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/ktnef-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkcalendarcore-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libkcalutils-devel
|
||||
BuildRequires: libkcontacts-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkf6-kcalendarcore-devel
|
||||
BuildRequires: libkf6-kcontacts-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: kf6-rpm-macros
|
||||
BuildRequires: extra-cmake-modules
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
KDE Frameworks 5 tnef library.
|
||||
KDE tnef library.
|
||||
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: KDE Frameworks 5 tnef library
|
||||
Summary: KDE tnef library
|
||||
|
||||
%description -n lib%{name}
|
||||
KDE Frameworks 5 tnef library.
|
||||
KDE tnef library.
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
Group: Development/Libraries
|
||||
@ -51,14 +52,14 @@ 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
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name} --with-qt --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -66,22 +67,28 @@ This package contains libraries and header files for developing applications tha
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name} -f %{name}5_qt.lang
|
||||
%files -n lib%{name} -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libKPim5Tnef.so.*
|
||||
%{_datadir}/qlogging-categories5/ktnef.*categories
|
||||
%{_libdir}/libKPim6Tnef.so.*
|
||||
%{_datadir}/qlogging-categories6/ktnef.*categories
|
||||
%doc AUTHORS LICENSES
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/KPim5/KTNEF
|
||||
%{_includedir}/KPim5/KTNEF/*
|
||||
%{_libdir}/libKPim5Tnef.so
|
||||
%{_kde5_mkspecsdir}/qt_KTNef.pri
|
||||
%dir %{_libdir}/cmake/KPim5Tnef
|
||||
%{_libdir}/cmake/KPim5Tnef/*.cmake
|
||||
%dir %{_includedir}/KPim6/KTNEF
|
||||
%{_includedir}/KPim6/KTNEF/*
|
||||
%{_libdir}/libKPim6Tnef.so
|
||||
%dir %{_libdir}/cmake/KPim6Tnef
|
||||
%{_libdir}/cmake/KPim6Tnef/*.cmake
|
||||
%{_qt6_docdir}/KPim6Tnef.*
|
||||
|
||||
%changelog
|
||||
* Sat Mar 23 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 10 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 18 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user