]> git.pld-linux.org Git - packages/astyle.git/blob - astyle.spec
88811605fac660bf5440e1bbc43f4e38e75db4f0
[packages/astyle.git] / astyle.spec
1 Summary:        Automatic Indentation Filter
2 Summary(pl):    Automatyczny filtr wciêæ
3 Name:           astyle
4 Version:        1.15.3
5 Release:        1
6 License:        GPL v2
7 Group:          Development/Tools
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}_%{version}.zip
9 # Source0-md5:  4d8adbcd8703aea00fcd2670be090ddd
10 URL:            http://astyle.sourceforge.net/
11 BuildRequires:  unzip
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Artistic Style is a reindenter and reformatter of C++, C and Java
16 source code.
17
18 %description -l pl
19 Artistic Style to narzêdzie do reformatowania kodu z poprawianiem
20 wciêæ dla ¼róde³ w C++, C i Javie.
21
22 %prep
23 %setup -q -c
24
25 %build
26 %{__make} \
27         CPPFLAGS="%{rpmcflags}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_bindir}
32
33 install astyle $RPM_BUILD_ROOT%{_bindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc astyle.html astyle_release_notes.html
41 %attr(755,root,root) %{_bindir}/*
This page took 0.058121 seconds and 2 git commands to generate.