From efeed185635aff746303ead58368c33f0043e26b Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:39:49 +0100 Subject: [PATCH] automatic version update by autodist [release 4.16.0-1mamba;Thu Jan 14 2021] --- xfce4-appfinder.spec | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/xfce4-appfinder.spec b/xfce4-appfinder.spec index 29ce032..10d4883 100644 --- a/xfce4-appfinder.spec +++ b/xfce4-appfinder.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: xfce4-appfinder -Version: 4.14.0 +Version: 4.16.0 Release: 1mamba Summary: Appfinder for the XFce4 Desktop Environment Group: Graphical Desktop/Applications/Utilities @@ -10,14 +10,27 @@ Packager: Silvan Calarco URL: http://www.xfce.org/ Source: http://archive.xfce.org/src/xfce/xfce4-appfinder/%{majver}/xfce4-appfinder-%{version}.tar.bz2 License: GPL -BuildRoot: %{_tmppath}/%{name}-%{version}-root -Requires: libxfcegui4 >= 4.4.0 +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: ldconfig +BuildRequires: libgarcon-devel +BuildRequires: libgdk-pixbuf-devel +BuildRequires: libglib-devel +BuildRequires: libgtk-devel +BuildRequires: libxfce4ui-devel +BuildRequires: libxfce4util-devel +BuildRequires: libxfconf-devel +## AUTOBUILDREQ-END BuildRequires: libxfcegui4-devel >= 4.4.0 BuildRequires: libgarcon-devel +Requires: libxfcegui4 >= 4.4.0 +BuildRoot: %{_tmppath}/%{name}-%{version}-root %description xfce-appfinder shows system wide installed applications. +%debug_package + %prep %setup -q @@ -27,9 +40,10 @@ xfce-appfinder shows system wide installed applications. %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} %makeinstall +%find_lang %{name} + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -38,20 +52,30 @@ touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi +: %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi +: -%files +%files -f %{name}.lang %defattr(-,root,root) %{_bindir}/* -%{_datadir}/* -%doc AUTHORS COPYING ChangeLog NEWS README TODO +%{_datadir}/applications/xfce4-appfinder.desktop +%{_datadir}/applications/xfce4-run.desktop +%{_datadir}/metainfo/org.xfce.xfce4-appfinder.appdata.xml +%{_datadir}/icons/hicolor/*/apps/org.xfce.appfinder.png +%{_datadir}/icons/hicolor/scalable/apps/org.xfce.appfinder.svg +%doc AUTHORS COPYING +#ChangeLog NEWS README TODO %changelog +* Thu Jan 14 2021 Automatic Build System 4.16.0-1mamba +- automatic version update by autodist + * Wed Aug 14 2019 Automatic Build System 4.14.0-1mamba - automatic version update by autodist