]> git.pld-linux.org Git - packages/erlang.git/commitdiff
- adapterized (killed trailing spaces/tabs)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 28 Feb 2006 23:37:25 +0000 (23:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    erlang.spec -> 1.26

erlang.spec

index 387335e0821bf0fa7a8506ab20247090ce5ce4cc..18bb6a0b68c1dae009cf1a971007a4414b44f5d0 100644 (file)
@@ -5,16 +5,16 @@
 # Conditional build:
 %bcond_with    java            # with Java support
 %bcond_without odbc            # without unixODBC support
-# 
+#
 Summary:       OpenSource Erlang/OTP
 Summary(pl):   Erlang/OTP z otwartymi ¼ród³ami
 Name:          erlang
 Version:       R10B_9
 Release:       1
 Epoch:         1
+%define                _version        %(echo %{version} | tr _ -)
 License:       distributable
 Group:         Development/Languages
-%define                _version        %(echo %{version} | tr _ -)
 Source0:       http://www.erlang.org/download/otp_src_%{_version}.tar.gz
 # Source0-md5: 05791e9097f36202eb705df2a1db6500
 Source1:       http://www.erlang.org/download/otp_doc_man_R10B-9.tar.gz
@@ -23,23 +23,23 @@ Patch0:             %{name}-fPIC.patch
 Patch1:                %{name}-optional_java.patch
 Patch2:                %{name}-hipe_optimistic_regalloc_once_only.patch
 URL:           http://www.erlang.org/
+%{?with_java:BuildRequires:    /usr/bin/jar}
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
-%{?with_java:BuildRequires:    jdk >= 1.2}
-%{?with_java:BuildRequires:    /usr/bin/jar}
 BuildRequires: flex
+%{?with_java:BuildRequires:    jdk >= 1.2}
 BuildRequires: ncurses-devel
 BuildRequires: openssl-devel >= 0.9.7
 Buildrequires: openssl-tools
 BuildRequires: perl-base
 %if %{with odbc}
-BuildRequires:  unixODBC-devel
+BuildRequires: unixODBC-devel
 %else
-BuildConflicts: unixODBC-devel
+BuildConflicts:        unixODBC-devel
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-       
+
 %define _erl_target %(echo %{_build} | sed -e's/amd64/x86_64/;s/athlon/i686/;s/ppc/powerpc/')
 
 %description
This page took 0.032144 seconds and 4 git commands to generate.