automatic rebuild by autodist [release 4.6-2mamba;Thu Nov 02 2023]
This commit is contained in:
parent
7fc53fbacb
commit
58596a6d69
20
idutils.spec
20
idutils.spec
@ -1,6 +1,6 @@
|
||||
Name: idutils
|
||||
Version: 4.6
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A set for tools for maintaining an 'ID database'
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
@ -9,11 +9,10 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnu.org/software/idutils/
|
||||
Source: http://ftp.gnu.org/gnu/idutils/idutils-%{version}.tar.xz
|
||||
License: GPL
|
||||
Requires(post):%{__install_info}
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires(post):%{__install_info}
|
||||
|
||||
%description
|
||||
An 'ID database' is a binary file containing a list of file names, a list of tokens, and a sparse matrix indicating which tokens appear in which files.
|
||||
@ -22,9 +21,13 @@ For example, you can list all files that reference a particular `#include' file
|
||||
Anyone with a large software project to maintain, or a large set of text files to organize, can benefit from the ID utilities.
|
||||
Although the name `ID' is short for `identifier', the ID utilities handle more than just identifiers; they also treat other kinds of tokens, most notably numeric constants, and the contents of certain character strings.
|
||||
|
||||
%prep
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i -e '/gets is a security/d' lib/stdio.in.h
|
||||
sed -i 's/__GNU_LIBRARY__ == 1/__GNU_LIBRARY__ == 1 || defined __GLIBC__/' lib/fseterr.c
|
||||
sed -i 's/__GNU_LIBRARY__ == 1/__GNU_LIBRARY__ == 1 || defined __GLIBC__/' lib/fseeko.c
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -36,6 +39,8 @@ Although the name `ID' is short for `identifier', the ID utilities handle more t
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -59,12 +64,15 @@ Although the name `ID' is short for `identifier', the ID utilities handle more t
|
||||
%{_datadir}/emacs/site-lisp/idutils.el
|
||||
%{_datadir}/emacs/site-lisp/idutils.elc
|
||||
%{_datadir}/id-lang.map
|
||||
%{_infodir}/idutils.info.gz
|
||||
%{_mandir}/man1/*.1.gz
|
||||
%{_infodir}/idutils.info*
|
||||
%{_mandir}/man1/*.1*
|
||||
%doc AUTHORS COPYING
|
||||
# ChangeLog NEWS README THANKS TODO
|
||||
|
||||
%changelog
|
||||
* Thu Nov 02 2023 Automatic Build System <autodist@mambasoft.it> 4.6-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Sun Feb 12 2012 Automatic Build System <autodist@mambasoft.it> 4.6-1mamba
|
||||
- update to 4.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user