Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f22f351998 | ||
|
|
327f561649 | ||
|
|
c9df7f6280 | ||
|
|
1a5a027903 | ||
|
|
6789d3726d | ||
|
|
e3d8f6e0e5 | ||
|
|
ac2317ac08 | ||
|
|
810b55ca06 |
4 changed files with 22 additions and 44 deletions
33
.gitignore
vendored
33
.gitignore
vendored
|
|
@ -1,32 +1 @@
|
||||||
/worker-2.18.0.tar.gz
|
/worker-*.tar.zst
|
||||||
/worker-2.18.1rc1.tar.bz2
|
|
||||||
/worker-2.18.1.tar.gz
|
|
||||||
/worker-2.19.0rc1.tar.bz2
|
|
||||||
/worker-2.19.1-1.fc16.src.rpm
|
|
||||||
/worker-2.19.2.tar.bz2
|
|
||||||
/worker-3.3.3.tar.bz2
|
|
||||||
/worker-3.9.0.tar.bz2
|
|
||||||
/worker-3.10.0.tar.bz2
|
|
||||||
/worker-3.11.0.tar.bz2
|
|
||||||
/worker-3.15.0.tar.bz2
|
|
||||||
/worker-3.15.2.tar.bz2
|
|
||||||
/worker-3.15.4.tar.bz2
|
|
||||||
/worker-4.0.0.tar.bz2
|
|
||||||
/worker-4.0.1.tar.bz2
|
|
||||||
/worker-4.1.0.tar.bz2
|
|
||||||
/worker-4.2.0.tar.bz2
|
|
||||||
/worker-4.3.0.tar.bz2
|
|
||||||
/worker-4.4.0.tar.bz2
|
|
||||||
/worker-4.5.1.tar.bz2
|
|
||||||
/worker-4.6.1.tar.bz2
|
|
||||||
/worker-4.7.0.tar.bz2
|
|
||||||
/worker-4.8.1.tar.bz2
|
|
||||||
/worker-4.9.0.tar.bz2
|
|
||||||
/worker-4.10.0.tar.bz2
|
|
||||||
/worker-4.10.1.tar.bz2
|
|
||||||
/worker-4.11.0.tar.bz2
|
|
||||||
/worker-4.12.1.tar.bz2
|
|
||||||
/worker-5.1.0.tar.bz2
|
|
||||||
/worker-5.2.2.tar.zst
|
|
||||||
/worker-5.3.0.tar.zst
|
|
||||||
/worker-5.3.1.tar.zst
|
|
||||||
|
|
|
||||||
21
packit.yaml
21
packit.yaml
|
|
@ -1,16 +1,19 @@
|
||||||
# See the documentation for more information:
|
# See the documentation for more information:
|
||||||
# https://packit.dev/docs/configuration/
|
# https://packit.dev/docs/configuration/
|
||||||
|
|
||||||
|
specfile_path: worker.spec
|
||||||
|
|
||||||
copy_upstream_release_description: false
|
copy_upstream_release_description: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: pull_from_upstream
|
- job: pull_from_upstream
|
||||||
trigger: release
|
trigger: release
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-rawhide
|
- fedora-rawhide
|
||||||
|
|
||||||
|
- job: koji_build
|
||||||
|
trigger: commit
|
||||||
|
allowed_committers: ['packit','all_admins']
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-rawhide
|
||||||
|
|
||||||
- job: koji_build
|
|
||||||
trigger: commit
|
|
||||||
allowed_committers: ['packit']
|
|
||||||
dist_git_branches:
|
|
||||||
- fedora-rawhide
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (worker-5.3.1.tar.zst) = f738f11e2e68e9a0aecd64dd16ec83eb394e86b6ccea75b4b9838ced66c04a030879bafa52a8e57f36f10de22fa3b23aedd824f52ec9ada0e7200413418982e5
|
SHA512 (worker-5.4.0.tar.zst) = e72e5b3e09ce6031eff599b912267d010b97a26443b7055908f4127315f5818309136d179d8e24fc8779951fd49ba4122399376413280d2be4f1518f126cbfd9
|
||||||
|
|
|
||||||
10
worker.spec
10
worker.spec
|
|
@ -1,16 +1,18 @@
|
||||||
Name: worker
|
Name: worker
|
||||||
Version: 5.3.1
|
Version: 5.4.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: File Manager for the X11
|
Summary: File Manager for the X11
|
||||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: http://boomerangsworld.de/worker
|
URL: http://boomerangsworld.de/worker
|
||||||
Source0: http://boomerangsworld.de/cms/%{name}/downloads/%{name}-%{version}.tar.zst
|
Source0: http://boomerangsworld.de/cms/%{name}/downloads/%{name}-%{version}.tar.zst
|
||||||
Patch0: Patch0-Fix-For-Python3.patch
|
Patch0: Patch0-Fix-For-Python3.patch
|
||||||
|
ExcludeArch: %{ix86}
|
||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: file-devel
|
BuildRequires: file-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: imlib2-devel
|
||||||
BuildRequires: libudisks2-devel
|
BuildRequires: libudisks2-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXft-devel
|
BuildRequires: libXft-devel
|
||||||
|
|
@ -33,9 +35,13 @@ for f in ChangeLog man/fr/worker.1 man/it/worker.1; do
|
||||||
done
|
done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CXXFLAGS="$CXXFLAGS -Wno-unused-but-set-variable"
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue