File menu-cache.spec of Package menu-cache
#
# spec file for package menu-cache
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define sover 3
Name: menu-cache
Version: 1.1.1
Release: 0
Summary: A tool speed up menus
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/GUI/LXDE
URL: https://github.com/lxde/menu-cache
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: automake
BuildRequires: c_compiler
BuildRequires: gtk-doc
BuildRequires: intltool
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libfm-extra)
%description
Libmenu-cache is a library creating and utilizing caches to speed up
the manipulation for freedesktop.org defined application menus.
It can be used as a replacement of libgnome-menu of gnome-menus.
%package -n libmenu-cache%{sover}
Summary: Menu-cache libraries
Group: System/Libraries
%description -n libmenu-cache%{sover}
%{name} libraries for development
%package devel
Summary: Menu-cache Headers
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
Requires: libmenu-cache%{sover} = %{version}
Requires: pkgconfig(glib-2.0)
Requires: pkgconfig(libfm-extra)
%description devel
%{name} development files
%prep
%autosetup -p1
sh autogen.sh
%build
export CFLAGS="%{optflags}"
%configure \
--disable-static
%make_build
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%ldconfig_scriptlets -n libmenu-cache%{sover}
%files
%doc README AUTHORS NEWS
%{_libexecdir}/%{name}
%license COPYING
%files -n libmenu-cache%{sover}
%{_libdir}/libmenu-cache.so.%{sover}
%{_libdir}/libmenu-cache.so.%{sover}.*
%files devel
%{_includedir}/%{name}
%{_libdir}/libmenu-cache.so
%{_libdir}/pkgconfig/libmenu-cache.pc
%changelog