[BibTool] rebase to BibTool 2.55

mjg mjg at fedoraproject.org
Wed Jul 18 16:14:21 UTC 2012


commit f0436a8bdb8bb7000e8c54ee5f124d4f5061e7cd
Author: Michael J Gruber <mjg at fedoraproject.org>
Date:   Wed Jul 18 18:13:25 2012 +0200

    rebase to BibTool 2.55

 .gitignore   |    1 +
 BibTool.spec |   14 +++++++++-----
 sources      |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ecc8c0..9eba28f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 BibTool-2.48.tar.gz
 /BibTool-2.51.tar.gz
 /BibTool-2.53.tar.gz
+/BibTool-2.55.tar.gz
diff --git a/BibTool.spec b/BibTool.spec
index 649af64..db9a106 100644
--- a/BibTool.spec
+++ b/BibTool.spec
@@ -1,12 +1,11 @@
 Summary:        A Tool for manipulating BibTeX data bases
 Name:           BibTool
-Version:        2.53
-Release:        2%{?dist}
+Version:        2.55
+Release:        1%{?dist}
 Group:          Applications/Publishing
 Source:         ftp://ftp.dante.de/tex-archive/biblio/bibtex/utils/bibtool/BibTool-%{version}.tar.gz
 URL:            http://www.gerd-neugebauer.de/software/TeX/BibTool/
 Patch0:         BibTool-2.51-regex.patch
-Patch1:         BibTool-2.51-cwdPATH.patch
 License:        GPL+
 BuildRequires:  tetex-latex
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -21,7 +20,6 @@ goes beyond the possibilities --- and intentions --- of BibTeX.
 %prep
 %setup -q -n %{name}
 %patch0 -p1 -b .regex
-%patch1 -p1 -b .cwdPATH
 sed -i -e 's%^#!/usr/local/bin/tclsh%#! %{_bindir}/tclsh%' Tcl/bibtool.tcl
 sed -i -e 's%^#!/usr/local/bin/perl%#! %{_bindir}/perl%' Perl/bibtool.pl
 # configure will recreate the directory, but only with config.h within
@@ -29,6 +27,7 @@ rm -rf regex-0.12
 
 %build
 %configure --libdir=%{_datadir}
+sed -i -e 's#@kpathsea_lib_static@##' makefile
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
 make doc
 # Convert to utf-8
@@ -48,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes.xml COPYING INSTALL README THANKS 
+%doc Changes.tex COPYING INSTALL README THANKS
 %doc Doc/bibtool.pdf Doc/ref_card.pdf
 %doc Perl/ Tcl/
 %{_bindir}/bibtool
@@ -56,6 +55,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/bibtool.1*
 
 %changelog
+* Wed Jul 18 2012 Michael J Gruber <mjg at fedoraproject.org> 2.55-1
+- rebase to BibTool 2.55
+- dump patch1
+- fix configure droppings in makefile (botched kpathsea detection)
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.53-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 2103a66..35bdb37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec5c9707a45a0e5a7e33fbf4d949f5f4  BibTool-2.53.tar.gz
+b075749769f0535363e223cb670f7a06  BibTool-2.55.tar.gz


More information about the scm-commits mailing list