Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a86ff65a20 | ||
|
|
623e134227 | ||
|
|
d4d05819b2 | ||
|
|
076015ca65 | ||
|
|
2aa474c174 |
3 changed files with 26 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -65,3 +65,4 @@
|
|||
/baloo-5.111.0.tar.xz
|
||||
/baloo-5.113.0.tar.xz
|
||||
/baloo-5.115.0.tar.xz
|
||||
/baloo-5.116.0.tar.xz
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
|
||||
Name: kf5-%{framework}
|
||||
Summary: A Tier 3 KDE Frameworks 5 module that provides indexing and search functionality
|
||||
Version: 5.115.0
|
||||
Release: 1%{?dist}
|
||||
Version: 5.116.0
|
||||
Release: 4%{?dist}
|
||||
|
||||
License: BSD-3-Clause AND CC0-1.0 AND LGPL-3.0-or-later
|
||||
URL: https://community.kde.org/Baloo
|
||||
|
|
@ -87,6 +87,7 @@ Requires: qt5-qtbase-devel
|
|||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%if %{without kf6_compat}
|
||||
%package file
|
||||
Summary: File indexing and search for Baloo
|
||||
# KDE e.V. may determine that future LGPL versions are accepted
|
||||
|
|
@ -97,12 +98,10 @@ Provides: baloo-file = %{version}-%{release}
|
|||
%else
|
||||
Conflicts: baloo-file < 5
|
||||
%endif
|
||||
%if %{with kf6_compat}
|
||||
Requires: kf6-baloo-file%{?_isa}
|
||||
%endif
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
%description file
|
||||
%{summary}.
|
||||
%endif
|
||||
|
||||
%package libs
|
||||
Summary: Runtime libraries for %{name}
|
||||
|
|
@ -157,6 +156,10 @@ cat kio5_tags.lang kio5_baloosearch.lang kio5_timeline.lang \
|
|||
cat baloo_file5.lang baloo_file_extractor5.lang \
|
||||
> %{name}-file.lang
|
||||
|
||||
%if %{with kf6_compat}
|
||||
cat %{name}-file.lang | xargs printf "%{buildroot}%.0s%s\n" | xargs rm
|
||||
%endif
|
||||
|
||||
|
||||
%check
|
||||
%if 0%{?tests}
|
||||
|
|
@ -178,8 +181,8 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
|||
%endif
|
||||
%{_kf5_datadir}/qlogging-categories5/%{framework}*
|
||||
|
||||
%files file -f %{name}-file.lang
|
||||
%if %{without kf6_compat}
|
||||
%files file -f %{name}-file.lang
|
||||
%{_prefix}/lib/sysctl.d/97-kde-baloo-filewatch-inotify.conf
|
||||
%config(noreplace) %{_sysconfdir}/xdg/plasma-workspace/shutdown/baloo_file.sh
|
||||
%{_kf5_bindir}/baloo_file
|
||||
|
|
@ -219,6 +222,21 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.116.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.116.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.116.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sun May 19 2024 Alessandro Astone <ales.astone@gmail.com> - 5.116.0-1
|
||||
- 5.116.0
|
||||
|
||||
* Thu Feb 22 2024 Alessandro Astone <ales.astone@gmail.com> - 5.115.0-2
|
||||
- Drop kf5-baloo-file subpackage, obsoleted by kf6-baloo-file
|
||||
|
||||
* Sat Feb 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.115.0-1
|
||||
- 5.115.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (baloo-5.115.0.tar.xz) = 43130d873845a3d8f0a7a25b04a032e7cd834170b5f67b7b18396a800086801ce0910865dc7efc333dd0764121b65c8fddcec4e072af6503e0b1bc55c642f4d6
|
||||
SHA512 (baloo-5.116.0.tar.xz) = 956a07009fa83f852fa88a7bcabffc73343072e30650cc7000e385f73e467aa2c7c440b41715405fc0a59d68ad8e533c2587e06de8475f24b49e1fa35d8b2486
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue