parent
854dd2050e
commit
caa70d1747
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/hashable-1.1.2.3.tar.gz
|
||||
/hashable-1.1.2.5.tar.gz
|
||||
/hashable-1.2.2.0.tar.gz
|
||||
/hashable-1.2.3.3.tar.gz
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
# part of haskell-platform
|
||||
Version: 1.2.2.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.2.3.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Class for types convertible to a hash value
|
||||
|
||||
License: BSD
|
||||
@ -60,6 +60,8 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||
|
||||
|
||||
%check
|
||||
%if %{with tests}
|
||||
@ -76,7 +78,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
@ -84,6 +86,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 1.2.3.3-1
|
||||
- update to 1.2.3.3
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user