]> git.pld-linux.org Git - packages/devhelp.git/commitdiff
- added bookdir patch
authortrojan <trojan@pld-linux.org>
Thu, 6 Mar 2003 11:58:03 +0000 (11:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed ac regeneration

Changed files:
    devhelp.spec -> 1.17

devhelp.spec

index 14c609965bb4307f3a38b1018ffa6591a275b685..f6651b8970fca1d2adf6a200bed2d10218e3ff2f 100644 (file)
@@ -7,12 +7,13 @@ License:      GPL
 Group:         X11/Applications
 Source0:       http://www.devhelp.net/download/%{name}-%{version}.tar.gz
 Patch0:                %{name}-desktop.patch
+Patch1:                %{name}-bookdir.patch
 URL:           http://www.devhelp.net/
-BuildRequires: autoconf
 BuildRequires: gnome-vfs2-devel
 BuildRequires: libgnomeui-devel
-BuildRequires: libgtkhtml-devel
+BuildRequires: libgtkhtml-devel >= 2.2.1
 BuildRequires: zlib-devel
+Requires:      libgtkhtml >= 2.2.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -24,9 +25,9 @@ Program pomocy dla developer
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-%{__autoconf}
 %configure \
        --disable-install-schemas
 %{__make}
This page took 0.082494 seconds and 4 git commands to generate.