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) %define majver %(echo %version | cut -d. -f1-2)
Name: xfce4-dev-tools Name: xfce4-dev-tools
Version: 4.14.0 Version: 4.16.0
Release: 1mamba Release: 1mamba
Summary: Xfce developer tools Summary: Xfce developer tools
Group: Development/Tools Group: Development/Tools
@ -10,17 +10,24 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ URL: http://xfce.org/~benny/projects/xfce4-dev-tools/
Source: http://archive.xfce.org/xfce/%{majver}/src/xfce4-dev-tools-%{version}.tar.bz2 Source: http://archive.xfce.org/xfce/%{majver}/src/xfce4-dev-tools-%{version}.tar.bz2
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libglib-devel
## AUTOBUILDREQ-END
Requires: autoconf Requires: autoconf
Requires: automake Requires: automake
Requires: gettext Requires: gettext
Requires: libtool Requires: libtool
Requires: pkgconfig Requires: pkgconfig
Requires: intltool Requires: intltool
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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 %prep
%setup -q %setup -q
@ -38,11 +45,16 @@ make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/ %{_bindir}/xdt-*
%{_datadir}/ %{_bindir}/xfce-*
%doc AUTHORS COPYING ChangeLog NEWS README %{_datadir}/aclocal/xdt-*.m4
%{_mandir}/man1/xdt-csource.1*
%doc AUTHORS COPYING
%changelog %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 * Mon Aug 12 2019 Automatic Build System <autodist@mambasoft.it> 4.14.0-1mamba
- automatic version update by autodist - automatic version update by autodist