]> git.pld-linux.org Git - packages/boost-jam.git/blob - boost-jam.spec
- up to 3.1.15
[packages/boost-jam.git] / boost-jam.spec
1 Summary:        Boost Jam - build tool
2 Summary(pl.UTF-8):      Boost Jam - narzędzie do budowania
3 Name:           boost-jam
4 Version:        3.1.15
5 Release:        1
6 License:        BSD-like
7 Group:          Development/Tools
8 Source0:        http://dl.sourceforge.net/boost/%{name}-%{version}.tgz
9 # Source0-md5:  dbf3f5a36df4c96c555e365773f54ba7
10 URL:            http://www.boost.org/
11 BuildRequires:  docbook-dtd41-sgml
12 BuildRequires:  docbook-utils
13 BuildRequires:  perl-base
14 BuildRequires:  sgml-tools
15 Provides:       jam
16 Obsoletes:      jam
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Boost Jam is a build tool based on FTJam, which in turn is based on
21 Perforce Jam. It contains significant improvements made to facilitate
22 its use in the Boost Build System, but should be backward compatible
23 with Perforce Jam.
24
25 %description -l pl.UTF-8
26 Boost Jam jest narzędziem służącym do budowania, opartym o FTJam,
27 który jest dla odmiany oparty na Perforce Jam. Zawiera znaczące
28 usprawnienia wprowadzone dla ułatwienia użycia w Boost Build System,
29 ale powinien być wstecznie kompatybilny z Perforce Jam.
30
31 %prep
32 %setup -q
33
34 %{__perl} -pi -e 's/-s -O /%{rpmldflags} /' build.jam
35
36 %build
37 CC="%{__cc}" \
38 CFLAGS="%{rpmcflags}" \
39 LOCATE_TARGET=bin \
40 ./build.sh cc -d2
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{_bindir}
45
46 install bin/bjam $RPM_BUILD_ROOT%{_bindir}/bjam-%{version}
47 ln -sf bjam-%{version} $RPM_BUILD_ROOT%{_bindir}/bjam
48 ln -sf bjam-%{version} $RPM_BUILD_ROOT%{_bindir}/jam
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc jam LICENSE_1_0.txt index.html images boost.png boostbook.css
56 %attr(755,root,root) %{_bindir}/*
This page took 0.073116 seconds and 3 git commands to generate.