Browse code

Fixing build requires and requires in spec files

Divya Thaluru authored on 2015/06/06 08:11:13
Showing 4 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	The package automatically configure source code
2 2
 Name:		autoconf
3 3
 Version:	2.69
4
-Release:	2
4
+Release:	3
5 5
 License:	GPLv2
6 6
 URL:		http://www.gnu.org/software/autoconf
7 7
 Group:		System Environment/Base
... ...
@@ -9,6 +9,8 @@ Vendor:		VMware, Inc.
9 9
 Distribution: 	Photon
10 10
 Source0:	http://ftp.gnu.org/gnu/autoconf/%{name}-%{version}.tar.xz
11 11
 Requires:	perl
12
+BuildRequires:	m4
13
+Requires:	m4
12 14
 %description
13 15
 The package contains programs for producing shell scripts that can
14 16
 automatically configure source code.
... ...
@@ -28,6 +30,8 @@ rm -rf %{buildroot}%{_infodir}
28 28
 %{_mandir}/*/*
29 29
 %{_datarootdir}/autoconf/*
30 30
 %changelog
31
+*	Fri Jun 5 2015 Divya Thaluru <dthaluru@vmware.com> 2.69-3
32
+-	Adding m4 package to build and run time required package 
31 33
 *	Wed Jun 3 2015 Divya Thaluru <dthaluru@vmware.com> 2.69-2
32 34
 -	Adding perl packages to required packages
33 35
 *	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 2.69-1
... ...
@@ -1,13 +1,17 @@
1 1
 Summary:	Contains a parser generator
2 2
 Name:		bison
3 3
 Version:	3.0.2
4
-Release:	1
4
+Release:	2
5 5
 License:	GPLv3+
6 6
 URL:		http://www.gnu.org/software/bison
7 7
 Group:		System Environment/Base
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution: 	Photon
10 10
 Source0:	http://ftp.gnu.org/gnu/bison/%{name}-%{version}.tar.xz
11
+BuildRequires:	m4
12
+Requires:	m4
13
+BuildRequires:	flex
14
+Requires:	flex
11 15
 %description
12 16
 This package contains a parser generator
13 17
 %prep
... ...
@@ -69,5 +73,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
69 69
 %lang(zh_TW) %{_datarootdir}/locale/zh_TW/LC_MESSAGES/bison-runtime.mo
70 70
 %{_mandir}/*/*
71 71
 %changelog
72
+*	Fri Jun 5 2015 Divya Thaluru <dthaluru@vmware.com> 3.0.2-2
73
+-	Adding m4, flex package to build and run time required package 
72 74
 *	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 3.0.2-1
73 75
 -	Initial build. First version.
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Contains programs for compressing and decompressing files
2 2
 Name:		bzip2
3 3
 Version:	1.0.6
4
-Release:	1
4
+Release:	2
5 5
 License:	BSD
6 6
 URL:		http://www.bzip.org/
7 7
 Group:		System Environment/Base
... ...
@@ -15,6 +15,7 @@ decompressing files.  Compressing text files with bzip2 yields a much better
15 15
 compression percentage than with the traditional gzip.
16 16
 %package	devel
17 17
 Summary:	Header and development files for bzip2
18
+Requires:	bzip2
18 19
 %description	devel
19 20
 It contains the libraries and header files to create applications 
20 21
 %prep
... ...
@@ -74,5 +75,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
74 74
 %files devel
75 75
 %{_includedir}/bzlib.h
76 76
 %changelog
77
+*	Fri Jun 5 2015 Divya Thaluru <dthaluru@vmware.com> 1.0.6-2
78
+-	Adding bzip2 package run time required package for bzip2-devel package 
77 79
 *	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 1.0.6-1
78 80
 -	Initial build.	First version
... ...
@@ -1,13 +1,15 @@
1 1
 Summary:	A utility for generating programs that recognize patterns in text
2 2
 Name:		flex
3 3
 Version:	2.5.38
4
-Release:	1
4
+Release:	2
5 5
 License:	BSD
6 6
 URL:		http://flex.sourceforge.net
7 7
 Group:		Applications/System
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution: 	Photon
10 10
 Source0:	http://prdownloads.sourceforge.net/flex/%{name}-%{version}.tar.bz2
11
+BuildRequires:	m4
12
+Requires:	m4
11 13
 %description
12 14
 The Flex package contains a utility for generating programs
13 15
 that recognize patterns in text.
... ...
@@ -49,5 +51,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
49 49
 %{_defaultdocdir}/%{name}-%{version}/*
50 50
 %{_mandir}/*/*
51 51
 %changelog
52
+*	Fri Jun 5 2015 Divya Thaluru <dthaluru@vmware.com> 2.5.38-2
53
+-	Adding m4 package to build and run time required package 
52 54
 *	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 2.5.38-1
53 55
 -	Initial build.	First version