Compare commits
No commits in common. "d43f96c75cd98180b3ddae2c44869e0e5e539c3c" and "c8" have entirely different histories.
d43f96c75c
...
c8
1
.ghc-syb.metadata
Normal file
1
.ghc-syb.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
61884ece466db20ac2b4172f59018a9c99397f55 SOURCES/syb-0.7.tar.gz
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SOURCES/syb-0.7.tar.gz
|
175
SPECS/ghc-syb.spec
Normal file
175
SPECS/ghc-syb.spec
Normal file
@ -0,0 +1,175 @@
|
|||||||
|
# generated by cabal-rpm-0.12.1
|
||||||
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||||
|
|
||||||
|
%global pkg_name syb
|
||||||
|
%global pkgver %{pkg_name}-%{version}
|
||||||
|
|
||||||
|
# disable temporarily to build with only ghc
|
||||||
|
%bcond_with tests
|
||||||
|
|
||||||
|
Name: ghc-%{pkg_name}
|
||||||
|
# part of haskell-platform
|
||||||
|
Version: 0.7
|
||||||
|
Release: 2%{?dist}
|
||||||
|
Summary: Scrap Your Boilerplate
|
||||||
|
|
||||||
|
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:
|
||||||
|
%if %{with tests}
|
||||||
|
BuildRequires: ghc-HUnit-devel
|
||||||
|
BuildRequires: ghc-containers-devel
|
||||||
|
BuildRequires: ghc-mtl-devel
|
||||||
|
%endif
|
||||||
|
# End cabal-rpm deps
|
||||||
|
BuildRequires: dos2unix
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package contains the generics system described in the "Scrap Your
|
||||||
|
Boilerplate" papers (see <http://www.cs.uu.nl/wiki/GenericProgramming/SYB>).
|
||||||
|
It defines the 'Data' class of types permitting folding and unfolding of
|
||||||
|
constructor applications, instances of this class for primitive types, and
|
||||||
|
a variety of traversals.
|
||||||
|
|
||||||
|
|
||||||
|
%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}
|
||||||
|
|
||||||
|
dos2unix LICENSE README
|
||||||
|
|
||||||
|
%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 README
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.7-1
|
||||||
|
- update to 0.7
|
||||||
|
|
||||||
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 24 2017 Jens Petersen <petersen@redhat.com> - 0.6-3
|
||||||
|
- refresh to cabal-rpm-0.11.1
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 14 2016 Jens Petersen <petersen@redhat.com> - 0.6-1
|
||||||
|
- update to 0.6
|
||||||
|
|
||||||
|
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 0.5.1-1
|
||||||
|
- update to 0.5.1
|
||||||
|
|
||||||
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Aug 8 2014 Jens Petersen <petersen@redhat.com> - 0.4.1-1
|
||||||
|
- update to 0.4.1
|
||||||
|
- tests fail on armv7
|
||||||
|
|
||||||
|
* Tue Jul 8 2014 Jens Petersen <petersen@redhat.com> - 0.4.0-36
|
||||||
|
- update to cblrpm-0.8.11
|
||||||
|
|
||||||
|
* Fri Apr 18 2014 Jens Petersen <petersen@redhat.com> - 0.4.0-35
|
||||||
|
- bump over haskell-platform
|
||||||
|
|
||||||
|
* Tue Jan 7 2014 Jens Petersen <petersen@redhat.com> - 0.4.0-29
|
||||||
|
- update to 0.4.0
|
||||||
|
- unsubpackage from haskell-platform with cabal-rpm-0.8.7
|
||||||
|
|
||||||
|
* Tue Mar 20 2012 Jens Petersen <petersen@redhat.com> - 0.3.6-1
|
||||||
|
- update to 0.3.6
|
||||||
|
|
||||||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Dec 28 2011 Jens Petersen <petersen@redhat.com> - 0.3.3-2
|
||||||
|
- move ghc_devel_package and ghc_devel_description to avoid srpm description
|
||||||
|
|
||||||
|
* Tue Dec 27 2011 Jens Petersen <petersen@redhat.com> - 0.3.3-1
|
||||||
|
- update to 0.3.3 for haskell-platform-2011.4.0.0
|
||||||
|
- update to cabal2spec-0.25.1
|
||||||
|
- add README to devel doc
|
||||||
|
|
||||||
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.3-8
|
||||||
|
- rebuild with new gmp
|
||||||
|
|
||||||
|
* Tue Jun 21 2011 Jens Petersen <petersen@redhat.com> - 0.3-7
|
||||||
|
- ghc_arches replaces ghc_excluded_archs
|
||||||
|
|
||||||
|
* Mon Jun 20 2011 Jens Petersen <petersen@redhat.com> - 0.3-6
|
||||||
|
- BR ghc-Cabal-devel and use ghc_excluded_archs
|
||||||
|
|
||||||
|
* Wed May 25 2011 Jens Petersen <petersen@redhat.com> - 0.3-5
|
||||||
|
- update to cabal2spec-0.22.7
|
||||||
|
|
||||||
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.3-4
|
||||||
|
- Enable build on sparcv9
|
||||||
|
|
||||||
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 14 2011 Jens Petersen <petersen@redhat.com> - 0.3-2
|
||||||
|
- update to cabal2spec-0.22.4
|
||||||
|
|
||||||
|
* Sun Dec 5 2010 Jens Petersen <petersen@redhat.com> - 0.3-1
|
||||||
|
- update to 0.3
|
||||||
|
|
||||||
|
* Thu Nov 25 2010 Jens Petersen <petersen@redhat.com> - 0.2.2-1
|
||||||
|
- BSD license
|
||||||
|
- summary and description
|
||||||
|
|
||||||
|
* Thu Nov 25 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.2.2-0
|
||||||
|
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2
|
@ -1 +0,0 @@
|
|||||||
ghc-syb package is retired on c9s for CS-611
|
|
Loading…
Reference in New Issue
Block a user