|
@@ -1,8 +1,9 @@
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
|
|
+%define _unpackaged_files_terminate_build 1
|
|
|
|
|
|
Summary: A library of handy utility functions.
|
|
Summary: A library of handy utility functions.
|
|
Name: glib2
|
|
Name: glib2
|
|
-Version: 2.48.1
|
|
|
|
|
|
+Version: 2.55.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -10,8 +11,6 @@ Source: http://ftp.gnome.org/pub/GNOME/sources/glib/2.48/glib-%{version}.tar.xz
|
|
Source2: glib2.sh
|
|
Source2: glib2.sh
|
|
Source3: glib2.csh
|
|
Source3: glib2.csh
|
|
|
|
|
|
-Patch0: glib-2.32.1-dconf-path.patch
|
|
|
|
-
|
|
|
|
BuildRoot: %{_tmppath}/glib-%{version}-root
|
|
BuildRoot: %{_tmppath}/glib-%{version}-root
|
|
|
|
|
|
BuildRequires: pkgconfig >= 0.14
|
|
BuildRequires: pkgconfig >= 0.14
|
|
@@ -21,6 +20,7 @@ BuildRequires: libffi-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: python-devel
|
|
BuildRequires: python-devel
|
|
BuildRequires: pcre-devel >= 8.13
|
|
BuildRequires: pcre-devel >= 8.13
|
|
|
|
+BuildRequires: libmount-devel
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: gtk-doc
|
|
Obsoletes: glib-gtkbeta
|
|
Obsoletes: glib-gtkbeta
|
|
|
|
|
|
@@ -87,7 +87,6 @@ version 2.48 of the GLib library.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n glib-%{version}
|
|
%setup -q -n glib-%{version}
|
|
-%patch0 -p1
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
@@ -137,6 +136,7 @@ gio-querymodules %{_libdir}/gio/modules
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
%{_bindir}/gapplication
|
|
%{_bindir}/gapplication
|
|
%{_bindir}/gdbus
|
|
%{_bindir}/gdbus
|
|
|
|
+%{_bindir}/gio
|
|
%{_bindir}/gio-querymodules
|
|
%{_bindir}/gio-querymodules
|
|
%{_bindir}/glib-compile-schemas
|
|
%{_bindir}/glib-compile-schemas
|
|
%{_bindir}/gsettings
|
|
%{_bindir}/gsettings
|
|
@@ -197,6 +197,11 @@ gio-querymodules %{_libdir}/gio/modules
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.55.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped Patch0: fixed in upstream.
|
|
|
|
+- added BR:libmount-devel.
|
|
|
|
+
|
|
* Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.48.1-1
|
|
* Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.48.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- add BuildRequires: pcre-devel
|
|
- add BuildRequires: pcre-devel
|