menu-cache 1.1.0-6 (aarch64;znver1;x86_64) 2023-17620
9999
| Status | published | |||||||||||||||||||||
| Submitter | mandian [@T] tutanota.com | |||||||||||||||||||||
| Platform | rolling | |||||||||||||||||||||
| Repository | main | |||||||||||||||||||||
| URL | https://abf.openmandriva.org/build_lists/389936 | |||||||||||||||||||||
| Packages |
|
|||||||||||||||||||||
| Build Date | 2023-12-31 22:02:59 +0000 UTC | |||||||||||||||||||||
| Last Updated | 2024-01-04 23:52:16.939141204 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary 605a171ce6af8e5a320ed95966fe81adbce3b5c7
commit 605a171ce6af8e5a320ed95966fe81adbce3b5c7
Author: mandian <mandian@users.noreply.github.com>
AuthorDate: Wed Dec 6 23:14:11 2023 +0000
Commit: mandian <mandian@users.noreply.github.com>
CommitDate: Wed Dec 6 23:14:11 2023 +0000
upgrade at the latest git version and rebuild against gtk3
---
.abf.yml | 2 +-
menu-cache.spec | 44 +++++++++++++++++++++-----------------------
2 files changed, 22 insertions(+), 24 deletions(-)
diff --git a/.abf.yml b/.abf.yml
index 9432971..d11fa9a 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- 1.1.0.tar.gz: 509f9d244ceea8fa80af29fa39f3b3d3e02033b9
+ menu-cache-4a82095ca4a334ceaf306c128248eb020f11bef1.tar.gz: cacfe849b868f6d9ed0b9c6b471d99a8a3754b69
diff --git a/menu-cache.spec b/menu-cache.spec
index a3aee14..81447fe 100644
--- a/menu-cache.spec
+++ b/menu-cache.spec
@@ -1,19 +1,25 @@
-%define git 0
+%define major 3
+%define libname %mklibname %{name}
+%define devname %mklibname -d %{name}
+%define oldlibname %mklibname %{name} 3
+
+# git snapshot
+%global snapshot 1
+%if 0%{?snapshot}
+ %global commit 4a82095ca4a334ceaf306c128248eb020f11bef1
+ %global commitdate 20230724
+ %global shortcommit %(c=%{commit}; echo ${c:0:7})
+%endif
Summary: A library to speed up freedesktop.org application menus
Name: menu-cache
Version: 1.1.0
-%if %git
-Source0: %{name}-%{git}.tar.xz
-Release: 0.%git.1
-%else
-Source0: https://github.com/lxde/menu-cache/archive/%{version}.tar.gz
-Release: 5
-%endif
+#Source0: https://github.com/lxde/menu-cache/archive/%{version}.tar.gz
+Source0: https://github.com/lxde/%{name}/archive/%{?snapshot:%{commit}}%{!?snapshot:%{version}}/%{name}-%{?snapshot:%{commit}}%{!?snapshot:%{version}}.tar.gz
+Release: 6
License: GPLv2+
Group: Graphical desktop/Other
Url: https://github.com/lxde/menu-cache
-Patch0: https://src.fedoraproject.org/rpms/menu-cache/raw/master/f/menu-cache-1.1.0-0001-Support-gcc10-compilation.patch
BuildRequires: intltool
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: gtk-doc
@@ -37,13 +43,11 @@ Advantages:
#----------------------------------------------------------------------
-%define major 3
-%define libname %mklibname %{name} %{major}
-
%package -n %{libname}
Summary: Shared library for %{name}
Group: Graphical desktop/Other
Requires: %{name} >= %{version}-%{release}
+Obsoletes: %oldlibname < %{EVRD}
%description -n %{libname}
This package contains shared library for %{name}.
@@ -53,8 +57,6 @@ This package contains shared library for %{name}.
#----------------------------------------------------------------------
-%define devname %mklibname -d %{name}
-
%package -n %{devname}
Summary: Contains development files for %{name}
Group: Graphical desktop/Other
@@ -70,19 +72,15 @@ This package contains development files for %{name}.
%{_libdir}/pkgconfig/*.pc
#----------------------------------------------------------------------
-%prep
-%if %{git}
-%setup -qn %{name}-%{git}
-%else
-%setup -q
-%endif
-%autopatch -p1
-[ -e autogen.sh ] && ./autogen.sh
+%prep
+%autosetup -p1 -n %{name}-%{?snapshot:%{commit}}%{!?snapshot:%{version}}
%build
-%configure --without-gtk
+autoreconf -fiv
+%configure
%make_build
%install
%make_install
+
Not Available
| 369start [@T] proton.me | No Comment. | 667d 22hrs |
| 369start [@T] proton.me | No Comment. | 667d 22hrs |