]> git.pld-linux.org Git - packages/cppi.git/blame - cppi.spec
- updated to 1.17
[packages/cppi.git] / cppi.spec
CommitLineData
35de67ea 1Summary: GNU cppi - checks the indentation of C and C++ preprocessor directives
0c9abae5 2Summary(pl.UTF-8): GNU cppi - narzędzie sprawdzające wcięcia dyrektyw preprocesora C i C++
35de67ea 3Name: cppi
724f924e 4Version: 1.17
3f4669ae 5Release: 1
d1e6cdb3 6License: GPL v3+
35de67ea 7Group: Development/Tools
d1e6cdb3 8Source0: http://ftp.gnu.org/gnu/cppi/%{name}-%{version}.tar.xz
724f924e 9# Source0-md5: 89acdfdbe39e19554c8c00e48b470942
d1e6cdb3
JB
10URL: http://www.gnu.org/software/cppi/
11BuildRequires: help2man
12BuildRequires: tar >= 1:1.22
13BuildRequires: xz
35de67ea
JB
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17GNU `cppi' adjusts or checks the indentation of C and C++ preprocessor
18directives in a file.
19
75367e2d
JR
20%description -l pl.UTF-8
21GNU cppi sprawdza i poprawia wcięcia dyrektyw preprocesora C i C++.
35de67ea
JB
22
23%prep
24%setup -q
25
26%build
d1e6cdb3
JB
27%configure \
28 --disable-silent-rules
35de67ea
JB
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
2b960a2c
PG
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
35de67ea 36
d1e6cdb3
JB
37%find_lang %{name}
38
35de67ea
JB
39%clean
40rm -rf $RPM_BUILD_ROOT
41
d1e6cdb3 42%files -f %{name}.lang
35de67ea 43%defattr(644,root,root,755)
d1e6cdb3
JB
44%doc AUTHORS ChangeLog NEWS README THANKS TODO
45%attr(755,root,root) %{_bindir}/cppi
46%{_mandir}/man1/cppi.1*
This page took 0.095996 seconds and 4 git commands to generate.