]> git.pld-linux.org Git - packages/erlang.git/blob - erlang.spec
- pl, cosmetics, BR: autoconf
[packages/erlang.git] / erlang.spec
1 Summary:        OpenSource Erlang/OTP
2 Summary(pl):    Erlang/OTP z otwartymi ¼ród³ami
3 Name:           otp
4 Version:        R9C_2
5 Release:        0.1
6 Epoch:          1
7 License:        distributable
8 Group:          Development/Languages
9 %define         _version        %(echo %{version} | tr _ -)
10 Source0:        http://www.erlang.org/download/%{name}_src_%{_version}.tar.gz
11 URL:            http://www.erlang.org/
12 BuildRequires:  XFree86-devel
13 BuildRequires:  autoconf
14 BuildRequires:  flex
15 BuildRequires:  perl-base
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Erlang is a programming language designed at the Ericsson Computer
20 Science Laboratory. Open-source Erlang is being released to help
21 encourage the spread of Erlang outside Ericsson.
22
23 %description -l pl
24 Erlang to jêzyk programowania opracowany w Ericsson Computer Science
25 Laboratory. Open-source Erlang zosta³ wydany, aby pomóc w
26 rozpowszechnianiu Erlanga poza Ericssonem.
27
28 %prep
29 %setup -q -n %{name}_src_%{_version}
30
31 %build
32 %{__autoconf}
33 cd lib
34 %{__autoconf}
35 cd erl_interface
36 %{__autoconf}
37 cd ../gs
38 %{__autoconf}
39 cd ../megaco
40 %{__autoconf}
41 cd ../snmp
42 %{__autoconf}
43 cd ../../erts/
44 %{__autoconf}
45 cd ..
46 %configure
47 ERL_TOP=`pwd`; export ERL_TOP
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
62 %attr(755,root,root) %{_bindir}/*
63 %{_datadir}/%{name}
This page took 0.056347 seconds and 4 git commands to generate.