2011-04-21 16:12:21 +02:00
|
|
|
#
|
|
|
|
# spec file for package bibtool
|
|
|
|
#
|
2019-10-17 16:37:25 +02:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-04-21 16:12:21 +02:00
|
|
|
# Copyright (c) 2011 Guido Berhoerster.
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-10-17 16:37:25 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-04-21 16:12:21 +02:00
|
|
|
#
|
|
|
|
|
2015-07-12 23:12:38 +02:00
|
|
|
|
2011-04-21 16:12:21 +02:00
|
|
|
Name: bibtool
|
2016-02-07 15:23:23 +01:00
|
|
|
Version: 2.63
|
2015-07-12 23:12:38 +02:00
|
|
|
Release: 0
|
2011-04-21 16:12:21 +02:00
|
|
|
Summary: Tool for Manipulating BibTeX Databases
|
2019-10-17 16:37:25 +02:00
|
|
|
License: GPL-1.0-or-later AND CC-BY-SA-3.0
|
2015-07-12 23:12:38 +02:00
|
|
|
Url: http://www.gerd-neugebauer.de/software/TeX/BibTool/index.en.html
|
|
|
|
Source0: http://www.gerd-neugebauer.de/software/TeX/BibTool/BibTool-%{version}.tar.gz
|
|
|
|
Source1: http://www.gerd-neugebauer.de/software/TeX/BibTool/BibTool-%{version}.tar.gz.asc
|
|
|
|
Source2: %{name}.keyring
|
2012-03-13 17:02:27 +01:00
|
|
|
Patch1: bibtool-use-system-regex.patch
|
2016-08-15 09:47:37 +02:00
|
|
|
Provides: %{name}-doc = %{version}
|
|
|
|
Obsoletes: %{name}-doc < %{version}
|
2011-04-21 16:12:21 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
BibTool is a tool for manipulating BibTeX databases. BibTeX provides a means to
|
|
|
|
integrate citations into LaTeX documents. BibTool allows the manipulation of
|
|
|
|
BibTeX files which goes beyond the possibilities - and intentions - of BibTeX.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n BibTool
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2016-08-15 09:47:37 +02:00
|
|
|
make %{?_smp_mflags} all
|
2011-04-21 16:12:21 +02:00
|
|
|
|
|
|
|
%install
|
2016-02-07 15:23:23 +01:00
|
|
|
make INSTALLPREFIX=%{buildroot} install install-man
|
2011-04-21 16:12:21 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2016-02-07 15:23:23 +01:00
|
|
|
%doc COPYING README.md
|
|
|
|
%attr(0644,root,root) %{_mandir}/man1/bibtool.1%{ext_man}
|
2011-04-21 16:12:21 +02:00
|
|
|
%{_bindir}/bibtool
|
|
|
|
%{_libdir}/BibTool
|
|
|
|
|
|
|
|
%changelog
|