update to 2.2.13 [release 2.2.13-1mamba;Thu Mar 30 2023]
This commit is contained in:
parent
4452485057
commit
aab70168fd
31
indent.spec
31
indent.spec
@ -1,14 +1,14 @@
|
|||||||
Name: indent
|
Name: indent
|
||||||
Version: 2.2.12
|
Version: 2.2.13
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnu.org/directory/GNU/indent.html
|
URL: https://directory.fsf.org/wiki/GNU/indent
|
||||||
Source: http://ftp.de.debian.org/debian/pool/main/i/indent/indent_%{version}.orig.tar.xz
|
Source: https://ftp.gnu.org/gnu/indent/indent-%{version}.tar.xz
|
||||||
#Source: http://ftp.gnu.org/gnu/indent/indent-%{version}.tar.gz
|
#Source: http://ftp.de.debian.org/debian/pool/main/i/indent/indent_%{version}.orig.tar.xz
|
||||||
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
|
||||||
@ -18,14 +18,13 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: tetex
|
BuildRequires: tetex
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
# FIXME: 'texi2pdf' missing
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Indent changes the appearance of a C program by inserting or deleting whitespace.
|
Indent changes the appearance of a C program by inserting or deleting whitespace.
|
||||||
It also has options for controlling the alignment of braces and declarations, program indenting, formatting of both C and C++ comments, and other stylistic parameters.
|
It also has options for controlling the alignment of braces and declarations, program indenting, formatting of both C and C++ comments, and other stylistic parameters.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch -p1
|
#%patch -p1
|
||||||
@ -41,15 +40,13 @@ It also has options for controlling the alignment of braces and declarations, pr
|
|||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
# remove duplicate file
|
|
||||||
rm %{buildroot}%{_prefix}/doc/indent/indent.html
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info %{name}.info
|
%install_info %{name}.info
|
||||||
|
:
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%uninstall_info %{name}.info
|
%uninstall_info %{name}.info
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -57,13 +54,17 @@ exit 0
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/indent
|
%{_bindir}/indent
|
||||||
#%{_bindir}/texinfo2man
|
|
||||||
%{_datadir}/info/*
|
%{_datadir}/info/*
|
||||||
|
%dir %{_docdir}/indent
|
||||||
|
%{_docdir}/indent/indent.html
|
||||||
%{_datadir}/man/man1/*
|
%{_datadir}/man/man1/*
|
||||||
%doc AUTHORS COPYING doc/indent.html
|
%doc AUTHORS COPYING
|
||||||
#ChangeLog* NEWS README doc/indent.html
|
#ChangeLog* NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 30 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.13-1mamba
|
||||||
|
- update to 2.2.13
|
||||||
|
|
||||||
* Mon Jul 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.12-1mamba
|
* Mon Jul 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.12-1mamba
|
||||||
- update to 2.2.12
|
- update to 2.2.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user