import ghc-JuicyPixels-3.2.9.3-2.el8
This commit is contained in:
commit
5c411ee7a0
1
.ghc-JuicyPixels.metadata
Normal file
1
.ghc-JuicyPixels.metadata
Normal file
@ -0,0 +1 @@
|
||||
61735e2170563d988f149b55eef71c32ab173287 SOURCES/JuicyPixels-3.2.9.3.tar.gz
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/JuicyPixels-3.2.9.3.tar.gz
|
11
SOURCES/JuicyPixels-3.2.9.3-Progressive-Latin1.patch
Normal file
11
SOURCES/JuicyPixels-3.2.9.3-Progressive-Latin1.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- JuicyPixels-3.2.9.3/src/Codec/Picture/Jpg/Progressive.hs~ 2018-01-01 18:46:06.000000000 +0100
|
||||
+++ JuicyPixels-3.2.9.3/src/Codec/Picture/Jpg/Progressive.hs 2018-01-27 19:26:56.780022170 +0100
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
-- if the displayed MCU block is only displayed in half (like with
|
||||
-- width 500 then we loose one macroblock of the MCU at the end of
|
||||
- -- the line. Previous implementation which naïvely used full mcu
|
||||
+ -- the line. Previous implementation which naively used full mcu
|
||||
-- was wrong. Only taking into account visible macroblocks
|
||||
indexSolo = [base + x
|
||||
| y <- [0 .. compH - 1]
|
121
SPECS/ghc-JuicyPixels.spec
Normal file
121
SPECS/ghc-JuicyPixels.spec
Normal file
@ -0,0 +1,121 @@
|
||||
# generated by cabal-rpm-0.12.1
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name JuicyPixels
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.2.9.3
|
||||
Release: 2%{?dist}
|
||||
Summary: Picture loading and serialization
|
||||
|
||||
License: BSD
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
Patch0: JuicyPixels-3.2.9.3-Progressive-Latin1.patch
|
||||
|
||||
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}
|
||||
Provides: %{name}-doc = %{version}-%{release}
|
||||
%if %{defined ghc_version}
|
||||
Requires: ghc-compiler = %{ghc_version}
|
||||
Requires(post): ghc-compiler = %{ghc_version}
|
||||
Requires(postun): ghc-compiler = %{ghc_version}
|
||||
%endif
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkgver}
|
||||
sed -i 's/\r$//' LICENSE
|
||||
%patch0 -p1 -b .orig
|
||||
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%postun devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
%license LICENSE
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc README.md docimages/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.9.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 3.2.9.3-1
|
||||
- update to 3.2.9.3
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Wed Feb 22 2017 Jens Petersen <petersen@redhat.com> - 3.2.8-1
|
||||
- update to 3.2.8
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.7.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Jun 15 2016 Jens Petersen <petersen@redhat.com> - 3.2.7.1-1
|
||||
- update to 3.2.7.1
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Mon Aug 31 2015 Peter Robinson <pbrobinson@fedoraproject.org> 3.2.2-3
|
||||
- Rebuild (aarch64 vector hashes)
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Wed Jan 21 2015 Jens Petersen <petersen@redhat.com> - 3.2.2-1
|
||||
- update to 3.2.2
|
||||
- fix encoding of LICENSE (#1180460)
|
||||
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user