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