update to 2.2.12 [release 2.2.12-1mamba;Mon Jul 15 2019]
This commit is contained in:
parent
27753e13d2
commit
4452485057
23
indent.spec
23
indent.spec
@ -1,5 +1,5 @@
|
||||
Name: indent
|
||||
Version: 2.2.11
|
||||
Version: 2.2.12
|
||||
Release: 1mamba
|
||||
Summary: A flexible tool to indent C programs
|
||||
Group: Development/Tools
|
||||
@ -7,19 +7,17 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
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
|
||||
Patch: %{name}-2.2.9-gcc4fix.patch
|
||||
Patch1: indent-2.2.11-texinfo-5.0.patch
|
||||
License: GPL
|
||||
Requires(post):%{__install_info}
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: tetex
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: bash
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: texinfo
|
||||
## AUTOBUILDREQ-END
|
||||
Requires(post):%{__install_info}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
# FIXME: 'texi2pdf' missing
|
||||
@ -30,8 +28,8 @@ It also has options for controlling the alignment of braces and declarations, pr
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
%patch1 -p1
|
||||
#%patch -p1
|
||||
#%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -59,13 +57,16 @@ exit 0
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/indent
|
||||
%{_bindir}/texinfo2man
|
||||
#%{_bindir}/texinfo2man
|
||||
%{_datadir}/info/*
|
||||
%{_datadir}/man/man1/*
|
||||
%doc AUTHORS COPYING doc/indent.html
|
||||
#ChangeLog* NEWS README doc/indent.html
|
||||
|
||||
%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
|
||||
- update to 2.2.11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user