From f20525846e42341747e42534685cbb7447d9ef97 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Nov 08 2012 09:06:10 +0000 Subject: update to 1.6.0.2 use upstream summary --- diff --git a/.gitignore b/.gitignore index b2dbfe7..086536e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ X11-1.5.0.0.tar.gz /X11-1.5.0.1.tar.gz /X11-1.6.0.tar.gz +/X11-1.6.0.2.tar.gz diff --git a/ghc-X11.spec b/ghc-X11.spec index 124eb48..c1cf8bf 100644 --- a/ghc-X11.spec +++ b/ghc-X11.spec @@ -1,30 +1,28 @@ -# cabal2spec-0.25.2 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell %global pkg_name X11 -%global common_summary Haskell %{pkg_name} library +%global common_summary A binding to the X11 graphics library -%global common_description The library consists of bindings to direct translations of the C bindings;\ +%global common_description A Haskell binding to the X11 graphics library.\ +The binding is a direct translation of the C binding;\ for documentation of these calls, refer to "The Xlib Programming Manual",\ available online at . - Name: ghc-%{pkg_name} -Version: 1.6.0 -Release: 4%{?dist} +Version: 1.6.0.2 +Release: 1%{?dist} Summary: %{common_summary} -Group: System Environment/Libraries License: BSD -# 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 %{!?without_hscolour:hscolour} -# END cabal2spec +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: +# End cabal-rpm deps BuildRequires: libXinerama-devel%{?_isa} BuildRequires: libX11-devel%{?_isa} BuildRequires: libXext-devel%{?_isa} @@ -63,6 +61,9 @@ Requires: libXrandr-devel%{?_isa} %changelog +* Thu Nov 08 2012 Jens Petersen - 1.6.0.2-1 +- update to 1.6.0.2 + * Thu Jul 19 2012 Fedora Release Engineering - 1.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 304376b..aaef2ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8199520ce58e91762d31d54ed081b99c X11-1.6.0.tar.gz +0227ba7a8788c3cfd146e952a5fafc82 X11-1.6.0.2.tar.gz