]> git.pld-linux.org Git - packages/gc.git/commitdiff
- BR: automake
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Oct 2002 11:31:31 +0000 (11:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gc.spec -> 1.10

gc.spec

diff --git a/gc.spec b/gc.spec
index 1af687d0454e7ecbe370935acbe200b85bbbb8f4..5300dd0722221d165c881a669863450f0762bb3b 100644 (file)
--- a/gc.spec
+++ b/gc.spec
@@ -7,6 +7,7 @@ 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: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -64,7 +65,7 @@ install -d $RPM_BUILD_ROOT%{_includedir}/gc
 cp -ar include/* $RPM_BUILD_ROOT%{_includedir}/gc
 
 install -d $RPM_BUILD_ROOT%{_mandir}/man3
-cp doc/gc.man $RPM_BUILD_ROOT%{_mandir}/man3/gc.3
+install doc/gc.man $RPM_BUILD_ROOT%{_mandir}/man3/gc.3
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
This page took 0.074673 seconds and 4 git commands to generate.