This commit is contained in:
Matthias Clasen 2010-03-10 00:13:42 +00:00
parent f3fe7fe40b
commit 8e404a9411
2 changed files with 7 additions and 5 deletions

View File

@ -2,15 +2,15 @@
Summary: A library of handy utility functions
Name: glib2
Version: 2.23.4
Version: 2.23.5
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
#VCS: git:git://git.gnome.org/glib
Source: http://download.gnome.org/sources/glib/2.23/glib-%{version}.tar.bz2
Source2: glib2.sh
Source3: glib2.csh
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig >= 1:0.14
BuildRequires: gamin-devel
BuildRequires: gettext
@ -65,7 +65,6 @@ awk '/^Overview of Changes/ { seen+=1 }
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
## glib2.sh and glib2.csh
@ -78,7 +77,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.{a,la}
rm -f $RPM_BUILD_ROOT%{_datadir}/glib-2.0/gdb/*.{pyc,pyo}
case "$host" in
case "$host" in
alpha*|ia64*|powerpc64*|ppc64*|s390x*|sparc64*|x86_64*)
mv $RPM_BUILD_ROOT%{_bindir}/gio-querymodules $RPM_BUILD_ROOT%{_bindir}/gio-querymodules-64
;;
@ -154,6 +153,9 @@ esac
%{_libdir}/lib*.a
%changelog
* Tue Mar 9 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
- Update to 2.23.5
* Sun Feb 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
- Update to 2.23.4

View File

@ -1 +1 @@
9cba5ad06e1ddb603a3a893e5cd1f528 glib-2.23.4.tar.bz2
f249a94e8da086fd5d6e24dd4c1a1324 glib-2.23.5.tar.bz2