1 Star 0 Fork 4

tangjie02/kf5-libkcddb

forked from src-openEuler/kf5-libkcddb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
kf5-libkcddb.spec 2.31 KB
一键复制 编辑 原始数据 按行查看 历史
%global base_name libkcddb
Name: kf5-%{base_name}
Version: 23.08.5
Release: 2
Summary: CDDB retrieval library
License: LGPLv2+ and GPLv2+
URL: https://www.kde.org/applications/multimedia/
Source0: http://download.kde.org/stable/release-service/%{version}/src/%{base_name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: kf5-rpm-macros
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5Codecs)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KCMUtils)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: qt5-qtbase-devel
BuildRequires: pkgconfig(libmusicbrainz5)
Requires: %{name}-doc = %{version}-%{release}
Recommends: kde-cli-tools
# translations moved here
Conflicts: kde-l10n < 17.03
%description
%{summary}.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
%{summary}.
%package doc
Summary: Documentation for %{name}
License: GFDL
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
%description doc
Documentation for %{name}.
%prep
%autosetup -n %{base_name}-%{version} -p1
%build
%{cmake_kf5}
%cmake_build
%install
%cmake_install
%find_lang %{name} --all-name --with-man
%find_lang %{name}-doc --all-name --with-html --without-mo
%ldconfig_scriptlets
%files -f %{name}.lang
%license LICENSES/*
%{_kf5_libdir}/libKF5Cddb.so.5*
%{_kf5_qtplugindir}/plasma/kcms/systemsettings_qwidgets/kcm_cddb.so
%{_kf5_datadir}/applications/kcm_cddb.desktop
%{_kf5_datadir}/config.kcfg/libkcddb5.kcfg
%{_kf5_datadir}/qlogging-categories5/%{base_name}*
%files devel
%{_kf5_libdir}/libKF5Cddb.so
%{_kf5_includedir}/KCddb/
%{_includedir}/KCddb5/
%{_kf5_libdir}/cmake/KF5Cddb/
%{_qt5_archdatadir}/mkspecs/modules/qt_KCddb.pri
%files doc -f %{name}-doc.lang
%changelog
* Thu Nov 21 2024 tangjie02 <tangjie02@kylinsec.com.cn> - 23.08.5-2
- adapt to the new CMake macros to fix build failure
* Mon Mar 18 2024 peijiankang <peijiankang@kylinos.cn> - 23.08.5-1
- update verison to 23.08.5
* Mon Jan 08 2024 wangqia <wangqia@uniontech.com> - 23.08.4-1
- Update to upstream version 23.08.4
* Fri Nov 10 2023 misaka00251 <liuxin@iscas.ac.cn> - 23.04.3-1
- Init package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tangjie02/kf5-libkcddb.git
git@gitee.com:tangjie02/kf5-libkcddb.git
tangjie02
kf5-libkcddb
kf5-libkcddb
master

搜索帮助