X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=atk%2Fmingw-atk.spec;h=35da21b58c581cfc6e1b2dace3c3da525ec47f86;hb=8e6f1295d0f6b1fc41367e700811dd05f638ab83;hp=df65723877142ddf7f7ccafa4d2fe5689d001f04;hpb=c4ba57addef6ed38edd70d80825c5434afb39930;p=fedora-mingw.git diff --git a/atk/mingw-atk.spec b/atk/mingw-atk.spec index df65723..35da21b 100644 --- a/atk/mingw-atk.spec +++ b/atk/mingw-atk.spec @@ -1,25 +1,33 @@ -%include /usr/lib/rpm/mingw-defs +%define __strip %{_mingw_strip} +%define __objdump %{_mingw_objdump} +%define _use_internal_dependency_generator 0 +%define __find_requires %{_mingw_findrequires} +%define __find_provides %{_mingw_findprovides} Name: mingw-atk -Version: 1.23.5 +Version: 1.24.0 Release: 1%{?dist} Summary: MinGW Windows Atk library -License: LGPLv2+ +License: LGPLv2+ Group: Development/Libraries -URL: http://developer.gnome.org/projects/gap/ -Source: http://download.gnome.org/sources/atk/1.23/atk-%{version}.tar.bz2 +URL: http://developer.gnome.org/projects/gap/ +Source: http://download.gnome.org/sources/atk/1.24/atk-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch1: atk-%{version}-mingw.patch BuildArch: noarch -BuildRequires: mingw-filesystem >= 19 +BuildRequires: mingw-filesystem >= 23 BuildRequires: mingw-gcc BuildRequires: mingw-binutils BuildRequires: mingw-iconv BuildRequires: mingw-gettext BuildRequires: mingw-glib2 +BuildRequires: pkgconfig +# Need native one too for msgfmt +BuildRequires: gettext +# Need native one too for glib-genmarshal +BuildRequires: glib2-devel %description MinGW Windows Atk library. @@ -27,10 +35,8 @@ MinGW Windows Atk library. %prep %setup -q -n atk-%{version} -%patch1 -p1 %build -PKG_CONFIG_PATH="%{_mingw_libdir}/pkgconfig" \ %{_mingw_configure} make @@ -58,5 +64,11 @@ rm -rf $RPM_BUILD_ROOT %{_mingw_datadir}/locale/*/LC_MESSAGES/atk10.mo %changelog +* Mon Sep 22 2008 Daniel P. Berrange - 1.24.0-1 +- Update to 1.24.0 release + +* Thu Sep 11 2008 Daniel P. Berrange - 1.23.5-2 +- Added dep on pkgconfig and glib2-devel (native) + * Tue Sep 9 2008 Daniel P. Berrange - 1.23.5-1 - Initial RPM release