Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
@ -1 +0,0 @@
|
|||||||
f33dfc497c6b227907d02a285dfded06d5f00012 SOURCES/hashable-1.2.6.1.tar.gz
|
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
SOURCES/hashable-1.2.6.1.tar.gz
|
|
@ -1,167 +0,0 @@
|
|||||||
# generated by cabal-rpm-0.12.1
|
|
||||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
||||||
|
|
||||||
%global pkg_name hashable
|
|
||||||
%global pkgver %{pkg_name}-%{version}
|
|
||||||
|
|
||||||
%bcond_with tests
|
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
|
||||||
Version: 1.2.6.1
|
|
||||||
Release: 2%{?dist}
|
|
||||||
Summary: A class for types that can be converted to a hash value
|
|
||||||
|
|
||||||
License: BSD
|
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
||||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
||||||
|
|
||||||
BuildRequires: ghc-Cabal-devel
|
|
||||||
BuildRequires: ghc-rpm-macros
|
|
||||||
# Begin cabal-rpm deps:
|
|
||||||
BuildRequires: ghc-bytestring-devel
|
|
||||||
BuildRequires: ghc-deepseq-devel
|
|
||||||
BuildRequires: ghc-text-devel
|
|
||||||
%if %{with tests}
|
|
||||||
BuildRequires: ghc-HUnit-devel
|
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
|
||||||
BuildRequires: ghc-random-devel
|
|
||||||
BuildRequires: ghc-test-framework-devel
|
|
||||||
BuildRequires: ghc-test-framework-hunit-devel
|
|
||||||
BuildRequires: ghc-test-framework-quickcheck2-devel
|
|
||||||
BuildRequires: ghc-unix-devel
|
|
||||||
%endif
|
|
||||||
# End cabal-rpm deps
|
|
||||||
|
|
||||||
%description
|
|
||||||
This package defines a class, 'Hashable', for types that can be converted to a
|
|
||||||
hash value. This class exists for the benefit of hashing-based data structures.
|
|
||||||
The package provides instances for basic types and a way to combine hash
|
|
||||||
values.
|
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Summary: Haskell %{pkg_name} library development files
|
|
||||||
Provides: %{name}-static = %{version}-%{release}
|
|
||||||
Provides: %{name}-doc = %{version}-%{release}
|
|
||||||
%if %{defined ghc_version}
|
|
||||||
Requires: ghc-compiler = %{ghc_version}
|
|
||||||
Requires(post): ghc-compiler = %{ghc_version}
|
|
||||||
Requires(postun): ghc-compiler = %{ghc_version}
|
|
||||||
%endif
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
This package provides the Haskell %{pkg_name} library development files.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n %{pkgver}
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
%ghc_lib_build
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
%ghc_lib_install
|
|
||||||
|
|
||||||
|
|
||||||
%check
|
|
||||||
%cabal_test
|
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
|
||||||
%ghc_pkg_recache
|
|
||||||
|
|
||||||
|
|
||||||
%postun devel
|
|
||||||
%ghc_pkg_recache
|
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
|
||||||
%license LICENSE
|
|
||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
|
||||||
%doc CHANGES.md README.md examples
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 1.2.6.1-1
|
|
||||||
- update to 1.2.6.1
|
|
||||||
|
|
||||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Feb 21 2017 Jens Petersen <petersen@redhat.com> - 1.2.5.0-1
|
|
||||||
- update to 1.2.5.0
|
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 1.2.4.0-1
|
|
||||||
- update to 1.2.4.0
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* Fri Aug 8 2014 Jens Petersen <petersen@redhat.com> - 1.2.2.0-1
|
|
||||||
- update to 1.2.2.0
|
|
||||||
|
|
||||||
* Thu Jun 19 2014 Jens Petersen <petersen@redhat.com> - 1.1.2.5-5
|
|
||||||
- update packaging with cblrpm-0.8.11
|
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2.5-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat May 4 2013 Jens Petersen <petersen@redhat.com> - 1.1.2.5-3
|
|
||||||
- part of haskell-platform-2013.2
|
|
||||||
- update to cabal-rpm-0.8.0
|
|
||||||
|
|
||||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2.5-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Nov 07 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.5-1
|
|
||||||
- update to 1.1.2.5
|
|
||||||
|
|
||||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2.3-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.3-4
|
|
||||||
- change prof BRs to devel
|
|
||||||
|
|
||||||
* Fri Jun 15 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.3-3
|
|
||||||
- rebuild
|
|
||||||
|
|
||||||
* Thu Mar 22 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.3-2
|
|
||||||
- add license to ghc_files
|
|
||||||
|
|
||||||
* Wed Mar 7 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.3-1
|
|
||||||
- update to 1.1.2.3
|
|
||||||
|
|
||||||
* Thu Jan 5 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.2-1
|
|
||||||
- update to 1.1.2.2 and cabal2spec-0.25.2
|
|
||||||
|
|
||||||
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.1.2.1-3
|
|
||||||
- rebuild with new gmp
|
|
||||||
|
|
||||||
* Sat Oct 8 2011 Jens Petersen <petersen@redhat.com> - 1.1.2.1-2
|
|
||||||
- condition BR hscolour
|
|
||||||
|
|
||||||
* Mon Aug 22 2011 Jens Petersen <petersen@redhat.com> - 1.1.2.1-1
|
|
||||||
- BSD
|
|
||||||
|
|
||||||
* Mon Aug 22 2011 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.1.2.1-0
|
|
||||||
- initial packaging for Fedora automatically generated by cabal2spec-0.23.2
|
|
1
dead.package
Normal file
1
dead.package
Normal file
@ -0,0 +1 @@
|
|||||||
|
ghc-hashable package is retired on branch c10s for BAKERY-412
|
Loading…
Reference in New Issue
Block a user