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