parent
a628ef7f4a
commit
8224f7486f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
/JuicyPixels-3.2.1.tar.gz
|
||||
/JuicyPixels-3.2.2.tar.gz
|
||||
/JuicyPixels-3.2.6.1.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
%global pkg_name JuicyPixels
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.2.6.1
|
||||
Release: 1%{?dist}
|
||||
Version: 3.2.2
|
||||
Release: 3%{?dist}
|
||||
Summary: Picture loading and serialization
|
||||
|
||||
License: BSD
|
||||
@ -54,7 +54,7 @@ sed -i 's/\r$//' LICENSE
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||
install -p -m 0644 docimages/* %{buildroot}%{ghcpkgdocdir}
|
||||
|
||||
|
||||
%post devel
|
||||
@ -66,17 +66,13 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
%license LICENSE
|
||||
%doc 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user