2.24.0
This commit is contained in:
parent
cb03b7eb9c
commit
b853addf7c
@ -1 +1 @@
|
|||||||
glib-2.23.6.tar.bz2
|
glib-2.24.0.tar.bz2
|
||||||
|
24
glib2.spec
24
glib2.spec
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
Summary: A library of handy utility functions
|
Summary: A library of handy utility functions
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.23.6
|
Version: 2.24.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
#VCS: git:git://git.gnome.org/glib
|
#VCS: git:git://git.gnome.org/glib
|
||||||
Source: http://download.gnome.org/sources/glib/2.23/glib-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/glib/2.24/glib-%{version}.tar.bz2
|
||||||
Source2: glib2.sh
|
Source2: glib2.sh
|
||||||
Source3: glib2.csh
|
Source3: glib2.csh
|
||||||
BuildRequires: pkgconfig >= 1:0.14
|
BuildRequires: pkgconfig >= 1:0.14
|
||||||
@ -23,13 +23,10 @@ BuildRequires: automake autoconf libtool
|
|||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GLib is the low-level core library that forms the basis
|
GLib is the low-level core library that forms the basis for projects
|
||||||
for projects such as GTK+ and GNOME. It provides data structure
|
such as GTK+ and GNOME. It provides data structure handling for C,
|
||||||
handling for C, portability wrappers, and interfaces for such runtime
|
portability wrappers, and interfaces for such runtime functionality
|
||||||
functionality as an event loop, threads, dynamic loading, and an
|
as an event loop, threads, dynamic loading, and an object system.
|
||||||
object system.
|
|
||||||
|
|
||||||
This package provides version 2 of GLib.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: A library of handy utility functions
|
Summary: A library of handy utility functions
|
||||||
@ -38,8 +35,7 @@ Requires: pkgconfig >= 1:0.14
|
|||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The glib2-devel package includes the header files for
|
The glib2-devel package includes the header files for the GLib library.
|
||||||
version 2 of the GLib library.
|
|
||||||
|
|
||||||
# anaconda needs static libs, see RH bug #193143
|
# anaconda needs static libs, see RH bug #193143
|
||||||
%package static
|
%package static
|
||||||
@ -48,8 +44,7 @@ Group: Development/Libraries
|
|||||||
Requires: %{name}-devel = %{version}-%{release}
|
Requires: %{name}-devel = %{version}-%{release}
|
||||||
|
|
||||||
%description static
|
%description static
|
||||||
The glib2-static package includes static libraries
|
The glib2-static package includes static libraries of the GLib library.
|
||||||
of version 2 of the GLib library.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n glib-%{version}
|
%setup -q -n glib-%{version}
|
||||||
@ -162,6 +157,9 @@ esac
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
||||||
|
- Update to 2.24.0
|
||||||
|
|
||||||
* Mon Mar 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
|
* Mon Mar 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
|
||||||
- Update to 2.23.6
|
- Update to 2.23.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user