287 lines
8.5 KiB
RPMSpec
287 lines
8.5 KiB
RPMSpec
# generated by cabal-rpm-2.0.2
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
%global pkg_name libmpd
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
%bcond_with tests
|
|
|
|
Name: ghc-%{pkg_name}
|
|
Version: 0.9.1.0
|
|
Release: 1%{?dist}
|
|
Summary: An MPD client library
|
|
|
|
License: MIT
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
# Begin cabal-rpm sources:
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
# End cabal-rpm sources
|
|
|
|
# Begin cabal-rpm deps:
|
|
BuildRequires: ghc-Cabal-devel
|
|
BuildRequires: ghc-rpm-macros
|
|
BuildRequires: ghc-attoparsec-prof
|
|
BuildRequires: ghc-base-prof
|
|
BuildRequires: ghc-bytestring-prof
|
|
BuildRequires: ghc-containers-prof
|
|
BuildRequires: ghc-data-default-class-prof
|
|
BuildRequires: ghc-filepath-prof
|
|
BuildRequires: ghc-mtl-prof
|
|
BuildRequires: ghc-network-prof
|
|
BuildRequires: ghc-old-locale-prof
|
|
BuildRequires: ghc-safe-exceptions-prof
|
|
BuildRequires: ghc-text-prof
|
|
BuildRequires: ghc-time-prof
|
|
BuildRequires: ghc-utf8-string-prof
|
|
%if %{with tests}
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
BuildRequires: ghc-hspec-devel
|
|
BuildRequires: ghc-unix-devel
|
|
%endif
|
|
# End cabal-rpm deps
|
|
|
|
%description
|
|
A client library for MPD, the Music Player Daemon.
|
|
|
|
|
|
%package devel
|
|
Summary: Haskell %{pkg_name} library development files
|
|
Provides: %{name}-static = %{version}-%{release}
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
|
%if %{defined ghc_version}
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
%endif
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
%if %{with haddock}
|
|
%package doc
|
|
Summary: Haskell %{pkg_name} library documentation
|
|
BuildArch: noarch
|
|
|
|
%description doc
|
|
This package provides the Haskell %{pkg_name} library documentation.
|
|
%endif
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
%package prof
|
|
Summary: Haskell %{pkg_name} profiling library
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
Supplements: (%{name}-devel and ghc-prof)
|
|
|
|
%description prof
|
|
This package provides the Haskell %{pkg_name} profiling library.
|
|
%endif
|
|
|
|
|
|
%prep
|
|
# Begin cabal-rpm setup:
|
|
%setup -q -n %{pkgver}
|
|
# End cabal-rpm setup
|
|
|
|
|
|
%build
|
|
# Begin cabal-rpm build:
|
|
%ghc_lib_build
|
|
# End cabal-rpm build
|
|
|
|
|
|
%install
|
|
# Begin cabal-rpm install
|
|
%ghc_lib_install
|
|
# End cabal-rpm install
|
|
|
|
|
|
%check
|
|
%cabal_test
|
|
|
|
|
|
%if 0%{?fedora} < 31 || 0%{?rhel} < 8
|
|
%post devel
|
|
%ghc_pkg_recache
|
|
|
|
|
|
%postun devel
|
|
%ghc_pkg_recache
|
|
%endif
|
|
|
|
|
|
%files -f %{name}.files
|
|
# Begin cabal-rpm files:
|
|
%license LICENSE
|
|
# End cabal-rpm files
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
%doc README.md changelog.md
|
|
|
|
|
|
%if %{with haddock}
|
|
%files doc -f %{name}-doc.files
|
|
%license LICENSE
|
|
%endif
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
%files prof -f %{name}-prof.files
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
* Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 0.9.1.0-1
|
|
- update to 0.9.1.0
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0.9-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 0.9.0.9-3
|
|
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0.9-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 0.9.0.9-1
|
|
- update to 0.9.0.9
|
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.9.0.8-3
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0.8-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 0.9.0.8-1
|
|
- update to 0.9.0.8
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0.7-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0.7-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.9.0.7-1
|
|
- update to 0.9.0.7
|
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0.6-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0.6-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Thu Feb 23 2017 Jens Petersen <petersen@redhat.com> - 0.9.0.6-1
|
|
- update to 0.9.0.6
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0.4-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Thu Jun 30 2016 Jens Petersen <petersen@redhat.com> - 0.9.0.4-2
|
|
- add changelog to docs
|
|
|
|
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 0.9.0.4-1
|
|
- update to 0.9.0.4
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Sun Jul 19 2015 Ben Boeckel <mathstuf@gmail.com> - 0.9.0.2-1
|
|
- Update to 0.9.0.2
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0.5-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Wed Aug 27 2014 Jens Petersen <petersen@redhat.com> - 0.8.0.5-1
|
|
- update to 0.8.0.5
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0.2-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Tue Jun 10 2014 Jens Petersen <petersen@redhat.com> - 0.8.0.2-5
|
|
- update to cblrpm-0.8.11
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0.2-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0.2-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Wed Jun 05 2013 Jens Petersen <petersen@redhat.com> - 0.8.0.2-2
|
|
- update to new simplified Haskell Packaging Guidelines
|
|
|
|
* Tue Mar 12 2013 Jens Petersen <petersen@redhat.com> - 0.8.0.2-1
|
|
- update to 0.8.0.2
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 0.7.2-6
|
|
- update with cabal-rpm
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 0.7.2-4
|
|
- change prof BRs to devel
|
|
|
|
* Sat Jun 9 2012 Jens Petersen <petersen@redhat.com> - 0.7.2-3
|
|
- allow building with mtl-2.1
|
|
|
|
* Thu Mar 22 2012 Jens Petersen <petersen@redhat.com> - 0.7.2-2
|
|
- add license to ghc_files
|
|
|
|
* Tue Feb 28 2012 Ben Boeckel <mathstuf@gmail.com> - 0.7.2-1
|
|
- Update to 0.7.2
|
|
|
|
* Wed Jan 4 2012 Jens Petersen <petersen@redhat.com> - 0.7.0-1
|
|
- update to 0.7.0 and cabal2spec-0.25.2
|
|
|
|
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.5.0-9.3
|
|
- rebuild with new gmp without compat lib
|
|
|
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.5.0-9.2
|
|
- rebuild with new gmp without compat lib
|
|
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.5.0-9.1
|
|
- rebuild with new gmp
|
|
|
|
* Thu Jun 23 2011 Jens Petersen <petersen@redhat.com> - 0.5.0-9
|
|
- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
|
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.5.0-8
|
|
- Enable build on sparcv9
|
|
|
|
* Thu Feb 17 2011 Ben Boeckel <mathstuf@gmail.com> - 0.5.0-7
|
|
- Rebuild for broken dependencies (ghc-network)
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Sat Jan 15 2011 Ben Boeckel <mathstuf@gmail.com> - 0.5.0-5
|
|
- Update to cabal2spec-0.22.4
|
|
- Rebuild
|
|
|
|
* Sun Dec 5 2010 Jens Petersen <petersen@redhat.com> - 0.5.0-4
|
|
- also bump network dependency
|
|
|
|
* Mon Nov 29 2010 Jens Petersen <petersen@redhat.com> - 0.5.0-3
|
|
- bump some core dependency versions for ghc7
|
|
|
|
* Sun Nov 28 2010 Ben Boeckel <mathstuf@gmail.com> - 0.5.0-2
|
|
- Rebuild for GHC7
|
|
|
|
* Sun Oct 31 2010 Ben Boeckel <mathstuf@gmail.com> - 0.5.0-1
|
|
- Update to 0.5.0
|
|
|
|
* Wed Sep 01 2010 Ben Boeckel <mathstuf@gmail.com> - 0.4.2-1
|
|
- Update to 0.4.2
|
|
- Drop QuickCheck BR
|
|
- Ship the changelog and readme as well
|
|
|
|
* Tue Aug 31 2010 Ben Boeckel <mathstuf@gmail.com> - 0.4.1-1
|
|
- Initial package
|
|
|
|
* Tue Aug 31 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.4.1-0
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2
|