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) %define majver %(echo %version | cut -d. -f1-2)
Name: xfce4-appfinder Name: xfce4-appfinder
Version: 4.14.0 Version: 4.16.0
Release: 1mamba Release: 1mamba
Summary: Appfinder for the XFce4 Desktop Environment Summary: Appfinder for the XFce4 Desktop Environment
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
@ -10,14 +10,27 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.xfce.org/ URL: http://www.xfce.org/
Source: http://archive.xfce.org/src/xfce/xfce4-appfinder/%{majver}/xfce4-appfinder-%{version}.tar.bz2 Source: http://archive.xfce.org/src/xfce/xfce4-appfinder/%{majver}/xfce4-appfinder-%{version}.tar.bz2
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN
Requires: libxfcegui4 >= 4.4.0 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: libxfcegui4-devel >= 4.4.0
BuildRequires: libgarcon-devel BuildRequires: libgarcon-devel
Requires: libxfcegui4 >= 4.4.0
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
xfce-appfinder shows system wide installed applications. xfce-appfinder shows system wide installed applications.
%debug_package
%prep %prep
%setup -q %setup -q
@ -27,9 +40,10 @@ xfce-appfinder shows system wide installed applications.
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
%makeinstall %makeinstall
%find_lang %{name}
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -38,20 +52,30 @@ touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi fi
:
%postun %postun
touch --no-create %{_datadir}/icons/hicolor || : touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi fi
:
%files %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/* %{_bindir}/*
%{_datadir}/* %{_datadir}/applications/xfce4-appfinder.desktop
%doc AUTHORS COPYING ChangeLog NEWS README TODO %{_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 %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 * Wed Aug 14 2019 Automatic Build System <autodist@mambasoft.it> 4.14.0-1mamba
- automatic version update by autodist - automatic version update by autodist