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