update to 3.2.2 and convert LICENSE to unix line-ending
This commit is contained in:
parent
5510b5b8d8
commit
f521a8da67
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/JuicyPixels-3.2.1.tar.gz
|
/JuicyPixels-3.2.1.tar.gz
|
||||||
|
/JuicyPixels-3.2.2.tar.gz
|
||||||
|
@ -2,11 +2,8 @@
|
|||||||
|
|
||||||
%global pkg_name JuicyPixels
|
%global pkg_name JuicyPixels
|
||||||
|
|
||||||
# no useful debuginfo for Haskell packages without C sources
|
|
||||||
%global debug_package %{nil}
|
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Picture loading and serialization
|
Summary: Picture loading and serialization
|
||||||
|
|
||||||
@ -47,6 +44,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
sed -i 's/\r$//' LICENSE
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -75,6 +73,10 @@ install -p -m 0644 docimages/* %{buildroot}%{ghclibdocdir}/%{pkg_name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Jan 9 2015 Jens Petersen <petersen@redhat.com> - 3.2.1-1
|
||||||
- summary and description
|
- summary and description
|
||||||
- install docimages under ghclibdocdir
|
- install docimages under ghclibdocdir
|
||||||
|
Loading…
Reference in New Issue
Block a user