Accepting request 185236 from devel:languages:haskell:platform

Update for Haskell Paltform 2013.2.0.0

OBS-URL: https://build.opensuse.org/request/show/185236
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=33
This commit is contained in:
Peter Trommler 2013-08-01 07:58:01 +00:00 committed by Git OBS Bridge
parent 3ea3808c1a
commit 1f3af55fe9
3 changed files with 22 additions and 12 deletions

3
alex-3.0.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3326417a0538e355e5ad1871ab931b9c8145391e8b2ff79668eb643d9b99659
size 100004

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 7 14:03:17 UTC 2013 - peter.trommler@ohm-hochschule.de
- update to 3.0.5 from upstream
* performance improvement with certain grammars ~30%
- part of Haskell Platform 2013.2
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 17 13:46:06 UTC 2012 - peter.trommler@ohm-hochschule.de Sat Nov 17 13:46:06 UTC 2012 - peter.trommler@ohm-hochschule.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package alex # spec file for package alex
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Peter Trommler peter.trommler@ohm-hochschule.de # Copyright (c) 2012 Peter Trommler peter.trommler@ohm-hochschule.de
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -13,28 +13,31 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: alex Name: alex
Version: 3.0.2 Version: 3.0.5
Release: 0 Release: 0
Summary: Tool for generating lexical analysers in Haskell Summary: Tool for generating lexical analysers in Haskell
Group: Development/Languages/Other
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
# BEGIN cabal2spec # BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{name} Url: http://hackage.haskell.org/package/%{name}
Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
ExclusiveArch: %{ix86} x86_64 %{ghc_arches} ExclusiveArch: %{ix86} x86_64 %{ghc_arches}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-QuickCheck-devel
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-rpm-macros
# END cabal2spec # END cabal2spec
%description %description
Tool for generating lexical analysers in Haskell similar to lex Tool for generating lexical analysers in Haskell similar to lex
@ -42,14 +45,12 @@ Tool for generating lexical analysers in Haskell similar to lex
%prep %prep
%setup -q %setup -q
%build %build
%ghc_bin_build %ghc_bin_build
cd doc cd doc
test -f configure || autoreconf test -f configure || autoreconf
./configure ./configure
%install %install
%ghc_bin_install %ghc_bin_install
mkdir -p %{buildroot}/%{_mandir}/man1 mkdir -p %{buildroot}/%{_mandir}/man1
@ -62,5 +63,4 @@ cp doc/alex.1 %{buildroot}/%{_mandir}/man1
%{_datadir}/%{name}-%{version} %{_datadir}/%{name}-%{version}
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog