Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2431dba844 | |||
| 450df8f92a | |||
| 6e2534595d |
@@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 21 07:22:36 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Exclude 'typelib(AppIndicator)' from install requirements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 12:59:30 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Correct tarball URL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 22 09:08:39 UTC 2025 - Edgar Aichinger <edogawa@aon.at>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bleachbit
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 8/2011 by open-slx GmbH <Sascha.Manns@open-slx.de>
|
||||
# Copyright (c) 2010 - 7/2011 by Sascha Manns <saigkill@opensuse.org>
|
||||
#
|
||||
@@ -19,8 +19,6 @@
|
||||
|
||||
|
||||
%define _desktopname org.bleachbit.BleachBit
|
||||
# 'typelib(AppIndicator)' doesn't exist anymore. It is a fallback if AppIndicator3 can't be found (bleachbit/GUI.py:50)
|
||||
%global __requires_exclude typelib\\(AppIndicator\\)
|
||||
Name: bleachbit
|
||||
Version: 5.0.0
|
||||
Release: 0
|
||||
@@ -28,11 +26,12 @@ Summary: Tool for removing unnecessary files, freeing space, and maintain
|
||||
License: GPL-3.0-only
|
||||
Group: Productivity/File utilities
|
||||
URL: https://www.bleachbit.org/
|
||||
Source: https://github.com/bleachbit/bleachbit/archive/refs/tags/v%{version}.tar.gz
|
||||
Source: https://github.com/bleachbit/bleachbit/archive/v%{version}.tar.gz
|
||||
BuildRequires: dbus-1
|
||||
BuildRequires: e2fsprogs
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gobject-introspection
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: libxml2-tools
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -106,7 +105,7 @@ sed -i -e 's/^Exec=bleachbit$/Exec=xdg-su -c bleachbit/g' \
|
||||
%suse_update_desktop_file -n -i %{_desktopname}-root Utility Filesystem
|
||||
|
||||
%find_lang %{name}
|
||||
%fdupes %{buildroot}
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
# Fix non-executable-script
|
||||
chmod +x %{buildroot}%{_datadir}/%{name}/CLI.py
|
||||
|
||||
Reference in New Issue
Block a user