Accepting request 286493 from home:posophe:branches:devel:tools

Update

OBS-URL: https://build.opensuse.org/request/show/286493
OBS-URL: https://build.opensuse.org/package/show/devel:tools/idutils?expand=0&rev=5
This commit is contained in:
Martin Pluskal 2015-02-17 12:40:29 +00:00 committed by Git OBS Bridge
parent ac28ff5d10
commit 9277b4c008
4 changed files with 28 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5740eebf02812e61963a5f90b2e0aed240fe8009853f508fda22b99f7f1fa99
size 706193

3
idutils-4.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8181f43a4fb62f6f0ccf3b84dbe9bec71ecabd6dfdcf49c6b5584521c888aac2
size 1001496

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 21 14:20:02 UTC 2015 - p.drouand@gmail.com
- Update to version 4.6
* lid -L no longer mishandles open-ended ranges like "..2" and "2.."
* lid's -d, -o and -x options now work properly
- Remove obsolete AUTHORS section
- Split out translation files into idutils-lang
-------------------------------------------------------------------
Tue Oct 14 10:48:30 UTC 2014 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package idutils
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,16 +20,17 @@ Name: idutils
Summary: Language-Independent Identifier Database Tool
License: GPL-2.0+
Group: Productivity/Text/Utilities
Version: 4.2
Version: 4.6
Release: 0
Url: http://www.gnu.org/software/idutils/
Source: ftp://ftp.gnu.org/pub/gnu/idutils/idutils-%{version}.tar.gz
Source: ftp://ftp.gnu.org/pub/gnu/idutils/idutils-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: emacs-nox
PreReq: %{install_info_prereq}
Provides: id-utils
Obsoletes: id-utils
Obsoletes: id_utils
Recommends: %{name}-lang
%description
Mkid is a simple, fast, high-capacity, and language-independent
@ -39,21 +40,15 @@ literal numbers, or ordinary words. Database queries can be issued
from the command line or from within Emacs, serving as an augmented
tags facility.
Authors:
--------
Greg McGary <gkm@gnu.org>
Tom Horsley <Tom.Horsley@mail.hcsc.com>
%lang_package
%prep
%setup
%build
#autoreconf --force --install
#test -f po/Makevars || mv po/Makevars.template po/Makevars
%configure
export LC_CTYPE=ISO-8859-1
# fix gets compile error https://lists.gnu.org/archive/html/grub-devel/2012-07/msg00051.html
sed -i -e '/gets is a security/d' lib/stdio.in.h
make %{?_smp_mflags}
%install
@ -74,15 +69,18 @@ fi
%postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/idutils.info.gz
%files -f %name.lang
%files
%defattr(-,root,root)
%doc ABOUT-NLS AUTHORS COPYING NEWS README THANKS TODO
%config /var/lib/idutils/id-lang.map
%dir /var/lib/idutils
%{_prefix}/share/id-lang.map
%{_prefix}/share/emacs/site-lisp/idutils.el
%{_prefix}/share/emacs/site-lisp/idutils.elc
%{_prefix}/bin/*
%doc %{_infodir}/idutils.info*
%{_datadir}/id-lang.map
%{_datadir}/emacs/site-lisp/idutils.el
%{_datadir}/emacs/site-lisp/idutils.elc
%{_bindir}/*
%{_mandir}/man1/*
%{_infodir}/idutils.info*
%files lang -f %{name}.lang
%changelog