automatic version update by autodist [release 24.02.1-1mamba;Fri Mar 22 2024]
This commit is contained in:
parent
9bf1650c68
commit
2dd80fb6dd
@ -1,4 +1,4 @@
|
||||
# libkomparediff2
|
||||
|
||||
KDE4 komparediff2 library.
|
||||
KDE komparediff2 library.
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
Name: libkomparediff2
|
||||
Version: 23.08.5
|
||||
Version: 24.02.1
|
||||
Release: 1mamba
|
||||
Summary: KDE4 komparediff2 library
|
||||
Summary: KDE komparediff2 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/libkomparediff2-%{version}.tar.xz
|
||||
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/libkomparediff2-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -29,7 +29,7 @@ BuildRequires: automoc4
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
KDE4 komparediff2 library.
|
||||
KDE komparediff2 library.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
@ -45,14 +45,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}"
|
||||
@ -60,9 +60,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_libdir}/libkomparediff2.so.*
|
||||
%{_kf6_libdir}/libkomparediff2.so.*
|
||||
%{_datadir}/qlogging-categories5/libkomparediff2.categories
|
||||
%doc COPYING
|
||||
|
||||
@ -70,11 +70,17 @@ This package contains libraries and header files for developing applications tha
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/KompareDiff2
|
||||
%{_includedir}/KompareDiff2/*
|
||||
%{_kf6_libdir}/libkomparediff2.so
|
||||
%dir %{_libdir}/cmake/LibKompareDiff2
|
||||
%{_libdir}/cmake/LibKompareDiff2/LibKompareDiff2*.cmake
|
||||
%{_kde5_libdir}/libkomparediff2.so
|
||||
|
||||
%changelog
|
||||
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user