Disable empty -debuginfo package.
Fix minimum required glib2 version.
This commit is contained in:
parent
b20f2313f3
commit
31a43c83bc
@ -1,6 +1,8 @@
|
|||||||
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: gsettings-desktop-schemas
|
Name: gsettings-desktop-schemas
|
||||||
Version: 3.3.2
|
Version: 3.3.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A collection of GSettings schemas
|
Summary: A collection of GSettings schemas
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -10,11 +12,11 @@ URL: http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-deskto
|
|||||||
#VCS: git:git://git.gnome.org/gsettings-desktop-schemas
|
#VCS: git:git://git.gnome.org/gsettings-desktop-schemas
|
||||||
Source: http://download.gnome.org/sources/%{name}/3.3/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/%{name}/3.3/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= 2.25.11
|
BuildRequires: glib2-devel >= 2.31.0
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
|
|
||||||
Requires: glib2 >= 2.25.11
|
Requires: glib2 >= 2.31.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gsettings-desktop-schemas contains a collection of GSettings schemas for
|
gsettings-desktop-schemas contains a collection of GSettings schemas for
|
||||||
@ -67,6 +69,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 23 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.3.2-3
|
||||||
|
- Disable empty -debuginfo package.
|
||||||
|
- Fix minimum required glib2 version.
|
||||||
|
|
||||||
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-2
|
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-2
|
||||||
- Enable introspection
|
- Enable introspection
|
||||||
- Make the package archful, since we now install in libdir
|
- Make the package archful, since we now install in libdir
|
||||||
|
Loading…
Reference in New Issue
Block a user