From adebb715df61f574e0a31b555574a1ba2820df5c Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:39:56 +0100 Subject: [PATCH] automatic version update by autodist [release 4.16.0-1mamba;Thu Jan 14 2021] --- xfce4-dev-tools.spec | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 1354a80..13e908c 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: xfce4-dev-tools -Version: 4.14.0 +Version: 4.16.0 Release: 1mamba Summary: Xfce developer tools Group: Development/Tools @@ -10,17 +10,24 @@ Packager: Silvan Calarco URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ Source: http://archive.xfce.org/xfce/%{majver}/src/xfce4-dev-tools-%{version}.tar.bz2 License: GPL -BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: ldconfig +BuildRequires: libglib-devel +## AUTOBUILDREQ-END Requires: autoconf Requires: automake Requires: gettext Requires: libtool Requires: pkgconfig Requires: intltool +BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This package contains common tools required by Xfce developers and people that want to build Xfce from SVN. In addition, this package contains the Xfce developer's handbook. +%debug_package + %prep %setup -q @@ -38,11 +45,16 @@ make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} %files %defattr(-,root,root) -%{_bindir}/ -%{_datadir}/ -%doc AUTHORS COPYING ChangeLog NEWS README +%{_bindir}/xdt-* +%{_bindir}/xfce-* +%{_datadir}/aclocal/xdt-*.m4 +%{_mandir}/man1/xdt-csource.1* +%doc AUTHORS COPYING %changelog +* Thu Jan 14 2021 Automatic Build System 4.16.0-1mamba +- automatic version update by autodist + * Mon Aug 12 2019 Automatic Build System 4.14.0-1mamba - automatic version update by autodist