Lines Matching +full:clean +full:- +full:css
9 Source: http://llvm.org/releases/@PACKAGE_VERSION@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
10 BuildRoot: %{_tmppath}/%{name}-root
15 LLVM is a compiler infrastructure designed for compile-time, link-time, runtime,
16 and idle-time optimization of programs from arbitrary programming languages.
19 using front-ends derived from GCC 4.0.1. A new front-end for the C family of
25 %setup -q -n @PACKAGE_NAME@-@PACKAGE_VERSION@
29 --prefix=%{_prefix} \
30 --bindir=%{_bindir} \
31 --datadir=%{_datadir} \
32 --includedir=%{_includedir} \
33 --libdir=%{_libdir} \
34 --enable-optimized \
35 --enable-assertions
36 make tools-only
39 rm -rf %{buildroot}
42 %clean
43 rm -rf %{buildroot}
45 %post -p /sbin/ldconfig
47 %postun -p /sbin/ldconfig
50 %defattr(-, root, root)
51 %doc CREDITS.TXT LICENSE.TXT README.txt docs/*.{html,css,gif,jpg} docs/CommandGuide
60 - Updates for release 1.8
62 - Make the build be optimized+assertions
64 - Minor adjustments for the 1.5 release
66 - Initial working version of RPM spec file.