Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
2 changed files with 14 additions and 22 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%global use_release 1
|
||||
%global use_release 0
|
||||
%global use_git 0
|
||||
%global use_gitbare 0
|
||||
%global use_gitbare 1
|
||||
|
||||
%if 0%{?use_git} < 1
|
||||
%if 0%{?use_gitbare} < 1
|
||||
|
|
@ -14,11 +14,11 @@
|
|||
%global git_builddir %{nil}
|
||||
|
||||
%if 0%{?use_gitbare}
|
||||
%global gittardate 20250209
|
||||
%global gittartime 1612
|
||||
%global gittardate 20240825
|
||||
%global gittartime 1624
|
||||
|
||||
%global gitbaredate 20250128
|
||||
%global git_rev 18bad9324b9e8990c73a67cee9b87d551d34be91
|
||||
%global gitbaredate 20240821
|
||||
%global git_rev 83d90343ba7ed345f8c2f0e9d5b71e2fc88d1d6e
|
||||
%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.1
|
||||
%global main_version 1.1.0
|
||||
|
||||
|
||||
Name: menu-cache
|
||||
Version: %{main_version}%{git_ver_rpm}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?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: https://github.com/lxde/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.xz
|
||||
%endif
|
||||
Source1: create-menu-cache-git-bare-tarball.sh
|
||||
|
||||
|
|
@ -52,9 +52,11 @@ 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
|
||||
|
|
@ -95,7 +97,9 @@ git add .
|
|||
git commit -m "base" -q
|
||||
%endif
|
||||
|
||||
%if 0%{?use_gitbare}
|
||||
sh autogen.sh
|
||||
%endif
|
||||
|
||||
%build
|
||||
%if 0%{?use_gitbare}
|
||||
|
|
@ -136,18 +140,6 @@ 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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (menu-cache-1.1.1.tar.gz) = a2ede5663946d13a2992196a8547319ffa252cf5e37ba76dad559deb18450797ac6d5910415226ab996eab2131a2aa715b091a023a8a1eb39c83ea47043976e1
|
||||
SHA512 (menu-cache-20240825T1624.tar.gz) = c43bf7712b9197c17952171a65b4bcd401f016aa058572b168e581b260e8afb69225995505697afb84176576ca42d75cc9ac1943cf8f8c74eb93eb7a846f10b6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue