]> git.pld-linux.org Git - packages/cppi.git/blobdiff - cppi.spec
- rel 3
[packages/cppi.git] / cppi.spec
index cfd18f0013c4099a17911c3f5e8b6dc5deb12961..cb4118a432ac081455668a1307e8b0a8133660e8 100644 (file)
--- a/cppi.spec
+++ b/cppi.spec
@@ -2,7 +2,7 @@ Summary:        GNU cppi - checks the indentation of C and C++ preprocessor directives
 Summary(pl):   GNU cppi - narzêdzie sprawdzajace wciêcia dyrektyw preprocesora C i C++
 Name:          cppi
 Version:       1.10
-Release:       1
+Release:       3
 License:       GPL
 Group:         Development/Tools
 Source0:       ftp://alpha.gnu.org/gnu/fetish/%{name}-%{version}.tar.bz2
@@ -20,14 +20,15 @@ GNU cppi sprawdza i poprawia wci
 %setup -q
 
 %build
+cp -f /usr/share/automake/config.sub .
 %configure
-
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.06774 seconds and 4 git commands to generate.