Accepting request 132885 from GNOME:Next
Push G:N - Addressed the comments from previous review OBS-URL: https://build.opensuse.org/request/show/132885 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=204
This commit is contained in:
committed by
Git OBS Bridge
parent
a537eb2d88
commit
51527888b5
19
glib2.spec
19
glib2.spec
@@ -20,14 +20,14 @@
|
||||
|
||||
Name: glib2
|
||||
%define _name glib
|
||||
Version: 2.32.4
|
||||
Version: 2.33.12
|
||||
Release: 0
|
||||
# FIXME: find out if tapsets should really be in devel package or in main package
|
||||
Summary: General-Purpose Utility Library
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Url: http://www.gtk.org/
|
||||
Source: http://download.gnome.org/sources/glib/2.32/%{_name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/glib/2.33/%{_name}-%{version}.tar.xz
|
||||
Source1: glib2.sh
|
||||
Source2: glib2.csh
|
||||
Source3: SuSEconfig.glib2
|
||||
@@ -49,6 +49,7 @@ Patch12: glib2-force-fam-for-remote-fs.patch
|
||||
# PATCH-FIX-OPENSUSE glib2-suppress-schema-deprecated-path-warning.patch rh#814053 badshah400@gmail.com -- Suppress the deprecated path warning since it fills up screen unnecessarily during package installations/upgrade.
|
||||
Patch13: glib2-suppress-schema-deprecated-path-warning.patch
|
||||
BuildRequires: automake
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: fam-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@@ -65,10 +66,11 @@ BuildRequires: python
|
||||
BuildRequires: systemtap-sdt-devel
|
||||
%endif
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: xsltproc
|
||||
# Needed for gresource
|
||||
BuildRequires: pkgconfig(libelf) >= 0.8.12
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
BuildRequires: pkgconfig(libpcre)
|
||||
BuildRequires: pkgconfig(libpcre) >= 8.13
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
# It's important to keep those BuildRequires inside
|
||||
@@ -273,6 +275,7 @@ NOCONFIGURE=1 ./autogen.sh
|
||||
%configure \
|
||||
--enable-static \
|
||||
--enable-selinux \
|
||||
--enable-man \
|
||||
%if 0%{?with_systemtap}
|
||||
--enable-systemtap \
|
||||
%endif
|
||||
@@ -382,16 +385,16 @@ rm -rf %{buildroot}
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/bash-completion
|
||||
%dir %{_datadir}/bash-completion/completions
|
||||
%{_datadir}/bash-completion/completions/gdbus
|
||||
%{_datadir}/bash-completion/completions/gresource
|
||||
%{_datadir}/bash-completion/completions/gsettings
|
||||
%{_bindir}/gdbus
|
||||
%{_bindir}/gio-querymodules*
|
||||
%{_bindir}/glib-compile-schemas
|
||||
%{_bindir}/gresource
|
||||
%{_bindir}/gsettings
|
||||
%dir %{_datadir}/bash-completion
|
||||
%dir %{_datadir}/bash-completion/completions
|
||||
%{_datadir}/bash-completion/completions/gdbus
|
||||
%{_datadir}/bash-completion/completions/gresource
|
||||
%{_datadir}/bash-completion/completions/gsettings
|
||||
%{_mandir}/man1/gdbus.1*
|
||||
%{_mandir}/man1/gio-querymodules.1*
|
||||
%{_mandir}/man1/glib-compile-schemas.1*
|
||||
|
Reference in New Issue
Block a user