Browse code

Modified %check SPEC files - 12

Change-Id: I22551986c9fd1861fb985ef09498069b4a136a0d
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1406
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Divya Thaluru <dthaluru@vmware.com>

Chang authored on 2016/09/17 09:23:30
Showing 11 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Libxml2
2 2
 Name:		libxml2
3 3
 Version:	2.9.4
4
-Release:	1%{?dist}
4
+Release:	2%{?dist}
5 5
 License:	MIT
6 6
 URL:		http://xmlsoft.org/
7 7
 Group:		System Environment/General Libraries
... ...
@@ -55,8 +55,10 @@ make %{?_smp_mflags}
55 55
 make DESTDIR=%{buildroot} install
56 56
 find %{buildroot}/%{_libdir} -name '*.la' -delete
57 57
 %{_fixperms} %{buildroot}/*
58
+
58 59
 %check
59
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
60
+make %{?_smp_mflags} check
61
+
60 62
 %post	-p /sbin/ldconfig
61 63
 %postun	-p /sbin/ldconfig
62 64
 %clean
... ...
@@ -84,6 +86,8 @@ rm -rf %{buildroot}/*
84 84
 
85 85
 
86 86
 %changelog
87
+*       Mon Oct 03 2016 Chang Lee <changlee@vmware.com> 2.9.4-2
88
+-       Modified check
87 89
 *       Wed Jun 01 2016 Anish Swaminathan <anishs@vmware.com> 2.9.4-1
88 90
 -       Upgrade to 2.9.4
89 91
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.9.3-2
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Libxslt-1.1.28
2 2
 Name:		libxslt
3 3
 Version:	1.1.28
4
-Release:	3%{?dist}
4
+Release:	4%{?dist}
5 5
 License:	MIT
6 6
 URL:		http:/http://xmlsoft.org/libxslt/
7 7
 Group:		System Environment/General Libraries
... ...
@@ -37,8 +37,10 @@ make %{?_smp_mflags}
37 37
 make DESTDIR=%{buildroot} install
38 38
 find %{buildroot} -name '*.la' -delete
39 39
 %{_fixperms} %{buildroot}/*
40
+
40 41
 %check
41
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
42
+make %{?_smp_mflags} check
43
+
42 44
 %post	-p /sbin/ldconfig
43 45
 %postun	-p /sbin/ldconfig
44 46
 %clean
... ...
@@ -61,6 +63,8 @@ rm -rf %{buildroot}/*
61 61
 %{_datadir}/aclocal/*
62 62
 
63 63
 %changelog
64
+*       Mon Oct 03 2016 Chang Lee <changlee@vmware.com> 1.1.28-4
65
+-       Modified check
64 66
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.1.28-3
65 67
 -	GA - Bump release of all rpms
66 68
 *   Tue Jan 19 2016 Xiaolin Li <xiaolinl@vmware.com> 1.1.28-2
... ...
@@ -1,7 +1,7 @@
1 1
 Summary: Implementation of a YAML 1.1 parser and emitter
2 2
 Name: libyaml
3 3
 Version: 0.1.6
4
-Release: 3%{?dist}
4
+Release: 4%{?dist}
5 5
 License: MIT/X Consortium
6 6
 Group: Development/Libraries
7 7
 URL: http://pyyaml.org/wiki/LibYAML
... ...
@@ -36,6 +36,9 @@ you will need to install %{name}-devel.
36 36
 %{__rm} -rf %{buildroot}
37 37
 %{__make} install DESTDIR=%{buildroot}
38 38
 
39
+%check
40
+make %{?_smp_mflags} check
41
+
39 42
 %post -p /sbin/ldconfig
40 43
 %postun -p /sbin/ldconfig
41 44
 
... ...
@@ -55,6 +58,8 @@ you will need to install %{name}-devel.
55 55
 %exclude %{_libdir}/*.la
56 56
 
57 57
 %changelog
58
+*       Mon Oct 03 2016 Chang Lee <changlee@vmware.com> 0.1.6-4
59
+-       Modified check
58 60
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.1.6-3
59 61
 -	GA - Bump release of all rpms
60 62
 * Fri Aug 14 2015 Vinay Kulkarni <kulkarniv@vmware.com> 0.1.6-2
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	ltrace intercepts and records dynamic library calls.
2 2
 Name:		ltrace
3 3
 Version:	0.7.3
4
-Release:	2%{?dist}
4
+Release:	3%{?dist}
5 5
 License:	GPLv2+
6 6
 URL:		http://www.ltrace.org/
7 7
 Group:		Development/Debuggers
... ...
@@ -27,7 +27,7 @@ make %{?_smp_mflags}
27 27
 make install DESTDIR=%{buildroot}
28 28
 
29 29
 %check
30
-make -k check 
30
+make %{?_smp_mflags} check
31 31
 
32 32
 %clean
33 33
 rm -rf %{buildroot}/*
... ...
@@ -38,6 +38,8 @@ rm -rf %{buildroot}/*
38 38
 %{_bindir}/*
39 39
 %{_datadir}
40 40
 %changelog
41
+*       Mon Oct 03 2016 ChangLee <changLee@vmware.com> 0.7.3-3
42
+-       Modified check
41 43
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.7.3-2
42 44
 -	GA - Bump release of all rpms
43 45
 *	Wed Nov 25 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 0.7.3-1
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Program for compiling packages
2 2
 Name:		make
3 3
 Version:	4.1
4
-Release:	3%{?dist}
4
+Release:	4%{?dist}
5 5
 License:	GPLv3+
6 6
 URL:		http://www.gnu.org/software/make
7 7
 Group:		Development/Tools
... ...
@@ -24,14 +24,18 @@ make %{?_smp_mflags}
24 24
 make DESTDIR=%{buildroot} install
25 25
 rm -rf %{buildroot}%{_infodir}
26 26
 %find_lang %{name}
27
+
27 28
 %check
28
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
29
+make %{?_smp_mflags} check
30
+
29 31
 %files -f %{name}.lang
30 32
 %defattr(-,root,root)
31 33
 %{_bindir}/*
32 34
 %{_includedir}/gnumake.h
33 35
 %{_mandir}/*/*
