]> git.pld-linux.org Git - packages/waf.git/blame - waf.spec
- updated to 1.4.4
[packages/waf.git] / waf.spec
CommitLineData
a4eae65c 1Summary: The Waf build system
1a3366fc 2Summary(pl.UTF-8): System budowania Waf
a4eae65c 3Name: waf
3ab764dc
MB
4Version: 1.4.4
5Release: 1
a4eae65c
ER
6License: BSD
7Group: Development/Building
5197a27f 8Source0: http://waf.googlecode.com/files/%{name}-%{version}.tar.bz2
3ab764dc 9# Source0-md5: 6a809e446497b710592579772c8b22bd
5197a27f 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
3ab764dc 33./waf-light configure --prefix=%{_prefix}
eee1fde5 34./waf-light --make-waf
a4eae65c
ER
35
36%install
37rm -rf $RPM_BUILD_ROOT
ef81e8f4 38echo y | ./waf install \
5197a27f 39 --prefix %{_prefix} \
5870177f 40 --destdir $RPM_BUILD_ROOT
a4eae65c 41
5197a27f
PZ
42%py_comp $RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}-*
43%py_ocomp $RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}-*
a4eae65c
ER
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc README TODO
51%attr(755,root,root) %{_bindir}/waf
5197a27f
PZ
52%dir %{_libdir}/%{name}-%{version}-*
53%dir %{_libdir}/%{name}-%{version}-*/wafadmin
54%{_libdir}/%{name}-%{version}-*/wafadmin/*.py[co]
55%dir %{_libdir}/%{name}-%{version}-*/wafadmin/Tools
56%{_libdir}/%{name}-%{version}-*/wafadmin/Tools/*.py[co]
This page took 0.116344 seconds and 4 git commands to generate.