update to 0.13.3.1
This commit is contained in:
parent
879f2576be
commit
73efe610b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/gio-0.13.0.4.tar.gz
|
/gio-0.13.0.4.tar.gz
|
||||||
/gio-0.13.1.0.tar.gz
|
/gio-0.13.1.0.tar.gz
|
||||||
/gio-0.13.1.1.tar.gz
|
/gio-0.13.1.1.tar.gz
|
||||||
|
/gio-0.13.3.1.tar.gz
|
||||||
|
16
ghc-gio.spec
16
ghc-gio.spec
@ -1,15 +1,17 @@
|
|||||||
|
# generated by cabal-rpm-0.11.1
|
||||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||||
|
|
||||||
%global pkg_name gio
|
%global pkg_name gio
|
||||||
|
%global pkgver %{pkg_name}-%{version}
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.13.1.1
|
Version: 0.13.3.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Binding to GIO
|
Summary: Binding to GIO
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||||
|
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
@ -18,8 +20,9 @@ BuildRequires: ghc-array-devel
|
|||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-glib-devel
|
BuildRequires: ghc-glib-devel
|
||||||
|
BuildRequires: ghc-gtk2hs-buildtools-devel
|
||||||
|
BuildRequires: ghc-gtk2hs-buildtools-devel
|
||||||
BuildRequires: ghc-mtl-devel
|
BuildRequires: ghc-mtl-devel
|
||||||
BuildRequires: gtk2hs-buildtools
|
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
|
|
||||||
@ -47,7 +50,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkgver}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -78,6 +81,9 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 22 2017 Jens Petersen <petersen@redhat.com> - 0.13.3.1-1
|
||||||
|
- update to 0.13.3.1
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1.1-2
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user