Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5882030fce | ||
|
|
a79eaaef5f | ||
|
|
7d04a4ade5 | ||
|
|
423931364c | ||
|
|
21a1408801 | ||
|
|
8c5de0f522 | ||
|
|
2484e3e2eb | ||
|
|
879673bbbd |
4 changed files with 11 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/wxMEdit-3.2.tar.gz
|
||||
/wxMEdit-18d14b12bf5f2a17d9e46f8450789d3ef56bfa70.tar.gz
|
||||
|
|
|
|||
10
packit.yaml
10
packit.yaml
|
|
@ -1,20 +1,20 @@
|
|||
upstream_project_url: https://github.com/wxMEdit/wxMEdit
|
||||
upstream_tag_template: {version}
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- fedora-rawhide
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_pr_authors: ["packit", "topazus"]
|
||||
allowed_committers: ["packit", "topazus"]
|
||||
allowed_pr_authors: ["packit", "all_admins", "all_committers"]
|
||||
allowed_committers: ["packit", "all_admins", "all_committers"]
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
allowed_builders: ["packit", "all_admins", "all_committers"]
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- fedora-branched
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wxMEdit-3.2.tar.gz) = f101206f88d969155d6b28201dfb0320517f24f59256153cb6e42d2c6cf9ea48ed2413909a9444f07fa22d4540005b2a687bdb65543f018f062787ee8db66e5a
|
||||
SHA512 (wxMEdit-18d14b12bf5f2a17d9e46f8450789d3ef56bfa70.tar.gz) = 7716c530696cc5cb6d752030981a6c5b70b26974d4f32e70bddd19d0eff7abc769cdcb3f45ce6f4370a32a4db0a854f2e053c376b181bdd9813b9158ffc95dad
|
||||
|
|
|
|||
11
wxmedit.spec
11
wxmedit.spec
|
|
@ -1,13 +1,15 @@
|
|||
%global forgeurl https://github.com/wxMEdit/wxMEdit
|
||||
Version: 3.2
|
||||
%global tag %{version}
|
||||
%global date 20251010
|
||||
%global commit 18d14b12bf5f2a17d9e46f8450789d3ef56bfa70
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%forgemeta
|
||||
|
||||
Name: wxmedit
|
||||
Release: %autorelease
|
||||
Summary: a Cross-platform Text/Hex Editor, an improved version of MadEdit
|
||||
License: GPL-3.0-only
|
||||
URL: https://wxmedit.github.io/
|
||||
URL: %{forgeurl}
|
||||
Source0: %{forgesource}
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
|
|
@ -43,11 +45,6 @@ rm -r %{buildroot}%{_datadir}/doc/wxmedit
|
|||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
# https://koji.fedoraproject.org/koji/taskinfo?taskID=113678779
|
||||
# https://kojipkgs.fedoraproject.org/work/tasks/8820/113678820/build.log
|
||||
# test/encoding/test_gb18030_conv.cpp(73): error: in "wxmedit_test/encoding_test/test_gb18030_conv": check t == u has failed
|
||||
# the tests may pass in future new release
|
||||
sed -i '/test_gb18030_conv/d' test/test.cpp
|
||||
make check || (cat ./test-suite.log && exit 1)
|
||||
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue