[bibutils] update to 5.0

Jens Petersen petersen at fedoraproject.org
Wed Jun 5 10:10:56 UTC 2013


commit f2860580f2dca6936d68161a3854f7995b210199
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Jun 5 19:10:43 2013 +0900

    update to 5.0

 .gitignore                             |    1 +
 bibutils-5.0-install-LIBTARGETIN.patch |   10 ++++++++++
 bibutils-cflags.patch                  |   28 ----------------------------
 bibutils-lib-symlink.patch             |   13 -------------
 bibutils.spec                          |   13 +++++++------
 sources                                |    2 +-
 6 files changed, 19 insertions(+), 48 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 275698a..7fdae80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /bibutils_4.15_src.tgz
 /bibutils_4.16_src.tgz
 /bibutils_4.17_src.tgz
+/bibutils_5.0_src.tgz
diff --git a/bibutils-5.0-install-LIBTARGETIN.patch b/bibutils-5.0-install-LIBTARGETIN.patch
new file mode 100644
index 0000000..3f6f7ac
--- /dev/null
+++ b/bibutils-5.0-install-LIBTARGETIN.patch
@@ -0,0 +1,10 @@
+--- bibutils_5.0/Makefile_start~	2013-05-28 14:21:47.000000000 +0900
++++ bibutils_5.0/Makefile_start	2013-06-05 19:06:09.049404329 +0900
+@@ -68,6 +68,7 @@
+ 
+ install: all FORCE
+ 	$(MAKE) -C lib \
++                LIBTARGETIN=$(LIBTARGET) \
+                 MAJORVERSION=$(MAJORVERSION) \
+                 MINORVERSION=$(MINORVERSION) \
+                 LIBINSTALLDIR=$(LIBINSTALLDIR) \
diff --git a/bibutils.spec b/bibutils.spec
index 7d6b433..ec4c81a 100644
--- a/bibutils.spec
+++ b/bibutils.spec
@@ -1,15 +1,14 @@
 Name:           bibutils
-Version:        4.17
+Version:        5.0
 Release:        1%{?dist}
 Summary:        Bibliography conversion tools
 License:        GPLv2
 URL:            http://sourceforge.net/p/bibutils/home/Bibutils/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}_%{version}_src.tgz
+Patch0:         bibutils-5.0-install-LIBTARGETIN.patch
 
 BuildRequires:  libxslt
 BuildRequires:  docbook-style-xsl
-Patch1:         bibutils-lib-symlink.patch
-Patch2:         bibutils-cflags.patch
 
 %description
 The bibutils package converts between various bibliography
@@ -32,12 +31,11 @@ License:        GPL+
 %description devel
 Bibutils development files.
 
+
 %prep
 %setup -q -n %{name}_%{version}
-%patch1 -p1 -b .orig
-%patch2 -p1 -b .orig
+%patch0 -p1 -b .orig
 
-sed -i.orig -e "s/'\"/'/" -e "s/\"'/'/" configure
 
 %build
 ./configure --install-dir %{buildroot}%{_bindir} --install-lib %{buildroot}%{_libdir} --dynamic
@@ -85,6 +83,9 @@ done
 
 
 %changelog
+* Wed Jun  5 2013 Jens Petersen <petersen at redhat.com> - 5.0-1
+- update to 5.0
+
 * Mon Jan 28 2013 Jens Petersen <petersen at redhat.com> - 4.17-1
 - update to 4.17
 - patch and use upstream's Makefile
diff --git a/sources b/sources
index 271d59f..1c009d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54b9f48d62716dd2b400d5c6d4d984de  bibutils_4.17_src.tgz
+c4838bf0d8ae48e4df49ae395bf643d0  bibutils_5.0_src.tgz


More information about the scm-commits mailing list