]> git.pld-linux.org Git - packages/devhelp.git/commitdiff
- use normal configure macro (regenerated ac stuff)
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 29 Apr 2002 08:58:42 +0000 (08:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- sort BR

Changed files:
    devhelp.spec -> 1.8

devhelp.spec

index 6f88d2eb158197f834f8f93faedd94a6a0c1a666..0dd202334c8e60da834f7a1fa3d726542bcb5e6b 100644 (file)
@@ -7,15 +7,16 @@ License:      GPL
 Group:         X11/Applications
 Source0:       http://www.devhelp.net/download/%{name}-%{version}.tar.gz
 URL:           http://www.devhelp.net/
-BuildRequires: glib-devel >= 1.2.9
-BuildRequires: gtk+-devel >= 1.2.9
-BuildRequires: libxml-devel >= 1.8.10
-BuildRequires: gnome-vfs-devel >= 1.0.0
+BuildRequires: GConf-devel >= 0.12
 BuildRequires: ORBit-devel >= 0.5.7
+BuildRequires: autoconf
+BuildRequires: glib-devel >= 1.2.9
 BuildRequires: gnome-libs-devel >= 1.2.8
-BuildRequires: GConf-devel >= 0.12
-BuildRequires: gtkhtml-devel >= 0.10.0
 BuildRequires: gnome-print-devel >= 0.29
+BuildRequires: gnome-vfs-devel >= 1.0.0
+BuildRequires: gtkhtml-devel >= 0.10.0
+BuildRequires: gtk+-devel >= 1.2.9
+BuildRequires: libxml-devel >= 1.8.10
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -32,7 +33,8 @@ Program pomocy dla developer
 %setup -q
 
 %build
-%configure2_13 \
+autoconf
+%configure \
        --disable-install-schemas
 %{__make}
 
This page took 0.10967 seconds and 4 git commands to generate.