[mingw32-atk] Update to 2.0.1

Kalev Lember kalev at fedoraproject.org
Sun Jul 10 11:49:10 UTC 2011


commit 3881d2b53a4e383bd9844ecd10c318486b371470
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Jul 10 13:28:55 2011 +0300

    Update to 2.0.1
    
    - Switched to xz compressed tarballs
    - Use automatic mingw dep extraction
    - Cleaned up the spec file for modern rpmbuild
    - Dropped upstreamed AtkHyperlinkImpl patch

 .gitignore                      |    1 +
 atk-export-hyperlink-impl.patch |   11 -----------
 mingw32-atk.spec                |   29 ++++++++++-------------------
 sources                         |    2 +-
 4 files changed, 12 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4eb0a7e..d39ea10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 atk-1.29.3.tar.bz2
 /atk-1.30.0.tar.bz2
 /atk-1.32.0.tar.bz2
+/atk-2.0.1.tar.xz
diff --git a/mingw32-atk.spec b/mingw32-atk.spec
index 650d825..81a661c 100644
--- a/mingw32-atk.spec
+++ b/mingw32-atk.spec
@@ -1,23 +1,16 @@
 %global __strip %{_mingw32_strip}
 %global __objdump %{_mingw32_objdump}
-%global _use_internal_dependency_generator 0
-%global __find_requires %{_mingw32_findrequires}
-%global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 Name:           mingw32-atk
-Version:        1.32.0
-Release:        6%{?dist}
+Version:        2.0.1
+Release:        1%{?dist}
 Summary:        MinGW Windows Atk library
 
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://projects.gnome.org/accessibility/
-Source:         http://ftp.gnome.org/pub/GNOME/sources/atk/1.32/atk-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-# Export the AtkHyperlinkImpl functions (already upstreamed)
-Patch1:         atk-export-hyperlink-impl.patch
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/atk/2.0/atk-%{version}.tar.xz
 
 BuildArch:      noarch
 
@@ -54,7 +47,6 @@ Static version of the MinGW Windows Atk library.
 
 %prep
 %setup -q -n atk-%{version}
-%patch1 -p0
 
 
 %build
@@ -63,8 +55,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make DESTDIR=$RPM_BUILD_ROOT install
 
 # Native Fedora package removes this file, so we do the same.
@@ -80,12 +70,7 @@ rm $RPM_BUILD_ROOT%{_mingw32_libdir}/atk-1.0.def
 %find_lang atk10
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files -f atk10.lang
-%defattr(-,root,root,-)
 %doc COPYING
 %{_mingw32_bindir}/libatk-1.0-0.dll
 %{_mingw32_includedir}/atk-1.0
@@ -94,11 +79,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_libdir}/pkgconfig/atk.pc
 
 %files static
-%defattr(-,root,root,-)
 %{_mingw32_libdir}/libatk-1.0.a
 
   
 %changelog
+* Sun Jul 10 2011 Kalev Lember <kalevlember at gmail.com> - 2.0.1-1
+- Update to 2.0.1
+- Switched to xz compressed tarballs
+- Use automatic mingw dep extraction
+- Cleaned up the spec file for modern rpmbuild
+- Dropped upstreamed AtkHyperlinkImpl patch
+
 * Wed Jul 06 2011 Kalev Lember <kalevlember at gmail.com> - 1.32.0-6
 - Rebuilt against win-iconv
 
diff --git a/sources b/sources
index b5d7cf7..2e47dbf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9a19a3e426cd9ca930f0108c4ee343f  atk-1.32.0.tar.bz2
+fed754859959b097c61041a01e85be81  atk-2.0.1.tar.xz


More information about the scm-commits mailing list