]> git.pld-linux.org Git - packages/gdkxft.git/commitdiff
- regenerate ac/am/lt files. gdkxft-1_5-7
authorkloczek <kloczek@pld-linux.org>
Thu, 25 Apr 2002 15:29:32 +0000 (15:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdkxft.spec -> 1.30

gdkxft.spec

index 14066a0272538bcec6b4f785d2640e328020551d..b6e273a5d8816bf410b04aee2aa6bcc13ea0ccb5 100644 (file)
@@ -12,9 +12,12 @@ Release:     7
 License:       LGPL
 Group:         X11/Libraries
 Source0:       http://prdownloads.sourceforge.net/gdkxft/%{name}-%{version}.tar.gz
+BuildRequires: autoconf
+BuildRequires: automake
 %{!?_without_gnome:BuildRequires:      control-center-devel}
 %{!?_without_gnome:BuildRequires:      libglade-devel}
 BuildRequires: gtk+-devel >= 1.2.0
+BuildRequires: libtool
 BuildRequires: perl-devel
 Prereq:                /sbin/ldconfig
 URL:           http://gdkxft.sourceforge.net/
@@ -88,6 +91,11 @@ Narz
 %setup -q
 
 %build
+rm -f missing
+libtoolize --copy --force
+aclocal
+autoconf
+automake -a -c -f
 %configure \
        --enable-static \
        --enable-shared
This page took 0.103332 seconds and 4 git commands to generate.