]> git.pld-linux.org Git - packages/gc.git/commitdiff
- added full rergeneration ac/am/lt suit.
authorkloczek <kloczek@pld-linux.org>
Mon, 19 May 2003 23:06:06 +0000 (23:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gc.spec -> 1.15

gc.spec

diff --git a/gc.spec b/gc.spec
index ac0bbaca1b7efc9e252455265184719c6c61da06..3a8807fdf45ab8fd58e17bd9835e7b5522af3801 100644 (file)
--- a/gc.spec
+++ b/gc.spec
@@ -7,7 +7,9 @@ License:        BSD-like
 Group:         Development/Libraries
 Source0:       http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/%{name}%{version}.tar.gz
 URL:           http://www.hpl.hp.com/personal/Hans_Boehm/gc/
+BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,22 +52,22 @@ Statyczna wersja biblioteki gc
 %setup -q -n %{name}%{version}
 
 %build
-cp -f /usr/share/automake/config.* .
-%configure2_13 \
+rm -f acinclude.m4
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
        --enable-threads=posix
-sed -e 's/-lpthread/-lpthread -ldl/' Makefile > Makefile.tmp
-mv -f Makefile.tmp Makefile
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_includedir}/gc,%{_mandir}/man3}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_includedir}/gc
 cp -ar include/* $RPM_BUILD_ROOT%{_includedir}/gc
-
-install -d $RPM_BUILD_ROOT%{_mandir}/man3
 install doc/gc.man $RPM_BUILD_ROOT%{_mandir}/man3/gc.3
 
 %post   -p /sbin/ldconfig
This page took 0.178558 seconds and 4 git commands to generate.