# link with shared libs %bcond_without dynamic # ghc does not emit debug information %global debug_package %{nil} Name: alex # part of haskell-platform-2010.2.0.0 Version: 2.3.3 Release: 1%{?dist} Summary: A lexer generator for Haskell Group: Development/Tools License: BSD URL: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/%{name} Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # fedora ghc archs: ExclusiveArch: %{ix86} x86_64 ppc alpha BuildRequires: ghc BuildRequires: ghc-rpm-macros >= 0.7.0 BuildRequires: autoconf docbook-style-xsl libxslt %description Alex is a tool for generating lexical analysers in Haskell, given a description of the tokens to be recognised in the form of regular expressions. It is similar to the tool lex or flex for C/C++. %prep %setup -q %build %ghc_bin_build cd doc autoreconf ./configure --prefix=%{_prefix} --libdir=%{_libdir} make html cd .. %install rm -rf $RPM_BUILD_ROOT %ghc_bin_install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ANNOUNCE LICENSE README TODO doc/alex examples %{_bindir}/%{name} %{_datadir}/%{name}-%{version} %changelog * Fri Jul 16 2010 Jens Petersen - 2.3.3-1 - 2.3.3 release for haskell-platform-2010.2.0.0 * Sun Jun 27 2010 Jens Petersen - 2.3.2-3 - sync cabal2spec-0.22.1 * Sat Apr 24 2010 Jens Petersen - 2.3.2-2 - rebuild against ghc-6.12.2 * Wed Mar 24 2010 Jens Petersen - 2.3.2-1 - update to 2.3.2 for haskell-platform-2010.1.0.0 * Mon Jan 11 2010 Jens Petersen - 2.3.1-8 - dynamic bcond is now handled by cabal_configure - drop redundant buildroot and its install cleaning * Tue Dec 22 2009 Jens Petersen - add bcond for dynamic linking * Mon Dec 21 2009 Jens Petersen - 2.3.1-7 - build dynamically with ghc-6.12.1 * Fri Jul 24 2009 Fedora Release Engineering - 2.3.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sun May 17 2009 Jens Petersen - 2.3.1-5 - buildrequires ghc-rpm-macros * Fri Apr 24 2009 Jens Petersen - 2.3.1-4 - rebuild against ghc-6.10.2 * Tue Mar 10 2009 Jens Petersen - 2.3.1-3 - update arch list and bring closer to cabal2spec-0.12 * Mon Feb 23 2009 Fedora Release Engineering - 2.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Dec 11 2008 Jens Petersen - 2.3.1-1 - update to 2.3.1 - no longer need alex-2.3-base3.patch * Tue Nov 25 2008 Jens Petersen - 2.3-2 - build with new macros - update urls to point to hackage - add alex-2.3-base3.patch to build with base-3 for ghc-6.10.1 * Mon Oct 13 2008 Bryan O'Sullivan - 2.3-1 - Update to 2.3 * Thu May 29 2008 Tom "spot" Callaway - 2.2-3 - fix license tag * Mon Feb 18 2008 Fedora Release Engineering - 2.2-2 - Autorebuild for GCC 4.3 * Fri Jan 4 2008 Jens Petersen - 2.2-1 - update to 2.2 release * Fri Nov 23 2007 Bryan O'Sullivan - 2.1.0-6 - Exclude alpha * Tue Sep 25 2007 Bryan O'Sullivan - 2.1.0-5 - don't try to build on ppc64 * Tue Sep 25 2007 Bryan O'Sullivan - 2.1.0-4 - build requires autoconf * Sun Jul 22 2007 Bryan O'Sullivan - 2.1.0-3 - apply a few cleanups from Jens Petersen * Tue Apr 26 2007 Bryan O'Sullivan - 2.1.0-2 - fix a few style issues * Fri Jan 19 2007 Bryan O'Sullivan - 2.1.0-1 - update to 2.1.0 - fix rpmlint errors * Fri May 6 2005 Jens Petersen - 2.0.1-1 - initial packaging for Fedora Haskell based on upstream spec file