Browse code

Rebuild gettext with libxml2-2.9.8

Change-Id: I6824b00d09bee7ceb055a2e71486ba3735e013f5
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5194
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: Anish Swaminathan <anishs@vmware.com>

suezzelur authored on 2018/05/25 05:41:07
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Utilities for internationalization and localization
2 2
 Name:		gettext
3 3
 Version:	0.19.5.1
4
-Release:	2%{?dist}
4
+Release:	3%{?dist}
5 5
 License:	GPLv3
6 6
 URL:		http://www.gnu.org/software/gettext
7 7
 Group:		Applications/System
... ...
@@ -9,12 +9,19 @@ Vendor:		VMware, Inc.
9 9
 Distribution: Photon
10 10
 Source0:		http://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.xz
11 11
 %define sha1 gettext=668562227972d2645ac6c5930448ba74df65a53f
12
+Source1:        libxml2-2.9.8.tar.gz
13
+%define         sha1 libxml2=66bcefd98a6b7573427cf66f9d3841b59eb5b8c3
14
+
12 15
 %description
13 16
 These allow programs to be compiled with NLS
14 17
 (Native Language Support), enabling them to output
15 18
 messages in the user's native language.
16 19
 %prep
17 20
 %setup -q
21
+%setup -D -a 1
22
+rm -rf gnulib-local/lib/libxml
23
+mv libxml2-2.9.8 gnulib-local/lib/libxml
24
+
18 25
 %build
19 26
 ./configure \
20 27
 	--prefix=%{_prefix} \
... ...
@@ -45,6 +52,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
45 45
 %{_datarootdir}/%{name}/*
46 46
 %{_mandir}/*/*
47 47
 %changelog
48
+*       Wed May 23 2018 Xiaolin Li <xiaolinl@vmware.com> 0.19.5.1-3
49
+-       Rebuild gettext with libxml2-2.9.8
48 50
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.19.5.1-2
49 51
 -	GA - Bump release of all rpms
50 52
 * 	Tue Jan 12 2016 Xiaolin Li <xiaolinl@vmware.com> 0.19.5.1-1