automatic version update by autodist [release 24.02.1-1mamba;Fri Mar 22 2024]
This commit is contained in:
parent
8d1a6f8bcb
commit
598e3ca23d
@ -1,5 +1,5 @@
|
|||||||
Name: libkcompactdisc
|
Name: libkcompactdisc
|
||||||
Version: 23.08.5
|
Version: 24.02.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Compact Disk library
|
Summary: KDE Compact Disk library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,17 +7,18 @@ 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/libkcompactdisc-%{version}.tar.xz
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/libkcompactdisc-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libalsa-devel
|
BuildRequires: libalsa-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libki18n-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libphonon-devel
|
BuildRequires: libkf6-ki18n-devel
|
||||||
BuildRequires: libsolid-devel
|
BuildRequires: libkf6-solid-devel
|
||||||
|
BuildRequires: libphonon-qt6-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt6-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Obsoletes: libkompactdisc < 21.08.4
|
Obsoletes: libkompactdisc < 21.08.4
|
||||||
@ -42,14 +43,16 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q -n libkcompactdisc-%{version}
|
%setup -q -n libkcompactdisc-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kf6 \
|
||||||
%make
|
-DQT_MAJOR_VERSION=6
|
||||||
|
|
||||||
|
%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}"
|
||||||
@ -57,22 +60,30 @@ 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}/libKF5CompactDisc.so.*
|
%{_libdir}/libKCompactDisc6.so.*
|
||||||
%doc COPYING COPYING.LIB
|
%doc COPYING COPYING.LIB
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_kde5_includedir}/KCompactDisc
|
%dir %{_includedir}/KCompactDisc6
|
||||||
%{_kde5_includedir}/KCompactDisc/*
|
%{_includedir}/KCompactDisc6/*
|
||||||
#%{_kde5_includedir}/kcompactdisc_version.h
|
%dir %{_libdir}/cmake/KCompactDisc6
|
||||||
%dir %{_kde5_libdir}/cmake/KF5CompactDisc
|
%{_libdir}/cmake/KCompactDisc6/KCompactDisc6*.cmake
|
||||||
%{_kde5_libdir}/cmake/KF5CompactDisc/KF5CompactDisc*.cmake
|
%{_libdir}/libKCompactDisc6.so
|
||||||
%{_kde5_libdir}/libKF5CompactDisc.so
|
%{_qt6_archdatadir}/mkspecs/modules/qt_KCompactDisc.pri
|
||||||
%{_kde5_mkspecsdir}/qt_KCompactDisc.pri
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Mar 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 24.02.0-2mamba
|
||||||
|
- rebuilt with qt6
|
||||||
|
|
||||||
|
* 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