Update to 2.29.10
- Switch to xz compressed tarballs
This commit is contained in:
parent
ceeb044d98
commit
cf8df0ed80
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ glib-2.26.0.tar.bz2
|
||||
glib-2.28.0.tar.bz2
|
||||
glib-2.27.93.tar.bz2
|
||||
/glib-2.28.6.tar.bz2
|
||||
/glib-2.29.10.tar.xz
|
||||
|
||||
@ -6,8 +6,8 @@
|
||||
%define __debug_install_post %{_mingw32_debug_install_post}
|
||||
|
||||
Name: mingw32-glib2
|
||||
Version: 2.28.6
|
||||
Release: 4%{?dist}
|
||||
Version: 2.29.10
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows GLib2 library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -15,7 +15,7 @@ Group: Development/Libraries
|
||||
URL: http://www.gtk.org
|
||||
# first two digits of version
|
||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
Source0: http://download.gnome.org/sources/glib/%{release_version}/glib-%{version}.tar.bz2
|
||||
Source0: http://download.gnome.org/sources/glib/%{release_version}/glib-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
@ -26,6 +26,7 @@ BuildRequires: mingw32-binutils
|
||||
BuildRequires: mingw32-dlfcn
|
||||
BuildRequires: mingw32-win-iconv
|
||||
BuildRequires: mingw32-gettext
|
||||
BuildRequires: mingw32-libffi
|
||||
BuildRequires: mingw32-zlib
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
@ -147,6 +148,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f glib20.lang
|
||||
%defattr(-,root,root,-)
|
||||
%{_mingw32_bindir}/gdbus-codegen
|
||||
%{_mingw32_bindir}/gdbus.exe
|
||||
%{_mingw32_bindir}/glib-compile-schemas.exe
|
||||
%{_mingw32_bindir}/glib-genmarshal.exe
|
||||
@ -164,6 +166,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mingw32_bindir}/libgthread-2.0-0.dll
|
||||
%{_mingw32_includedir}/glib-2.0/
|
||||
%{_mingw32_includedir}/gio-win32-2.0/
|
||||
%{_mingw32_libdir}/gdbus-codegen/
|
||||
%{_mingw32_libdir}/glib-2.0/
|
||||
%dir %{_mingw32_libdir}/gio/
|
||||
%dir %{_mingw32_libdir}/gio/modules/
|
||||
@ -200,6 +203,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 08 2011 Kalev Lember <kalevlember@gmail.com> - 2.29.10-1
|
||||
- Update to 2.29.10
|
||||
- Switch to xz compressed tarballs
|
||||
|
||||
* Wed Jul 06 2011 Kalev Lember <kalevlember@gmail.com> - 2.28.6-4
|
||||
- Rebuilt against win-iconv
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user