]> git.pld-linux.org Git - packages/cppi.git/blobdiff - cppi.spec
- refresh config.sub
[packages/cppi.git] / cppi.spec
index cfd18f0013c4099a17911c3f5e8b6dc5deb12961..b7c1025b4c25f93cd002f7dd5df57ebf097961b0 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:       2
 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.168721 seconds and 4 git commands to generate.