- Update to 2.36

* Combined rewrite and delete bug fixed.
  * Minor improvements for the distribution.
  * README renamed to README.md to comply with the conventions of 
    the GitHub repository.

OBS-URL: https://build.opensuse.org/package/show/Publishing/bibtool?expand=0&rev=11
This commit is contained in:
Martin Pluskal 2016-02-07 14:23:23 +00:00 committed by Git OBS Bridge
parent 1eee71bc89
commit c2730c9c50
6 changed files with 34 additions and 25 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAABAgAGBQJVoppTAAoJEOohaL5pkhOiYRgH/1skMhFtg0s+LT6ymYCkbGEb
1UTeWRAIYr4vPavxT4FIX2pPA3/O8/p1iwlx9pp7zDtqiDYDY1arcuC41oVQKDH7
G8wnBks7Mvu/z6F58ynrIcaxZlEb5EJIU6WM+hcV248Judd3MvheTnpU1koOh/oe
ljzFUAKx6kNAJ8JvJp//U2OEhPTOcuKEBsVHbDWu1UeeDmcn2el4j4AvHvg34Thf
1+wlg6h79OB62bfZ+4hgsjyJPFLfC+IoQKa8sMy4iIALcliiaOlGTtqw62yd9eD8
nRsfVzejhRqTnP+k8zNUudb42pIteoBX8uazKYJiAF79QDrRve9FNAIEsRdmkos=
=aI7j
-----END PGP SIGNATURE-----

3
BibTool-2.63.tar.gz Normal file
View File

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

11
BibTool-2.63.tar.gz.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAABAgAGBQJWmmu2AAoJEOohaL5pkhOiYxIH/Rc91LO7VlkpuVF+pWlIq9xQ
B48rzih6U3F9EivkRzV4KLT8XS0s4vJS3P0IK8iWMZYI3vMoIUOtYfAGve6lOgOm
VicHbnsSP79ccBwLdaL1Hk1MuU5HTFWPupzSkb9okgvTZnVCaOkrXaGVkX4JbTZb
RpafTrc3XXgroeRvYUvqAAj2NIMn++gMIw0t1J7CzGYqko14hSI1qSaIrp1Wcw7A
Euq1D7ussablIdW3mc7RbZKJ938RSTB5n2F4U4DcXkXYWULyQmz0q4ERJSjG7a9C
H+EbWwt8EWEokXFXdrUYlly/Ly+QmAIGC64KO2f87kQy6zslEUOfR7uG33X7d3g=
=kEIl
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 7 13:56:50 UTC 2016 - mpluskal@suse.com
- Update to 2.36
* Combined rewrite and delete bug fixed.
* Minor improvements for the distribution.
* README renamed to README.md to comply with the conventions of
the GitHub repository.
-------------------------------------------------------------------
Thu Nov 26 13:05:39 UTC 2015 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package bibtool
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: bibtool
Version: 2.61
Version: 2.63
Release: 0
Summary: Tool for Manipulating BibTeX Databases
License: GPL-1.0+ and CC-BY-SA-3.0
@ -33,6 +33,7 @@ BuildRequires: texlive-amsfonts
BuildRequires: texlive-bibtex
BuildRequires: texlive-devel
BuildRequires: texlive-latex
BuildRequires: texlive-lm
BuildRequires: texlive-makeindex
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -56,10 +57,10 @@ This package contains the documentation for bibtool.
%build
%configure
make %{?_smp_mflags}
ln -s makefile Makefile
make %{?_smp_mflags} doc
pdflatex Changes.tex
make %{?_smp_mflags} all doc
# avoid failure due to warning: LaTeX Font Warning: Some font shapes were
# not available, defaults substituted.
pdflatex -interaction=nonstopmode Changes.tex ||:
mkdir examples
sed 's|#!%{_prefix}/local/bin/tclsh|#!%{_bindir}/tclsh|' Tcl/bibtool.tcl \
>examples/bibtool.tcl
@ -67,18 +68,17 @@ sed 's|#!%{_prefix}/local/bin/perl|#!%{_bindir}/perl|' Perl/bibtool.pl \
>examples/bibtool.pl
%install
make INSTALLPREFIX=%{buildroot} install
make INSTALLPREFIX=%{buildroot} install-man
make INSTALLPREFIX=%{buildroot} install install-man
%files
%defattr(-,root,root,-)
%doc COPYING README
%attr(0644,root,root) %{_mandir}/man1/bibtool.1*
%doc COPYING README.md
%attr(0644,root,root) %{_mandir}/man1/bibtool.1%{ext_man}
%{_bindir}/bibtool
%{_libdir}/BibTool
%files doc
%defattr(-,root,root,-)
%doc COPYING doc/bibtool.pdf doc/ref_card.pdf doc/c_lib.pdf Changes.pdf examples/
%doc COPYING doc/bibtool.pdf doc/ref_card.pdf doc/c_lib.pdf Changes.pdf examples
%changelog