]> git.pld-linux.org Git - packages/gc.git/commitdiff
- ac fix
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 21 Aug 2004 23:44:20 +0000 (23:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gc.spec -> 1.23

gc.spec

diff --git a/gc.spec b/gc.spec
index c223960fda77f85082ae2ba4713348895ce58f47..2799175c604c550321cd20b2d44c3b2105c29656 100644 (file)
--- a/gc.spec
+++ b/gc.spec
@@ -54,8 +54,9 @@ Statyczna wersja biblioteki gc
 %setup -q -n %{name}%{version}
 %patch0 -p1
 
+%{__perl} -pi -e 's/^sinclude.*//' acinclude.m4
+
 %build
-rm -f acinclude.m4
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -75,12 +76,12 @@ rm -f include/Makefile*
 cp -ar include/* $RPM_BUILD_ROOT%{_includedir}/gc
 install doc/gc.man $RPM_BUILD_ROOT%{_mandir}/man3/gc.3
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc README.QUICK doc/README{,.{linux,changes,contributors,environment,macros}}
This page took 0.073254 seconds and 4 git commands to generate.