update to 0.5.0.1 and cabal2spec-0.23

This commit is contained in:
Jens Petersen 2011-05-28 17:00:56 +09:00
parent 6be79021cd
commit a97531897b
3 changed files with 12 additions and 9 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/texmath-0.4.tar.gz
/texmath-0.5.0.1.tar.gz

View File

@ -6,11 +6,9 @@
presentation MathML. It supports basic LaTeX and AMS extensions, and it can\
parse and apply LaTeX macros.
%global ghc_pkg_deps ghc-parsec-devel, ghc-syb-devel, ghc-xml-devel
Name: ghc-%{pkg_name}
Version: 0.4
Release: 6%{?dist}
Version: 0.5.0.1
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -18,11 +16,11 @@ License: GPLv2+
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
# fedora ghc archs:
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9
BuildRequires: ghc, ghc-doc, ghc-prof
BuildRequires: ghc-rpm-macros >= 0.7.3
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64
BuildRequires: ghc-prof
BuildRequires: ghc-rpm-macros
BuildRequires: hscolour
%{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
BuildRequires: ghc-parsec-prof, ghc-syb-prof, ghc-xml-prof
%description
%{common_description}
@ -47,6 +45,10 @@ rm -r $RPM_BUILD_ROOT%{_datadir}/%{pkg_name}-%{version}
%changelog
* Sat May 28 2011 Jens Petersen <petersen@redhat.com> - 0.5.0.1-1
- update to 0.5.0.1
- update to cabal2spec-0.23: add ppc64
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.4-6
- Enable build on sparcv9

View File

@ -1 +1 @@
df56a9500db917b7e0648f24202e6493 texmath-0.4.tar.gz
a678251586117a3153be03fe7d039cb5 texmath-0.5.0.1.tar.gz