Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > b7bd7ccfedf8973e83440693eaa82298 > files > 2

id-utils-3.2d-8mdv2009.0.src.rpm

%define name id-utils
%define version 3.2d
%define release  %mkrel 8

Summary:  Language-independent identifier database tool 
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: Development/C
BuildRequires: emacs
Source: ftp://ftp.enst.fr/pub/gnu/gnits/%{name}-%{version}.tar.bz2
Buildroot: %{_tmppath}/%{name}-buildroot

%description
mkid is a simple, fast, high-capacity, language-independent
identifier database tool.  Actually, the term `identifier' is too
limiting -- mkid stores tokens, be the 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

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%post
%_install_info %name

%preun
%_remove_install_info %name


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



%changelog
* Thu Jul 24 2008 Thierry Vignaud <tvignaud@mandriva.com> 3.2d-8mdv2009.0
+ Revision: 247205
- rebuild

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Tue Dec 18 2007 Thierry Vignaud <tvignaud@mandriva.com> 3.2d-6mdv2008.1
+ Revision: 132241
- BR emacs
- move cleaning where it belongs
- remove extra spacing
- use regular info-install macros
- do not hardcode info doc extension
- kill re-definition of %%buildroot on Pixel's request
- use %%mkrel
- import id-utils


* Wed Apr 20 2005 Lenny Cartier <lenny@mandriva.com> 3.2d-6mdk
- rebuild

* Thu Feb 19 2004 Lenny Cartier <lenny@mandrakesoft.com> 3.2d-5mdk
- rebuild

* Fri Jan 17 2003 Lenny Cartier <lenny@mandrakesoft.com> 3.2d-4mdk
- rebuild

* Wed Aug 28 2002 Lenny Cartier <lenny@mandrakesoft.com> 3.2d-3mdk
- rebuild

* Wed Aug 01 2001 Lenny Cartier <lenny@mandrakesoft.com> 3.2d-2mdk
- rebuild

* Fri Jan 12 2001 Lenny Cartier <lenny@mandrakesoft.com> 3.2d-1mdk
- updated to 3.2d

* Wed Sep 06 2000 Lenny Cartier <lenny@mandrakesoft.com> 3.2-3mdk
- BM
- macros

* Fri Apr 28 2000 Lenny Cartier <lenny@mandrakesoft.com> 3.2-2mdk
- fix files section
- fix group

* Thu Feb 24 2000 Lenny Cartier <lenny@mandrakesoft.com>
- mandrake build