34 36
 %changelog
37
+*       Mon Oct 03 2016 ChangLee <changLee@vmware.com> 4.1-4
38
+-       Modified check
35 39
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 4.1-3
36 40
 -	GA - Bump release of all rpms
37 41
 *       Tue May 10 2016 Kumar Kaushik <kaushikk@vmware.com>  4.1-2
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Programs for finding and viewing man pages
2 2
 Name:		man-db
3 3
 Version:	2.7.5
4
-Release:	4%{?dist}
4
+Release:	5%{?dist}
5 5
 License:	GPLv2+
6 6
 URL:		http://www.nongnu.org/man-db
7 7
 Group:		Applications/System
... ...
@@ -37,8 +37,9 @@ make %{?_smp_mflags}
37 37
 make DESTDIR=%{buildroot} install
38 38
 find %{buildroot}%{_libdir} -name '*.la' -delete
39 39
 %find_lang %{name} --all-name
40
+
40 41
 %check
41
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
42
+make %{?_smp_mflags} check
42 43
 
43 44
 %pre
44 45
 
... ...
@@ -66,10 +67,12 @@ fi
66 66
 %{_mandir}/*/*
67 67
 %{_libdir}/tmpfiles.d/man-db.conf
68 68
 %changelog
69
+*       Mon Oct 03 2016 ChangLee <changlee@vmware.com> 2.7.5-5
70
+-       Modified check
69 71
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.7.5-4
70 72
 -	GA - Bump release of all rpms
71
-*   Mon May 16 2016 Xiaolin Li <xiaolinl@vmware.com> 2.7.5-3
72
--   Fix user man:man adding.
73
+*       Mon May 16 2016 Xiaolin Li <xiaolinl@vmware.com> 2.7.5-3
74
+-       Fix user man:man adding.
73 75
 *       Thu May 05 2016 Kumar Kaushik <kaushikk@vmware.com> 2.7.5-2
74 76
 -       Adding support for upgrade in pre/post/un scripts.
75 77
 *       Wed Feb 24 2016 Kumar Kaushik <kaushikk@vmware.com> 2.7.5-1
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Mesos
2 2
 Name:		mesos
3 3
 Version:	0.28.2
4
-Release:	1%{?dist}
4
+Release:	2%{?dist}
5 5
 License:	Apache
6 6
 URL:		http://mesos.apache.org
7 7
 Group:		Applications/System
... ...
@@ -60,7 +60,7 @@ sed -i 's/gzip -d -c $^ | tar xf -/tar --no-same-owner -xf $^/' 3rdparty/libproc
60 60
 make
61 61
 
62 62
 %check
63
-make check
63
+make %{?_smp_mflags} check
64 64
 
65 65
 %install
66 66
 make DESTDIR=%{buildroot} install
... ...
@@ -95,8 +95,10 @@ find %{buildroot}%{_libdir} -name '*.la' -delete
95 95
 %exclude %{_libdir}/debug/
96 96
 
97 97
 %changelog
98
+*       Mon Oct 03 2016 ChangLee <changlee@vmware.com> 0.28.2-2
99
+-       Modified check
98 100
 *	Fri Jun 24 2016 Xiaolin Li <xiaolinl@vmware.com> 0.28.2-1
99
--   Upgraded to version 0.28.2
101
+-       Upgraded to version 0.28.2
100 102
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.24.0-3
101 103
 -	GA - Bump release of all rpms
102 104
 *	Tue May 3 2016 Xiaolin Li <xiaolinl@vmware.com> 0.24.0-2
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Library for the arithmetic of complex numbers
2 2
 Name:		mpc
3 3
 Version:	1.0.3
4
-Release:	2%{?dist}
4
+Release:	3%{?dist}
5 5
 License:	LGPLv3+
6 6
 URL:		http://www.multiprecision.org
7 7
 Group:		Applications/System
... ...
@@ -25,8 +25,10 @@ make %{?_smp_mflags}
25 25
 make DESTDIR=%{buildroot} install
26 26
 find %{buildroot}%{_libdir} -name '*.la' -delete
27 27
 rm -rf %{buildroot}%{_infodir}
28
+
28 29
 %check
29
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
30
+make %{?_smp_mflags} check
31
+
30 32
 %post	-p /sbin/ldconfig
31 33
 %postun	-p /sbin/ldconfig
32 34
 %files
... ...
@@ -36,6 +38,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
36 36
 %{_libdir}/*.so
37 37
 %{_libdir}/*.so.*
38 38
 %changelog
39
+*       Mon Oct 03 2016 ChangLee <changLee@vmware.com> 1.0.3-3
40
+-       Modified check
39 41
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.3-2
40 42
 -	GA - Bump release of all rpms
41 43
 *       Tue Jan 12 2016 Anish Swaminathan <anishs@vmware.com>  1.0.3-1
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Functions for multiple precision math
2 2
 Name:		mpfr
3 3
 Version:	3.1.3
4
-Release:	2%{?dist}
4
+Release:	3%{?dist}
5 5
 License:	GPLv3+
6 6
 URL:		http://www.mpfr.org
7 7
 Group:		Applications/System
... ...
@@ -30,8 +30,10 @@ make %{?_smp_mflags}
30 30
 make DESTDIR=%{buildroot} install
31 31
 find %{buildroot}%{_libdir} -name '*.la' -delete
32 32
 rm -rf %{buildroot}%{_infodir}
33
+
33 34
 %check
34
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
35
+make %{?_smp_mflags} check
36
+
35 37
 %post	-p /sbin/ldconfig
36 38
 %postun	-p /sbin/ldconfig
37 39
 %files
... ...
@@ -56,6 +58,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
56 56
 %{_libdir}/libmpfr.a
57 57
 %{_libdir}/libmpfr.so
58 58
 %changelog
59
+*       Mon Oct 03 2016 ChangLee <changlee@vmware.com> 3.1.3-3
60
+-       Modified %check
59 61
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.1.3-2
60 62
 -	GA - Bump release of all rpms
61 63
 *       Tue Jan 12 2016 Anish Swaminathan <anishs@vmware.com>  3.1.3-1
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Text editor
2 2
 Name:		nano
3 3
 Version:	2.5.2
4
-Release:	2%{?dist}
4
+Release:	3%{?dist}
5 5
 License:	GPLv3+
6 6
 URL:		http://www.nano-editor.org/
7 7
 Group:		Applications/Editors
... ...
@@ -27,6 +27,10 @@ make DESTDIR=%{buildroot} install
27 27
 install -v -m644 %{_builddir}/%{name}-%{version}/doc/nanorc.sample %{_sysconfdir}
28 28
 install -v -m644 %{_builddir}/%{name}-%{version}/doc/texinfo/nano.html %{_docdir}/%{name}-%{version}.html
29 29
 %find_lang %{name}
30
+
31
+%check
32
+make %{?_smp_mflags} check
33
+
30 34
 %files -f %{name}.lang
31 35
 %defattr(-,root,root)
32 36
 %{_bindir}/*
... ...
@@ -37,6 +41,8 @@ install -v -m644 %{_builddir}/%{name}-%{version}/doc/texinfo/nano.html %{_docdir
37 37
 %{_datadir}/doc/nano-2.5.2/*
38 38
 
39 39
 %changelog
40
+*       Mon Oct 03 2016 ChangLee <changlee@vmware.com> 2.5.2-3
41
+-       Modified check
40 42
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.5.2-2
41 43
 -	GA - Bump release of all rpms
42 44
 *       Tue Feb 23 2016 Kumar Kaushik <kaushikk@vmware.com> 2.5.2-1
... ...
@@ -279,6 +279,7 @@ class constants(object):
279 279
         "pkg-config",
280 280
         "git",
281 281
         "openssl",
282
+        "openssl-devel",
282 283
         "net-tools",
283 284
         "less",
284 285
         "yum-metadata-parser",
... ...
@@ -289,6 +290,7 @@ class constants(object):
289 289
         "python-xml",
290 290
         "libacl",
291 291
         "tzdata",
292
+        "libgcrypt-devel",
292 293
         "Linux-PAM"]
293 294
 
294 295
     @staticmethod