This commit is contained in:
Jens Petersen 2015-01-21 22:09:31 +09:00
parent b9f5bf252e
commit 5510b5b8d8
3 changed files with 85 additions and 0 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
/JuicyPixels-3.2.1.tar.gz

83
ghc-JuicyPixels.spec Normal file
View File

@ -0,0 +1,83 @@
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name JuicyPixels
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 3.2.1
Release: 1%{?dist}
Summary: Picture loading and serialization
License: BSD
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-binary-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-primitive-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-vector-devel
BuildRequires: ghc-zlib-devel
# End cabal-rpm deps
%description
This library can load and store images in PNG, Bitmap, Jpeg, Radiance, Tiff and
Gif images.
%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}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
install -p -m 0644 docimages/* %{buildroot}%{ghclibdocdir}/%{pkg_name}
%post devel
%ghc_pkg_recache
%postun devel
%ghc_pkg_recache
%files -f %{name}.files
%doc LICENSE
%files devel -f %{name}-devel.files
%changelog
* Fri Jan 9 2015 Jens Petersen <petersen@redhat.com> - 3.2.1-1
- summary and description
- install docimages under ghclibdocdir
* Fri Jan 9 2015 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 3.2.1
- spec file generated by cabal-rpm-0.9.2

View File

@ -0,0 +1 @@
29fb0932c9ded6d392c992a317746e89 JuicyPixels-3.2.1.tar.gz