Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7fd366d9f7 | ||
|
|
a1b3306638 | ||
|
|
346f2db97f | ||
|
|
71ed39b7d3 | ||
|
|
391a317573 | ||
|
|
acc044a4f1 | ||
|
|
e5a068d970 | ||
|
|
919f1c7876 |
2 changed files with 34 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%global use_release 0
|
||||
%global use_release 1
|
||||
%global use_git 0
|
||||
%global use_gitbare 1
|
||||
%global use_gitbare 0
|
||||
|
||||
%if 0%{?use_git} < 1
|
||||
%if 0%{?use_gitbare} < 1
|
||||
|
|
@ -14,11 +14,11 @@
|
|||
%global git_builddir %{nil}
|
||||
|
||||
%if 0%{?use_gitbare}
|
||||
%global gittardate 20230821
|
||||
%global gittartime 1652
|
||||
%global gittardate 20250209
|
||||
%global gittartime 1612
|
||||
|
||||
%global gitbaredate 20230724
|
||||
%global git_rev 4a82095ca4a334ceaf306c128248eb020f11bef1
|
||||
%global gitbaredate 20250128
|
||||
%global git_rev 18bad9324b9e8990c73a67cee9b87d551d34be91
|
||||
%global git_short %(echo %{git_rev} | cut -c-8)
|
||||
%global git_version %{gitbaredate}git%{git_short}
|
||||
%endif
|
||||
|
|
@ -29,12 +29,12 @@
|
|||
%endif
|
||||
|
||||
|
||||
%global main_version 1.1.0
|
||||
%global main_version 1.1.1
|
||||
|
||||
|
||||
Name: menu-cache
|
||||
Version: %{main_version}%{git_ver_rpm}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Caching mechanism for freedesktop.org compliant menus
|
||||
|
||||
# SPDX confirmed
|
||||
|
|
@ -44,7 +44,7 @@ URL: http://lxde.org
|
|||
Source0: %{name}-%{gittardate}T%{gittartime}.tar.gz
|
||||
%endif
|
||||
%if 0%{?use_release}
|
||||
Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.xz
|
||||
Source0: https://github.com/lxde/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
%endif
|
||||
Source1: create-menu-cache-git-bare-tarball.sh
|
||||
|
||||
|
|
@ -52,11 +52,9 @@ BuildRequires: make
|
|||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(libfm-extra)
|
||||
%if 0%{?use_gitbare} >= 1
|
||||
BuildRequires: automake
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libtool
|
||||
%endif
|
||||
BuildRequires: /usr/bin/git
|
||||
|
||||
%description
|
||||
|
|
@ -97,9 +95,7 @@ git add .
|
|||
git commit -m "base" -q
|
||||
%endif
|
||||
|
||||
%if 0%{?use_gitbare}
|
||||
sh autogen.sh
|
||||
%endif
|
||||
|
||||
%build
|
||||
%if 0%{?use_gitbare}
|
||||
|
|
@ -140,6 +136,30 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Feb 16 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.1-1
|
||||
- 1.1.1
|
||||
|
||||
* Sun Feb 09 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.0^20250128git18bad932-1
|
||||
- Update to the latest git
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0^20240821git83d90343-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sun Aug 25 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.0^20240821git83d90343-1
|
||||
- Update to the latest git
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0^20230724git4a82095c-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0^20230724git4a82095c-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0^20230724git4a82095c-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Aug 21 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.0^20230724git4a82095c-1
|
||||
- Update to the latest git
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (menu-cache-20230821T1652.tar.gz) = 8a10216e399ac1fcdd28dd5b743bd38faeb1bb74587b1d8b23cf57f8834975c4fe7eeaf47e9f92c892bc2e71328058a87445df56835953581589f95635cd1e79
|
||||
SHA512 (menu-cache-1.1.1.tar.gz) = a2ede5663946d13a2992196a8547319ffa252cf5e37ba76dad559deb18450797ac6d5910415226ab996eab2131a2aa715b091a023a8a1eb39c83ea47043976e1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue