update to 2.2.12 [release 2.2.12-1mamba;Mon Jul 15 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 23:54:34 +01:00
parent 27753e13d2
commit 4452485057

View File

@ -1,5 +1,5 @@
Name: indent Name: indent
Version: 2.2.11 Version: 2.2.12
Release: 1mamba Release: 1mamba
Summary: A flexible tool to indent C programs Summary: A flexible tool to indent C programs
Group: Development/Tools Group: Development/Tools
@ -7,19 +7,17 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org> Packager: Aleph0 <aleph0@openmamba.org>
URL: http://www.gnu.org/directory/GNU/indent.html URL: http://www.gnu.org/directory/GNU/indent.html
Source: http://ftp.de.debian.org/debian/pool/main/i/indent/indent_%{version}.orig.tar.gz Source: http://ftp.de.debian.org/debian/pool/main/i/indent/indent_%{version}.orig.tar.xz
#Source: http://ftp.gnu.org/gnu/indent/indent-%{version}.tar.gz #Source: http://ftp.gnu.org/gnu/indent/indent-%{version}.tar.gz
Patch: %{name}-2.2.9-gcc4fix.patch Patch: %{name}-2.2.9-gcc4fix.patch
Patch1: indent-2.2.11-texinfo-5.0.patch Patch1: indent-2.2.11-texinfo-5.0.patch
License: GPL License: GPL
Requires(post):%{__install_info} ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRequires: gettext-devel BuildRequires: gettext-devel
BuildRequires: tetex BuildRequires: tetex
## AUTOBUILDREQ-BEGIN Requires(post):%{__install_info}
BuildRequires: bash
BuildRequires: glibc-devel
BuildRequires: texinfo
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
# FIXME: 'texi2pdf' missing # FIXME: 'texi2pdf' missing
@ -30,8 +28,8 @@ It also has options for controlling the alignment of braces and declarations, pr
%prep %prep
%setup -q %setup -q
%patch -p1 #%patch -p1
%patch1 -p1 #%patch1 -p1
%build %build
%configure %configure
@ -59,13 +57,16 @@ exit 0
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/indent %{_bindir}/indent
%{_bindir}/texinfo2man #%{_bindir}/texinfo2man
%{_datadir}/info/* %{_datadir}/info/*
%{_datadir}/man/man1/* %{_datadir}/man/man1/*
%doc AUTHORS COPYING doc/indent.html %doc AUTHORS COPYING doc/indent.html
#ChangeLog* NEWS README doc/indent.html #ChangeLog* NEWS README doc/indent.html
%changelog %changelog
* Mon Jul 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.12-1mamba
- update to 2.2.12
* Tue Jan 29 2013 Automatic Build System <autodist@mambasoft.it> 2.2.11-1mamba * Tue Jan 29 2013 Automatic Build System <autodist@mambasoft.it> 2.2.11-1mamba
- update to 2.2.11 - update to 2.2.11