Browse code

Added glib-schemas to build requirements.

YustasSwamp authored on 2015/06/24 05:42:41
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	My summary.
2 2
 Name:		glibmm
3 3
 Version:	2.42.0
4
-Release:	1%{?dist}
4
+Release:	2%{?dist}
5 5
 License:	LGPLv2+
6 6
 URL:		http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.42/glibmm-2.42.0.tar.xz
7 7
 Group:		Applications/System
... ...
@@ -10,7 +10,7 @@ Distribution:	Photon
10 10
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.42/%{name}-%{version}.tar.xz
11 11
 BuildRequires:	python2 >= 2.7
12 12
 BuildRequires:	libsigc++
13
-BuildRequires:	glib-devel
13
+BuildRequires:	glib-devel glib-schemas
14 14
 Requires:	libsigc++
15 15
 Requires:	glib-devel
16 16
 Requires:	XML-Parser
... ...
@@ -42,5 +42,7 @@ make DESTDIR=%{buildroot} install
42 42
 %{_includedir}/*
43 43
 %{_datadir}/*
44 44
 %changelog
45
+*	Tue Jun 23 2015 Alexey Makhalov <amakhalov@vmware.com> 2.42.0-2
46
+	Added glib-schemas to build requirements.
45 47
 *	Thu Nov 12 2014 Mahmoud Bassiouny <mbassiouny@vmware.com> 2.42.0-1
46 48
 	Initial version