]> git.pld-linux.org Git - packages/atk.git/commitdiff
- added patches (for proper documentation building)
authortrojan <trojan@pld-linux.org>
Wed, 9 Oct 2002 13:21:37 +0000 (13:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added BR: autoconf, automake, libtool
- added ac/am/lt macros
- fixed %%files

Changed files:
    atk.spec -> 1.28

atk.spec

index 5b2f59c3221682980ed44fb74801dd9a5edb8823..ec98ba93246d6585a741c6e93ca4430cd33f3d24 100644 (file)
--- a/atk.spec
+++ b/atk.spec
@@ -7,10 +7,15 @@ Release:      1
 License:       GPL
 Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/1.1/%{name}-%{version}.tar.bz2
+Patch0:                %{name}-am16.patch
+Patch1:                %{name}-xmldoc.patch
 URL:           http://developer.gnome.org/projects/gap/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: diffutils
 BuildRequires: glib2-devel >= 2.0.6
 BuildRequires: gtk-doc >= 0.9
+BuildRequires: libtool
 BuildRequires: pango-devel >= 1.0.4
 BuildRequires: pkgconfig
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -79,8 +84,15 @@ Interfaces para suporte a acessibilidade.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
+rm -f missing acinclude.m4
+%{__libtoolize}
+aclocal
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-static \
        --enable-shared \
@@ -105,11 +117,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS NEWS README
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
+%doc ChangeLog
 %attr(755,root,root) %{_libdir}/liba*.??
 %{_includedir}/atk*
 %{_pkgconfigdir}/atk*
This page took 0.74193 seconds and 4 git commands to generate.