File: idutils.spec

package info (click to toggle)
id-utils 4.6.28-20200521ss15dab
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 13,176 kB
  • sloc: ansic: 90,321; sh: 10,115; perl: 558; makefile: 209; lisp: 29; sed: 16
file content (76 lines) | stat: -rw-r--r-- 1,802 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Name:		idutils
Version:	4.6.28-15da
Release:	1%{?dist}
Summary:	A simple, fast, high-capacity, language-independent identifier database tool

Group:		Development/Tools
License:	GPLv3+
URL:		http://www.gnu.org/software/idutils/
Source0:	http://ftp.gnu.org/gnu/idutils/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	emacs, gettext-devel
Requires(post): info
Requires(preun): info

%description
`mkid' is a simple, fast, high-capacity, language-independent
identifier database tool.  Actually, the term `identifier' is too
limiting--`mkid' stores tokens, be they program identifiers of any
form, literal numbers, or words of human-readable text.  Database
queries can be issued from the command-line, or from within emacs,
serving as an augmented tags facility.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%check
make check


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}
rm -f $RPM_BUILD_ROOT%{_infodir}/dir

%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README* THANKS TODO
%doc %{_mandir}/man1/*.1.gz
%{_bindir}/*
%{_datadir}/emacs/site-lisp/
%{_datadir}/id-lang.map
%{_infodir}/idutils.info*


%post
/sbin/install-info %{_infodir}/idutils.info.gz %{_infodir}/dir || :


%preun
if [ "$1" = 0 ]; then
  /sbin/install-info --delete %{_infodir}/idutils.info.gz %{_infodir}/dir || :
fi


%changelog
* Sat Oct 18 2008 Jim Meyering <meyering@redhat.com>
- Newer version of gnulib to fix test-program build failure on ppc.

* Fri Oct 17 2008 Jim Meyering <meyering@redhat.com>
- Include man1/*.1.gz and tweak Source0.

* Fri Sep 12 2008 Markus Armbruster <armbru@redhat.com>
- Initial build for Fedora