]> git.pld-linux.org Git - packages/gc.git/blobdiff - gc.spec
- don't install Makefiles
[packages/gc.git] / gc.spec
diff --git a/gc.spec b/gc.spec
index 68f08f243c48e66d761792b23b58230985f8bea1..2270ccc2d5550025ee3ea4466dcc81b351ff4115 100644 (file)
--- a/gc.spec
+++ b/gc.spec
@@ -2,7 +2,7 @@ Summary:        Conservative garbage collector
 Summary(pl):   Konserwatywny od¶miecacz pamiêci
 Name:          gc
 Version:       6.2
-Release:       1
+Release:       2
 License:       BSD-like
 Group:         Development/Libraries
 Source0:       http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/%{name}%{version}.tar.gz
@@ -68,8 +68,10 @@ rm -f acinclude.m4
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_includedir}/gc,%{_mandir}/man3}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
+rm -f include/Makefile*
 cp -ar include/* $RPM_BUILD_ROOT%{_includedir}/gc
 install doc/gc.man $RPM_BUILD_ROOT%{_mandir}/man3/gc.3
 
This page took 0.05038 seconds and 4 git commands to generate.