update to 0.13.0.3 and cabal2spec-0.22.2

- build with hscolour and ghc-rpm-macros-0.8.1
This commit is contained in:
Jens Petersen 2010-08-19 12:38:26 +10:00
parent 9bbba847c7
commit 718f2821e5
3 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
dataenc-0.13.0.2.tar.gz
/dataenc-0.13.0.3.tar.gz

View File

@ -9,13 +9,14 @@ Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,\
uuencode, xxencode, and yEncoding.
%bcond_without shared
%bcond_without hscolour
# debuginfo is not useful for ghc
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.13.0.2
Release: 3%{?dist}
Version: 0.13.0.3
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -26,7 +27,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# fedora ghc archs:
ExclusiveArch: %{ix86} x86_64 ppc alpha
BuildRequires: ghc, ghc-doc, ghc-prof
BuildRequires: ghc-rpm-macros >= 0.7.0
BuildRequires: ghc-rpm-macros >= 0.8.1
%if %{with hscolour}
BuildRequires: hscolour
%endif
%description
%{common_description}
@ -56,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Aug 19 2010 Jens Petersen <petersen@redhat.com> - 0.13.0.3-1
- update to 0.13.0.3
- build with hscolour and ghc-rpm-macros-0.8.1
* Sat Jun 26 2010 Jens Petersen <petersen@redhat.com> - 0.13.0.2-3
- sync cabal2spec-0.22

View File

@ -1 +1 @@
65f6e8fdbc0adef572afdacd2c492289 dataenc-0.13.0.2.tar.gz
e141fb21140627776c3a8f52fa8d7513 dataenc-0.13.0.3.tar.gz