Accepting request 185367 from devel:languages:haskell
Update for Haskell Paltform 2013.2.0.0 (forwarded request 185236 from ptrommler) OBS-URL: https://build.opensuse.org/request/show/185367 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alex?expand=0&rev=3
This commit is contained in:
commit
f973ba384b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:997e33342c3c6e0edfff862f051fc286bd661f442d09d1bc02cd6e9d22083164
|
|
||||||
size 100396
|
|
3
alex-3.0.5.tar.gz
Normal file
3
alex-3.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c3326417a0538e355e5ad1871ab931b9c8145391e8b2ff79668eb643d9b99659
|
||||||
|
size 100004
|
@ -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
|
||||||
|
|
||||||
|
24
alex.spec
24
alex.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user