update to 2.27.4
This commit is contained in:
parent
29d48f75a3
commit
90088819fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
glib-2.24.1.tar.bz2
|
||||
glib-2.25.12.tar.bz2
|
||||
/glib-2.27.4.tar.bz2
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
%define __debug_install_post %{_mingw32_debug_install_post}
|
||||
|
||||
Name: mingw32-glib2
|
||||
Version: 2.25.12
|
||||
Version: 2.27.4
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows GLib2 library
|
||||
|
||||
@ -60,12 +60,16 @@ Static version of the MinGW Windows GLib2 library.
|
||||
mkdir build_static
|
||||
pushd build_static
|
||||
%{_mingw32_configure} --disable-shared --enable-static
|
||||
# HACK
|
||||
cp glib/glibconfig.h ../glib
|
||||
make %{?_smp_mflags}
|
||||
popd
|
||||
|
||||
mkdir build_shared
|
||||
pushd build_shared
|
||||
%{_mingw32_configure} --disable-static
|
||||
# HACK
|
||||
cp glib/glibconfig.h ../glib
|
||||
make %{?_smp_mflags}
|
||||
popd
|
||||
|
||||
@ -180,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 6 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.27.4-1
|
||||
- update to 2.27.4
|
||||
|
||||
* Thu Aug 5 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.25.12-1
|
||||
- update to 2.25.12
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user