SHA256
1
0
forked from pool/kio-extras5
Christophe Giboudeaux 2022-06-19 06:41:42 +00:00 committed by Git OBS Bridge
parent ddf1c84c75
commit 49c6c60ca4
3 changed files with 9 additions and 6 deletions

View File

@ -1,2 +0,0 @@
# we don't use find_lang macro as it doesn't searches in subdirectories
addFilter("file-not-in-%lang .*")

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 19 06:40:49 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Build the documentation again
- Drop the unneeded rpmlintrc file
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 8 09:54:31 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Wed Jun 8 09:54:31 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
# #
# spec file for package kio-extras5 # spec file for package kio-extras5
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -32,15 +32,14 @@ Source: https://download.kde.org/stable/release-service/%{version}/src/%
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig Source1: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
Source2: applications.keyring Source2: applications.keyring
%endif %endif
Source99: %{name}-rpmlintrc
# openEXR causes build issues for Leap 15.2 & 15.3 # openEXR causes build issues for Leap 15.2 & 15.3
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1500
BuildRequires: OpenEXR-devel BuildRequires: OpenEXR-devel
%endif %endif
BuildRequires: flac-devel BuildRequires: flac-devel
BuildRequires: gperf BuildRequires: gperf
BuildRequires: kf5-filesystem
BuildRequires: kdsoap-devel BuildRequires: kdsoap-devel
BuildRequires: kf5-filesystem
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
BuildRequires: libmtp-devel BuildRequires: libmtp-devel
BuildRequires: libssh-devel BuildRequires: libssh-devel
@ -104,7 +103,6 @@ This is the development package for libkioarchive
%prep %prep
%autosetup -p1 -n %{rname}-%{version} %autosetup -p1 -n %{rname}-%{version}
sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
%build %build
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
@ -124,6 +122,7 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
%files %files
%license LICENSES/* %license LICENSES/*
%doc %lang(en) %{_datadir}/doc/HTML/en/kioslave5
%{_kf5_configkcfgdir}/ %{_kf5_configkcfgdir}/
%{_kf5_debugdir}/kio-extras.categories %{_kf5_debugdir}/kio-extras.categories
%{_kf5_debugdir}/kio-extras.renamecategories %{_kf5_debugdir}/kio-extras.renamecategories