Browse code

Added more requirements for devel package.

YustasSwamp authored on 2015/07/06 16:25:06
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@
3 3
 Name:       	gobject-introspection
4 4
 Summary:    	Introspection system for GObject-based libraries
5 5
 Version:    	1.43.3
6
-Release:    	1%{?dist}
6
+Release:    	2%{?dist}
7 7
 Group:      	Development/Libraries
8 8
 License:    	GPLv2+, LGPLv2+, MIT
9 9
 URL:        	http://live.gnome.org/GObjectIntrospection
... ...
@@ -42,6 +42,8 @@ Group:      Development/Libraries
42 42
 Requires:   gobject-introspection
43 43
 Requires:   glib-devel
44 44
 Requires:   python2
45
+Requires:   python2-devel
46
+Requires:   python2-libs
45 47
 
46 48
 %description devel
47 49
 Libraries and headers for gobject-introspection.
... ...
@@ -90,3 +92,7 @@ rm -rf $RPM_BUILD_ROOT/%{_datarootdir}/gtk-doc/html
90 90
 %{_datadir}/aclocal/introspection.m4
91 91
 %{_datadir}/gobject-introspection-1.0
92 92
 %doc %{_mandir}/man1/*.gz
93
+
94
+%changelog
95
+*	Mon Jul 6 2015 Alexey Makhalov <amakhalov@vmware.com> 1.43.3-2
96
+-	Added more requirements for devel subpackage.