|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%global pkg_name JuicyPixels
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 3.2.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 3.2.6.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Picture loading and serialization
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -54,7 +54,7 @@ sed -i 's/\r$//' LICENSE
|
|
|
|
|
%install
|
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
install -p -m 0644 docimages/* %{buildroot}%{ghcpkgdocdir}
|
|
|
|
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post devel
|
|
|
|
@ -66,13 +66,17 @@ install -p -m 0644 docimages/* %{buildroot}%{ghcpkgdocdir}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
|
%doc README.md docimages/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Sep 17 2015 Jens Petersen <petersen@redhat.com> - 3.2.6.1-1
|
|
|
|
|
- update to 3.2.6.1
|
|
|
|
|
|
|
|
|
|
* Mon Aug 31 2015 Peter Robinson <pbrobinson@fedoraproject.org> 3.2.2-3
|
|
|
|
|
- Rebuild (aarch64 vector hashes)
|
|
|
|
|
|
|
|
|
|