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:56 +01:00
parent ceeca92b10
commit adebb715df

View File

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