automatic version update by autodist [release 4.16.0-1mamba;Thu Jan 14 2021]

This commit is contained in:
Automatic Build System 2024-01-05 19:39:49 +01:00
parent d81c8f260a
commit efeed18563

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 4.16.0-1mamba
- automatic version update by autodist
* Wed Aug 14 2019 Automatic Build System <autodist@mambasoft.it> 4.14.0-1mamba
- automatic version update by autodist