- update to version 2.57
- Segfault in deTeX fixed. - Compiler warnings silenced. - Disambiguating numbers adapted to fit to documentation. - Configuration of regex fixed to work on Linux. - Documentation typos fixed. - Signed characters fro translation tables changed to unsigned. - Autoconf configuration improved. - fix URL - remove support for < 12.3 OBS-URL: https://build.opensuse.org/package/show/Publishing/bibtool?expand=0&rev=6
This commit is contained in:
parent
c5377b9f39
commit
2d4beeb5d6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc55764ef74eb996f2e38d743ba51d2276339e8aa3a0290d1079ea7d805aa53e
|
||||
size 744838
|
3
BibTool-2.57.tar.gz
Normal file
3
BibTool-2.57.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be2c77f1a22b191831ed6282841fdb01d9d800befe74cc668d04bc65b9c77ebc
|
||||
size 749797
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 07:33:37 UTC 2014 - gber@opensuse.org
|
||||
|
||||
- update to version 2.57
|
||||
- Segfault in deTeX fixed.
|
||||
- Compiler warnings silenced.
|
||||
- Disambiguating numbers adapted to fit to documentation.
|
||||
- Configuration of regex fixed to work on Linux.
|
||||
- Documentation typos fixed.
|
||||
- Signed characters fro translation tables changed to unsigned.
|
||||
- Autoconf configuration improved.
|
||||
- fix URL
|
||||
- remove support for < 12.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 18 22:25:58 UTC 2012 - gber@opensuse.org
|
||||
|
||||
|
15
bibtool.spec
15
bibtool.spec
@ -17,21 +17,19 @@
|
||||
#
|
||||
|
||||
Name: bibtool
|
||||
Version: 2.55
|
||||
Version: 2.57
|
||||
Release: 1
|
||||
License: GPL-1.0+
|
||||
Summary: Tool for Manipulating BibTeX Databases
|
||||
Url: http://bibtool.sarovar.org/
|
||||
Url: http://www.gerd-neugebauer.de/software/TeX/BibTool/index.en.html
|
||||
Group: Productivity/Publishing/TeX/Utilities
|
||||
Source: BibTool-%{version}.tar.gz
|
||||
Patch1: bibtool-use-system-regex.patch
|
||||
BuildRequires: texlive-latex
|
||||
BuildRequires: texlive-devel
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: texlive-amsfonts
|
||||
BuildRequires: texlive-makeindex
|
||||
BuildRequires: texlive-bibtex
|
||||
%endif
|
||||
BuildRequires: automake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -41,7 +39,6 @@ integrate citations into LaTeX documents. BibTool allows the manipulation of
|
||||
BibTeX files which goes beyond the possibilities - and intentions - of BibTeX.
|
||||
|
||||
%package doc
|
||||
License: GPL-1.0+
|
||||
Summary: Documentation for bibtool
|
||||
Group: Documentation/Other
|
||||
Requires: %{name} = %{version}
|
||||
@ -55,7 +52,6 @@ This package contains the documentation for bibtool.
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
ln -s makefile Makefile
|
||||
@ -71,18 +67,15 @@ sed 's|#!/usr/local/bin/perl|#!/usr/bin/perl|' Perl/bibtool.pl \
|
||||
make INSTALLPREFIX=%{buildroot} install
|
||||
make INSTALLPREFIX=%{buildroot} install-man
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README
|
||||
%doc %attr(0644,root,root) %{_mandir}/man1/bibtool.1*
|
||||
%attr(0644,root,root) %{_mandir}/man1/bibtool.1*
|
||||
%{_bindir}/bibtool
|
||||
%{_libdir}/BibTool
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING Doc/bibtool.pdf Doc/ref_card.pdf Changes.pdf examples/
|
||||
%doc COPYING doc/bibtool.pdf doc/ref_card.pdf doc/c_lib.pdf Changes.pdf examples/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user