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