]> git.pld-linux.org Git - packages/cppi.git/blame - cppi.spec
- converted to UTF-8
[packages/cppi.git] / cppi.spec
CommitLineData
35de67ea 1Summary: GNU cppi - checks the indentation of C and C++ preprocessor directives
75367e2d 2Summary(pl.UTF-8): GNU cppi - narzędzie sprawdzające wcięcia dyrektyw preprocesora C i C++
35de67ea 3Name: cppi
3f4669ae 4Version: 1.12
5Release: 1
35de67ea
JB
6License: GPL
7Group: Development/Tools
3f4669ae 8Source0: ftp://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.bz2
9# Source0-md5: 3a9b8fa70cae2fb36b089a5f2ef4326f
4367e108 10BuildRequires: automake
35de67ea
JB
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14GNU `cppi' adjusts or checks the indentation of C and C++ preprocessor
15directives in a file.
16
75367e2d
JR
17%description -l pl.UTF-8
18GNU cppi sprawdza i poprawia wcięcia dyrektyw preprocesora C i C++.
35de67ea
JB
19
20%prep
21%setup -q
22
23%build
8e363014 24cp -f /usr/share/automake/config.sub .
35de67ea 25%configure
35de67ea
JB
26%{__make}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
2b960a2c
PG
31%{__make} install \
32 DESTDIR=$RPM_BUILD_ROOT
35de67ea
JB
33
34%clean
35rm -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}/*
3f4669ae 41%{_mandir}/man?/*
This page took 0.06758 seconds and 4 git commands to generate.