%global pkg_name ConfigFile %global common_summary Configuration file reading and writing %global common_description Parser and writer for handling sectioned config files in \ Haskell. \ \ The ConfigFile module works with configuration files in a \ standard format that is easy for the user to edit, easy for \ the programmer to work with, yet remains powerful and \ flexible. It is inspired by, and compatible with, Python's \ ConfigParser module. It uses files that resemble Windows \ .INI-style files, but with numerous improvements. \ \ ConfigFile provides simple calls to both read and write \ config files. It's possible to make a config file parsable by \ this module, the Unix shell, and make. Name: ghc-%{pkg_name} Version: 1.1.1 Release: 1%{?dist} Summary: %{common_summary} Group: System Environment/Libraries License: LGPLv2+ # BEGIN cabal2spec URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz ExclusiveArch: %{ghc_arches} BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros %if %{undefined without_hscolour} BuildRequires: hscolour %endif # END cabal2spec BuildRequires: ghc-MissingH-prof, ghc-haskell98-prof, ghc-mtl-prof, ghc-parsec-prof %description %{common_description} %prep %setup -q -n %{pkg_name}-%{version} %build %ghc_lib_build %install %ghc_lib_install mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}/ install -m 644 -p COPY* %{buildroot}%{_docdir}/%{name}-%{version}/ install -m 644 -p README %{buildroot}%{_docdir}/%{name}-%{version}/README %{ghc_lib_package} %changelog * Sat Dec 3 2011 Jens Petersen - 1.1.1-1 - update to 1.1.1 * Mon Oct 24 2011 Marcela Mašláňová - 1.0.6-7.3 - rebuild with new gmp without compat lib * Thu Oct 20 2011 Marcela Mašláňová - 1.0.6-7.2 - rebuild with new gmp without compat lib * Tue Oct 11 2011 Peter Schiffer - 1.0.6-7.1 - rebuild with new gmp * Mon Sep 26 2011 Jens Petersen - 1.0.6-7 - rebuild against MissingH-1.1.1.0 and BR haskell98 * Mon Aug 29 2011 Jens Petersen - 1.0.6-6 - rebuild for hslogger-1.1.5 * Wed Jun 22 2011 Jens Petersen - 1.0.6-5 - BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2) * Wed Mar 16 2011 Jens Petersen - 1.0.6-4 - update to cabal2spec-0.22.5 * Sat Jan 29 2011 Jens Petersen - 1.0.6-3 - update to cabal2spec-0.22.4 * Wed Sep 15 2010 Jens Petersen - 1.0.6-2 - include the COPYRIGHT file too * Sun Sep 05 2010 Ben Boeckel - 1.0.6-1 - Initial package * Sun Sep 5 2010 Fedora Haskell SIG - 1.0.6-0 - initial packaging for Fedora automatically generated by cabal2spec-0.22.2