]> git.pld-linux.org Git - packages/cppi.git/blob - cppi.spec
- spelling fix
[packages/cppi.git] / cppi.spec
1 Summary:        GNU cppi - checks the indentation of C and C++ preprocessor directives
2 Summary(pl):    GNU cppi - narzêdzie sprawdzaj±ce wciêcia dyrektyw preprocesora C i C++
3 Name:           cppi
4 Version:        1.10
5 Release:        3
6 License:        GPL
7 Group:          Development/Tools
8 Source0:        ftp://alpha.gnu.org/gnu/fetish/%{name}-%{version}.tar.bz2
9 # Source0-md5:  2b9e79041d49d9dce0a2b3f698aa32fe
10 BuildRequires:  automake
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 GNU `cppi' adjusts or checks the indentation of C and C++ preprocessor
15 directives in a file.
16
17 %description -l pl
18 GNU cppi sprawdza i poprawia wciêcia dyrektyw preprocesora C i C++.
19
20 %prep
21 %setup -q
22
23 %build
24 cp -f /usr/share/automake/config.sub .
25 %configure
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %{__make} install \
32         DESTDIR=$RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc AUTHORS NEWS README THANKS TODO
40 %attr(755,root,root) %{_bindir}/*
This page took 0.063512 seconds and 3 git commands to generate.