]> git.pld-linux.org Git - packages/at-spi.git/blobdiff - at-spi.spec
- updated to 1.4.2
[packages/at-spi.git] / at-spi.spec
index 5a6083b804362a1266e5d9e917c520234bfec2c4..2f311c04b7b579a06ce0c4211ab37435f2478a41 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       Assistive Technology Service Provider Interface
 Summary(pl):   Interfejs pozwalaj±cy na korzystanie z urz±dzeñ wspomagaj±cych
 Name:          at-spi
-Version:       1.3.9
+Version:       1.4.2
 Release:       1
 License:       LGPL
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/1.3/%{name}-%{version}.tar.bz2
-# Source0-md5: 9a3915d9df16ea0f61cd613e94037998
-Patch0:                %{name}-am.patch
+Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/1.4/%{name}-%{version}.tar.bz2
+# Source0-md5: e36683a6e55fcb5ef2e6ef05806f9c3e
 URL:           http://developer.gnome.org/projects/gap/
 BuildRequires: atk-devel >= 1.4.0
 BuildRequires: autoconf
@@ -18,6 +17,7 @@ BuildRequires:        gtk-doc >= 1.1
 BuildRequires: gtk+2-devel >= 2.2.3
 BuildRequires: libbonobo-devel >= 2.4.0
 BuildRequires: libtool
+BuildRequires: perl-base
 BuildRequires: popt-devel
 BuildRequires: rpm-build >= 4.1-10
 BuildRequires: xft-devel >= 2.1
@@ -41,7 +41,7 @@ wsp
 Summary:       at-spi development files
 Summary(pl):   Pliki programistyczne at-spi
 Group:         X11/Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 Requires:      gtk-doc-common
 Obsoletes:     libat-spi1-devel
 
@@ -55,7 +55,7 @@ Pliki programistyczne at-spi.
 Summary:       at-spi static library
 Summary(pl):   Statyczna biblioteka at-spi
 Group:         X11/Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 at-spi static library.
@@ -65,7 +65,6 @@ Statyczna biblioteka at-spi.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -73,7 +72,9 @@ Statyczna biblioteka at-spi.
 %{__automake}
 %{__autoconf}
 %configure \
-       --enable-static
+       --enable-static \
+       --enable-gtk-doc \
+       --with-html-dir=%{_gtkdocdir}
 
 %{__make}
 
This page took 0.104837 seconds and 4 git commands to generate.