]> git.pld-linux.org Git - packages/waf.git/blame - waf.spec
- remove unused escape
[packages/waf.git] / waf.spec
CommitLineData
a4eae65c 1Summary: The Waf build system
1a3366fc 2Summary(pl.UTF-8): System budowania Waf
a4eae65c 3Name: waf
5197a27f 4Version: 1.3.2
4df78cc8 5Release: 1
a4eae65c
ER
6License: BSD
7Group: Development/Building
5197a27f
PZ
8Source0: http://waf.googlecode.com/files/%{name}-%{version}.tar.bz2
9# Source0-md5: 9caca69cb435911c9ed6ff0519ce19ae
10URL: http://code.google.com/p/waf/
a4eae65c 11BuildRequires: python
7a16ee04 12BuildArch: noarch
a4eae65c
ER
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%define _libdir %{_prefix}/lib
16
17%description
18Waf is a general-purpose build system which was modelled from Scons.
19Though it comes last in the arena of the build systems, we believe
20that Waf is a vastly superior alternative to its competitors
21(Autotools, Scons, Cmake, Ant, etc) for building software,
22
f7ccf166
JR
23%description -l pl.UTF-8
24Waf to system budowania ogólnego przeznaczenia opracowany na podstawie
25Scons. Mimo że pojawił się jako ostatni na arenie systemów budowania,
26autorzy wierzą, że przewyższa alternatywne narzędzia (Autotools,
67f52179
JB
27Scons, Cmake, Ant itp.).
28
a4eae65c
ER
29%prep
30%setup -q
31
32%build
33./waf-light --make-waf
a4eae65c
ER
34
35%install
36rm -rf $RPM_BUILD_ROOT
5197a27f
PZ
37./waf install \
38 --prefix %{_prefix} \
5870177f 39 --destdir $RPM_BUILD_ROOT
a4eae65c 40
5197a27f
PZ
41%py_comp $RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}-*
42%py_ocomp $RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}-*
a4eae65c
ER
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc README TODO
50%attr(755,root,root) %{_bindir}/waf
5197a27f
PZ
51%dir %{_libdir}/%{name}-%{version}-*
52%dir %{_libdir}/%{name}-%{version}-*/wafadmin
53%{_libdir}/%{name}-%{version}-*/wafadmin/*.py[co]
54%dir %{_libdir}/%{name}-%{version}-*/wafadmin/Tools
55%{_libdir}/%{name}-%{version}-*/wafadmin/Tools/*.py[co]
This page took 0.098248 seconds and 4 git commands to generate.