/[packages]/cauldron/ftjam/current/SPECS/ftjam.spec
ViewVC logotype

Contents of /cauldron/ftjam/current/SPECS/ftjam.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1858060 - (show annotations) (download)
Sat May 14 07:42:25 2022 UTC (23 months ago) by wally
File size: 994 byte(s)
- remove unneeded boost-jam conflicts
- clean description
1 Name: ftjam
2 Version: 2.5.3rc2
3 Release: %mkrel 0.20
4 Summary: Replacement for make
5 License: BSD-like
6 Group: Development/Other
7 URL: https://www.freetype.org/jam/index.html
8 Source0: https://downloads.sourceforge.net/freetype/%{name}-%{version}.tar.bz2
9 Patch0: ftjam-2.5.3-nostrip.patch
10 Patch1: ftjam-2.5.3-false-flags.patch
11 Obsoletes: jam
12 Provides: jam
13 BuildRequires: byacc
14 BuildRequires: dos2unix
15
16 %description
17 We highly recommend that you use FT Jam as it is 100% backwards compatible with
18 classic Jam and can be used as a plug-in replacement for it.
19
20 Alternatively, FT Jam exists because Perforce hadn't the time to update Jam in
21 a very long time, and we still hope that these improvements will be integrated
22 back to classic Jam as soon as possible.
23
24 %prep
25 %setup -q
26 %patch0 -p1
27
28 # fix CRLF
29 dos2unix README RELNOTES Porting
30
31 %build
32 export CCFLAGS="%{optflags}" LINKFLAGS="%{ldflags}"
33 %configure
34 %make_build
35
36 %install
37 %make_install
38
39 %files
40 %doc *.html README RELNOTES Porting
41 %{_bindir}/jam

  ViewVC Help
Powered by ViewVC 1.1.30