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