Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
2 changed files with 8 additions and 29 deletions
35
lxtask.spec
35
lxtask.spec
|
|
@ -13,27 +13,26 @@
|
|||
%global git_builddir %{nil}
|
||||
|
||||
%if 0%{?use_gitbare}
|
||||
%global gittardate 20250327
|
||||
%global gittartime 1511
|
||||
%define use_gitcommit_as_rel 0
|
||||
%global gittardate 20241002
|
||||
%global gittartime 2221
|
||||
|
||||
%global gitbaredate 20250325
|
||||
%global git_rev 33d3f23801089589e3e866fd43c4c96fd0b9d325
|
||||
%global gitbaredate 20240905
|
||||
%global git_rev 6aaa2949c8caf63cda04ee4068fe389751aa1e7b
|
||||
%global git_short %(echo %{git_rev} | cut -c-8)
|
||||
%global git_version %{gitbaredate}git%{git_short}
|
||||
%endif
|
||||
|
||||
%if 0%{?use_gitcommit_as_rel}
|
||||
%if 0%{?use_git} || 0%{?use_gitbare}
|
||||
%global git_ver_rpm ^%{git_version}
|
||||
%global git_builddir -%{git_version}
|
||||
%endif
|
||||
|
||||
|
||||
%global main_version 0.1.12
|
||||
%global main_version 0.1.11
|
||||
|
||||
Name: lxtask
|
||||
Version: %{main_version}%{git_ver_rpm}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Lightweight and desktop independent task manager
|
||||
|
||||
# SPDX confirmed
|
||||
|
|
@ -78,17 +77,6 @@ git clone ./%{name}.git/
|
|||
cd %{name}
|
||||
|
||||
git checkout -b %{main_version}-fedora %{git_rev}
|
||||
|
||||
# Restore timestamps
|
||||
set +x
|
||||
echo "Restore timestamps"
|
||||
git ls-tree -r --name-only HEAD | while read f
|
||||
do
|
||||
unixtime=$(git log -n 1 --pretty='%ct' -- $f)
|
||||
touch -d "@${unixtime}" $f
|
||||
done
|
||||
set -x
|
||||
|
||||
cp -a [A-Z]* ..
|
||||
%endif
|
||||
|
||||
|
|
@ -143,15 +131,6 @@ cd ..
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Mar 27 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.1.12-1
|
||||
- 0.1.12
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11^20240905git6aaa2949-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Oct 02 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.1.11^20240905git6aaa2949-1
|
||||
- Update to the latest git
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (lxtask-20250327T1511.tar.gz) = db3ceab603eedb7272880e99ccd084928ff5c418a8d06c4ad48a68b8113294e109d85f089156acf90107397968f7395b2485a5952a7dc64eeaf4f99663a62712
|
||||
SHA512 (lxtask-20241002T2221.tar.gz) = 3a96af3a76f490d5d575021ec97cf02434b0ad89268ac7185471e2ad0bc3b46c1af58a0de5fba582c14c2eaba3148d5eac2a068ec820715fb3420e1c611c365a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue