Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32cd926f52 | ||
|
|
2919d23456 | ||
|
|
8e29ac017e | ||
|
|
2d43d81b95 | ||
|
|
47257483a9 |
2 changed files with 26 additions and 8 deletions
|
|
@ -16,27 +16,28 @@
|
|||
%global git_builddir %{nil}
|
||||
|
||||
%if 0%{?use_gitbare}
|
||||
%global gittardate 20240825
|
||||
%global gittartime 1714
|
||||
%global gittardate 20250325
|
||||
%global gittartime 1621
|
||||
%define use_gitcommit_as_rel 0
|
||||
|
||||
%global gitbaredate 20240817
|
||||
%global git_rev 95d5b02e901b0bf33c5ab037a88b8c054a3f818f
|
||||
%global gitbaredate 20250324
|
||||
%global git_rev 96e09b05b1897bdca72d8fdfeb1bd8ec68942c42
|
||||
%global git_short %(echo %{git_rev} | cut -c-8)
|
||||
%global git_version %{gitbaredate}git%{git_short}
|
||||
%endif
|
||||
|
||||
|
||||
%if 0%{?use_git} || 0%{?use_gitbare}
|
||||
%if 0%{?use_gitcommit_as_rel}
|
||||
%global git_ver_rpm ^%{git_version}
|
||||
%global git_builddir -%{git_version}
|
||||
%endif
|
||||
|
||||
|
||||
%global main_version 0.6.3
|
||||
%global main_version 0.6.4
|
||||
|
||||
Name: lxappearance
|
||||
Version: %{main_version}%{git_ver_rpm}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Feature-rich GTK+ theme switcher for LXDE
|
||||
|
||||
# SPDX confirmed
|
||||
|
|
@ -137,6 +138,8 @@ git add .
|
|||
git commit -m "base" -q
|
||||
%endif
|
||||
|
||||
# Add ACLOCAL_PATH for gettext 0.25 (ref: bug 2366708)
|
||||
export ACLOCAL_PATH=%{_datadir}/gettext/m4/
|
||||
sh autogen.sh
|
||||
|
||||
|
||||
|
|
@ -191,6 +194,21 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon May 26 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.6.4-2
|
||||
- Add ACLOCAL_PATH for gettext 0.25 (ref: bug 2366708)
|
||||
|
||||
* Tue Mar 25 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.6.4-1
|
||||
- 0.6.4
|
||||
|
||||
* Tue Feb 11 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.6.3^20241025gitb51af4c5-1
|
||||
- Update to the latest git
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3^20240817git95d5b02e-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Aug 30 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.6.3^20240817git95d5b02e-2
|
||||
- Own plugin directory
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (lxappearance-20240825T1714.tar.gz) = ae1639d6083a38a852f21c54ef51adebe865afce9844756d25aa3bddef903e3272e6f449dcd1e4096b96e25103bd0f418f760336c00dded114ef7ed21ec86f5b
|
||||
SHA512 (lxappearance-20250325T1621.tar.gz) = ab48ed776beff4ce6d5a5419306669dab5af91c8bdac794454535b5eb2993ec66ab110b5356c69c2be95ca3d1403d350466b2bbe97b87731d0fa61b0822fa294
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue