]> git.pld-linux.org Git - packages/gtk+.git/commitdiff
include real documentation
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 21 Sep 2001 13:33:30 +0000 (13:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gtk+.spec -> 1.98

gtk+.spec

index 208fb13277df25d73a345848f0c7ba371b69ba4c..9593f76d86dbf16064a2c88379c9c4ac16ddbace 100644 (file)
--- a/gtk+.spec
+++ b/gtk+.spec
@@ -20,6 +20,8 @@ Group(pl):    X11/Biblioteki
 Group(pt_BR):  X11/Bibliotecas
 Group(es):     X11/Bibliotecas
 Source0:       ftp://ftp.gtk.org/pub/gtk/v1.2/%{name}-%{version}.tar.gz
+Source1:       http://developer.gnome.org/doc/API/gdk-docs.tar.gz
+Source2:       http://developer.gnome.org/doc/API/gtk-docs.tar.gz
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-ahiguti.patch
 Patch2:                %{name}-strip.patch
@@ -166,7 +168,7 @@ bibliotecas p
 Biblioteki statyczne Gtk+
 
 %prep
-%setup  -q
+%setup  -q -a1 -a2
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -177,13 +179,13 @@ rm -rf missing
 gettextize --copy --force
 aclocal
 #autoconf
-automake -a -c
+#automake -a -c
 %configure2_13 \
        --enable-debug=no \
        --enable-shm \
        --with-xinput=xfree
 
-%{__make} m4datadir=/usr/share/aclocal
+%{__make} m4datadir=%{_aclocaldir}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -266,7 +268,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc *.gz
+%doc *.gz gtk/*.html gdk/*.html
 %attr(755,root,root) %{_libdir}/lib*.la
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_bindir}/*
This page took 0.068475 seconds and 4 git commands to generate.