/[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 68051 - (show annotations) (download)
Fri Mar 11 00:05:51 2011 UTC (13 years, 1 month ago) by stormi
File size: 1085 byte(s)
imported package ftjam
1 Name: ftjam
2 Version: 2.5.3rc2
3 Release: %mkrel 0.7
4 Summary: Replacement for make
5 License: BSD-like
6 Group: Development/Other
7 URL: http://www.freetype.org/jam/index.html
8 Source0: http://mesh.dl.sourceforge.net/sourceforge/freetype/%{name}-%{version}.tar.bz2
9 Patch0: ftjam-2.5.3-nostrip.patch
10 Conflicts: boost-jam
11 Obsoletes: jam
12 Provides: jam
13 BuildRequires: byacc
14 BuildRequires: dos2unix
15 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
16
17 %description
18 We highly recommend that you use FT Jam as it is 100% backwards
19 compatible with classic Jam and can be used as a plug-in
20 replacement for it.
21
22 Alternatively, FT Jam exists because Perforce hadn't the time
23 to update Jam in a very long time, and we still hope that these
24 improvements will be integrated back to classic Jam as soon as possible.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29
30 # fix CRLF
31 dos2unix -U README RELNOTES Porting
32
33 %build
34 %configure2_5x
35 %make
36
37 %install
38 rm -rf %{buildroot}
39 %makeinstall
40
41 %clean
42 rm -rf %{buildroot}
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.html README RELNOTES Porting
47 %attr(755,root,root) %{_bindir}/jam
48
49

  ViewVC Help
Powered by ViewVC 1.1.30