Registration is now invite-only. Any user can make an invite, you need to create it here and give resulting link to someone to register.
avatar
mikhailnov has added bd6a4fd6c8
manually resolve pkgconfig private dependencies to fix building any p...

...ackages with gtk+-3.0

... ... --- a/libepoxy.spec
... ... +++ b/libepoxy.spec
... ... @@ -5,7 +5,7 @@
5 5
Summary:	Direct Rendering Manager runtime library
6 6
Name:		libepoxy
7 7
Version:	1.5.3
8
Release:	1
8
Release:	2
9 9
License:	MIT
10 10
Group:		System/Libraries
11 11
Url:		http://github.com/anholt/libepoxy
... ... @@ -35,6 +35,10 @@ A library for handling OpenGL function pointer management.
35 35
Summary:	Development files for libepoxy
36 36
Group:		Development/C
37 37
Requires:	%{libname} = %{EVRD}
38
# egl and gl are from 'Requires.private' of epoxy.pc
39
# However, we can port adding '--print-requires-private' from https://github.com/rpm-software-management/rpm/commit/0cc5e818a
40
Requires:	pkgconfig(egl)
41
Requires:	pkgconfig(gl)
38 42
Provides:	%{name}-devel = %{EVRD}
39 43
40 44
%description -n %{devname}

Comments