Accepting request 73865 from home:vuntz:branches:GNOME:Factory
tweak OBS-URL: https://build.opensuse.org/request/show/73865 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=147
This commit is contained in:
parent
3e8dd8ecc0
commit
9d85198f35
@ -2,7 +2,11 @@
|
||||
Thu Jun 16 12:27:47 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- No longer pass --with-runtime-libdir= to configure. This moves
|
||||
the library back to /usr/lib(64)?
|
||||
the library back to /usr/lib(64)?, from /lib(64)?. There is
|
||||
agreement that we do not want to keep moving all libraries in
|
||||
/lib(64)?, and since libffi was not moved, there's no point in
|
||||
pretending the glib libraries should move too. See bnc#696004 for
|
||||
more details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 14 22:24:44 CEST 2011 - dimstar@opensuse.org
|
||||
@ -38,7 +42,9 @@ Wed Jun 8 14:43:20 CEST 2011 - dimstar@opensuse.org
|
||||
bgo#651133, bgo#651141, bgo#651219, bgo#651223, bgo#651327,
|
||||
bgo#651467, bgo#651650, bgo#651725, bgo#651745.
|
||||
+ Updated translations.
|
||||
- Add python-xml BuildRequires and Require it from the -devel pkg.
|
||||
- Add python-xml Requires in devel subpackage as it is needed by
|
||||
gdbus-codegen, and also add python-xml BuildRequires since
|
||||
gdbus-codegen is run during the build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 8 10:18:54 CEST 2011 - dimstar@opensuse.org
|
||||
|
@ -56,7 +56,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python
|
||||
# Required by dbus-codegen
|
||||
# gdbus-codegen is run during the build, so we need python-xml
|
||||
BuildRequires: python-xml
|
||||
%if 0%{?with_systemtap}
|
||||
# systemtap-sdt-devel on openSUSE 11.3 was missing a Requires: python.
|
||||
@ -67,8 +67,8 @@ BuildRequires: systemtap-sdt-devel
|
||||
%endif
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
BuildRequires: pkgconfig(libpcre)
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
# It's important to keep those BuildRequires inside
|
||||
# BUILD_FROM_VCS to avoid build loops in Factory
|
||||
@ -280,10 +280,10 @@ autoreconf -fi -I m4macros
|
||||
%configure \
|
||||
--enable-static \
|
||||
--enable-selinux \
|
||||
--with-pcre=system \
|
||||
%if 0%{?with_systemtap}
|
||||
--enable-systemtap \
|
||||
%endif
|
||||
--with-pcre=system
|
||||
|
||||
%{__make} %{?_smp_mflags} V=1
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
|
Loading…
Reference in New Issue
Block a user