ghc-regex-posix/ghc-regex-posix.spec

72 lines
1.8 KiB
RPMSpec
Raw Normal View History

2010-01-23 09:15:33 +00:00
%global pkg_name regex-posix
%global common_summary Haskell posix regex backend library
%global common_description The posix regex backend for regex-base.
%global ghc_pkg_deps ghc-regex-base-devel
%bcond_without shared
# debuginfo is not useful for ghc
%global debug_package %{nil}
Name: ghc-%{pkg_name}
# part of haskell-platform-2010.1.0.0
2010-01-23 09:15:33 +00:00
Version: 0.94.1
2010-06-26 13:26:36 +00:00
Release: 4%{?dist}
2010-01-23 09:15:33 +00:00
Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD
URL: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
2010-06-26 13:26:36 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2010-01-23 09:15:33 +00:00
# fedora ghc archs:
ExclusiveArch: %{ix86} x86_64 ppc alpha
2010-06-26 13:26:36 +00:00
BuildRequires: ghc, ghc-doc, ghc-prof
BuildRequires: ghc-rpm-macros >= 0.7.0
2010-01-23 09:15:33 +00:00
%{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
%description
%{common_description}
%if %{with shared}
This package provides the shared library.
%endif
%{?ghc_lib_package}
2010-01-23 09:15:33 +00:00
%prep
%setup -q -n %{pkg_name}-%{version}
%build
2010-06-26 13:26:36 +00:00
%ghc_lib_build
2010-01-23 09:15:33 +00:00
%install
2010-06-26 13:26:36 +00:00
rm -rf $RPM_BUILD_ROOT
%ghc_lib_install
2010-01-23 09:15:33 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
2010-06-26 13:26:36 +00:00
* Sat Jun 26 2010 Jens Petersen <petersen@redhat.com> - 0.94.1-4
- sync cabal2spec-0.22
* Tue Apr 27 2010 Jens Petersen <petersen@redhat.com> - 0.94.1-3
- rebuild against ghc-6.12.2
- condition ghc_lib_package
2010-01-23 09:15:33 +00:00
* Fri Jan 15 2010 Jens Petersen <petersen@redhat.com> - 0.94.1-2
- BSD license
- depends on regexp-base
* Fri Jan 15 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.94.1-1
- initial packaging for Fedora automatically generated by cabal2spec-0.21.1