]> git.pld-linux.org Git - packages/devhelp.git/commitdiff
- added enable-deprecated patch (for allow build with gtk+2 >= 2.3)
authortrojan <trojan@pld-linux.org>
Mon, 19 Jan 2004 13:29:21 +0000 (13:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added lt/am/ac regeneration (with proper BR)

Changed files:
    devhelp.spec -> 1.30

devhelp.spec

index cb46351b6eb65b3a1ee03880c85a9645e4fcfb97..f09347333f097fee53ec0b23d9c8c0941638d85a 100644 (file)
@@ -8,11 +8,14 @@ Group:                X11/Applications
 Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
 # Source0-md5: 7391578353368d9db3ed6a74f4128754
 Patch0:                %{name}-bookdir.patch
+Patch1:                %{name}-enable-deprecated.patch
 URL:           http://www.imendio.com/projects/devhelp/
+BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gnome-vfs2-devel
 BuildRequires: libgnomeui-devel >= 2.3.3.1-2
 BuildRequires: libgtkhtml-devel >= 2.2.1
+BuildRequires: libtool
 BuildRequires: zlib-devel
 Requires:      libgtkhtml >= 2.2.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -26,9 +29,15 @@ Program pomocy dla programist
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 cp /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal} -I %{_aclocaldir}/gnome2-macros
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --disable-install-schemas
 %{__make}
This page took 0.0649729999999999 seconds and 4 git commands to generate.