update to 0.13.0.0

This commit is contained in:
Jens Petersen 2014-09-16 16:58:00 +09:00
parent 2bb579157c
commit d5de7a22de
3 changed files with 19 additions and 10 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <petersen@redhat.com> - 0.13.0.0-1
- update to 0.13.0.0
- refresh to cblrpm-0.8.11
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.5.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
8f2ec584741074c1a8ec5ff72eb861f5 gio-0.12.5.0.tar.gz
bfef70a5146e6f389e892a3067de6acb gio-0.13.0.0.tar.gz