diff --git a/.gitignore b/.gitignore index cf6335b..5139e7f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /gio-0.12.3.tar.gz /gio-0.12.4.tar.gz /gio-0.12.5.0.tar.gz +/gio-0.13.0.0.tar.gz diff --git a/ghc-gio.spec b/ghc-gio.spec index f6d91db..43e7e70 100644 --- a/ghc-gio.spec +++ b/ghc-gio.spec @@ -2,14 +2,17 @@ %global pkg_name gio +# no useful debuginfo for Haskell packages without C sources +%global debug_package %{nil} + Name: ghc-%{pkg_name} -Version: 0.12.5.0 -Release: 3%{?dist} +Version: 0.13.0.0 +Release: 1%{?dist} Summary: Binding to GIO License: LGPLv2+ URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz +Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -24,19 +27,20 @@ BuildRequires: pkgconfig(gio-2.0) # End cabal-rpm deps %description -GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack. -The goal is to overcome the shortcomings of GnomeVFS and provide an API that is -so good that developers prefer it over raw POSIX calls. -Among other things that means using GObject. -It also means not cloning the POSIX API, but providing higher-level, document-centric interfaces. +GIO is striving to provide a modern, easy-to-use VFS API that sits at the right +level in the library stack. The goal is to overcome the shortcomings of +GnomeVFS and provide an API that is so good that developers prefer it over raw +POSIX calls. Among other things that means using GObject. It also means not +cloning the POSIX API, but providing higher-level, document-centric interfaces. %package devel Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} # Begin cabal-rpm deps: Requires: pkgconfig(gio-2.0) # End cabal-rpm deps @@ -76,6 +80,10 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version} %changelog +* Tue Sep 16 2014 Jens Petersen - 0.13.0.0-1 +- update to 0.13.0.0 +- refresh to cblrpm-0.8.11 + * Sat Aug 16 2014 Fedora Release Engineering - 0.12.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 5e5aefe..5429a1f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f2ec584741074c1a8ec5ff72eb861f5 gio-0.12.5.0.tar.gz +bfef70a5146e6f389e892a3067de6acb gio-0.13.0.0.tar.gz