Browse Source

glib2-2.55.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11324 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
22b02094da
1 changed files with 9 additions and 4 deletions
  1. 9 4
      g/glib2/glib2-vl.spec

+ 9 - 4
g/glib2/glib2-vl.spec

@@ -1,8 +1,9 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
+%define _unpackaged_files_terminate_build 1
 
 Summary: A library of handy utility functions.
 Name: glib2
-Version: 2.48.1
+Version: 2.55.0
 Release: 1%{?_dist_release}
 License: LGPLv2+
 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
 Source3: glib2.csh
 
-Patch0:	glib-2.32.1-dconf-path.patch
-
 BuildRoot: %{_tmppath}/glib-%{version}-root
 
 BuildRequires: pkgconfig >= 0.14
@@ -21,6 +20,7 @@ BuildRequires: libffi-devel
 BuildRequires: zlib-devel
 BuildRequires: python-devel
 BuildRequires: pcre-devel >= 8.13
+BuildRequires: libmount-devel
 BuildRequires: gtk-doc
 Obsoletes: glib-gtkbeta
 
@@ -87,7 +87,6 @@ version 2.48 of the GLib library.
 
 %prep
 %setup -q -n glib-%{version}
-%patch0 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh
@@ -137,6 +136,7 @@ gio-querymodules %{_libdir}/gio/modules
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_bindir}/gapplication
 %{_bindir}/gdbus
+%{_bindir}/gio
 %{_bindir}/gio-querymodules
 %{_bindir}/glib-compile-schemas
 %{_bindir}/gsettings
@@ -197,6 +197,11 @@ gio-querymodules %{_libdir}/gio/modules
 %endif
 
 %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
 - new upstream release
 - add BuildRequires: pcre-devel