[mingw-atk] Update to 2.4.0

Kalev Lember kalev at fedoraproject.org
Mon Mar 26 19:51:37 UTC 2012


commit c36653d225c5fd32ab7aaf11e9e8d200ebd2f7e7
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Mar 26 22:35:07 2012 +0300

    Update to 2.4.0
    
    ... and remove the call to autoreconf. The 64 bit builds work fine
    without it.

 .gitignore     |    1 +
 mingw-atk.spec |   14 ++++++--------
 sources        |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46057aa..f05767a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ atk-1.29.3.tar.bz2
 /atk-2.0.1.tar.xz
 /atk-2.2.0.tar.xz
 /atk-2.3.93.tar.xz
+/atk-2.4.0.tar.xz
diff --git a/mingw-atk.spec b/mingw-atk.spec
index b279e36..d16ee88 100644
--- a/mingw-atk.spec
+++ b/mingw-atk.spec
@@ -4,8 +4,8 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           mingw-atk
-Version:        2.3.93
-Release:        2%{?dist}
+Version:        2.4.0
+Release:        1%{?dist}
 Summary:        MinGW Windows Atk library
 
 License:        LGPLv2+
@@ -30,7 +30,6 @@ BuildRequires:  mingw64-gettext
 BuildRequires:  mingw64-glib2
 
 BuildRequires:  pkgconfig
-BuildRequires:  autoconf automake libtool
 # Need native one too for msgfmt
 BuildRequires:  gettext
 # Need native one too for  glib-genmarshal
@@ -80,9 +79,6 @@ Static version of the MinGW Windows Atk library.
 %prep
 %setup -q -n atk-%{version}
 
-# The libtool bundled with this package is too old for win64 support
-autoreconf -i --force
-
 
 %build
 %mingw_configure --enable-static --enable-shared
@@ -90,8 +86,6 @@ autoreconf -i --force
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 %mingw_make install "DESTDIR=$RPM_BUILD_ROOT"
 
 # Native Fedora package removes this file, so we do the same.
@@ -137,6 +131,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
   
 %changelog
+* Mon Mar 26 2012 Kalev Lember <kalevlember at gmail.com> - 2.4.0-1
+- Update to 2.4.0
+- Don't run autoreconf, the 64 bit builds work fine without it
+
 * Sun Mar 11 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.3.93-2
 - Added win64 support
 
diff --git a/sources b/sources
index cf9a7c5..60d2e26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6bcff756adbde14aa2967f082ced971e  atk-2.3.93.tar.xz
+2184a140f71d50276669d6eda5cce5db  atk-2.4.0.tar.xz


More information about the scm-commits mailing list