rebuilt with debug package [release 1.1.0-2mamba;Wed Dec 16 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 05:03:10 +01:00
parent 174e83b7c6
commit 3478f412a8

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: libmenu-cache Name: libmenu-cache
Version: 1.1.0 Version: 1.1.0
Release: 1mamba Release: 2mamba
Summary: Caching mechanism for freedesktop.org compliant menus Summary: Caching mechanism for freedesktop.org compliant menus
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -10,13 +10,14 @@ Packager: Fabio Giani <fabio.giani@gmail.com>
URL: http://www.lxde.org/ URL: http://www.lxde.org/
Source: http://downloads.sourceforge.net/project/lxde/menu-cache/%{majver}/menu-cache-%{version}.tar.xz Source: http://downloads.sourceforge.net/project/lxde/menu-cache/%{majver}/menu-cache-%{version}.tar.xz
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libfm-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libselinux
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Provides: menu-cache Provides: menu-cache
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Menu-cache is a caching mechanism for freedesktop.org compliant menus to speed up parsing of the menu entries. Menu-cache is a caching mechanism for freedesktop.org compliant menus to speed up parsing of the menu entries.
@ -30,14 +31,17 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
Menu-cache is a caching mechanism for freedesktop.org compliant menus to speed up parsing of the menu entries. Menu-cache is a caching mechanism for freedesktop.org compliant menus to speed up parsing of the menu entries.
It is currently used by some of components of the LXDE desktop environment such as LXPanel or LXLauncher. It is currently used by some of components of the LXDE desktop environment such as LXPanel or LXLauncher.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development. %debug_package
%prep %prep
%setup -q -n menu-cache-%{version} %setup -q -n menu-cache-%{version}
%build %build
%configure %configure \
CFLAGS="%{optflags} -fcommon"
%make %make
%install %install
@ -52,7 +56,7 @@ This package contains static libraries and header files need for development.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/*.so.* %{_libdir}/libmenu-cache.so.*
%dir %{_libexecdir}/menu-cache %dir %{_libexecdir}/menu-cache
%{_libexecdir}/menu-cache/menu-cache-gen %{_libexecdir}/menu-cache/menu-cache-gen
%{_libexecdir}/menu-cache/menu-cached %{_libexecdir}/menu-cache/menu-cached
@ -62,13 +66,16 @@ This package contains static libraries and header files need for development.
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_includedir}/menu-cache/ %dir %{_includedir}/menu-cache/
%{_includedir}/menu-cache/*.h %{_includedir}/menu-cache/*.h
%{_libdir}/*.a %{_libdir}/libmenu-cache.a
%{_libdir}/*.la %{_libdir}/libmenu-cache.la
%{_libdir}/*.so %{_libdir}/libmenu-cache.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%doc README %doc README
%changelog %changelog
* Wed Dec 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
- rebuilt with debug package
* Sun Feb 04 2018 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba * Sun Feb 04 2018 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
- automatic version update by autodist - automatic version update by autodist