Compare commits
No commits in common. "rawhide" and "f34" have entirely different histories.
24
changelog
24
changelog
@ -1,24 +0,0 @@
|
||||
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.1.0.0-8
|
||||
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.1.0.0-6
|
||||
- rebuild
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 0.1.0.0-4
|
||||
- rebuild
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Feb 9 2021 Jens Petersen <petersen@redhat.com> - 0.1.0.0-2
|
||||
- convert revised .cabal file to unix format in setup (#1925891)
|
||||
- remove the example executable
|
||||
|
||||
* Sun Feb 7 2021 Jens Petersen <petersen@redhat.com> - 0.1.0.0-1
|
||||
- spec file generated by cabal-rpm-2.0.7
|
@ -1,4 +1,4 @@
|
||||
# generated by cabal-rpm-2.1.0
|
||||
# generated by cabal-rpm-2.0.8
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name pretty-terminal
|
||||
@ -6,10 +6,10 @@
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.1.0.0
|
||||
Release: %autorelease
|
||||
Release: 2%{?dist}
|
||||
Summary: Styling and coloring terminal output with ANSI escape sequences
|
||||
|
||||
License: BSD-3-Clause
|
||||
License: BSD
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
# Begin cabal-rpm sources:
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
@ -21,12 +21,8 @@ Patch0: pretty-terminal-disable-example.patch
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
%if %{with ghc_prof}
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-text-prof
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
@ -51,7 +47,6 @@ files.
|
||||
%package doc
|
||||
Summary: Haskell %{pkg_name} library documentation
|
||||
BuildArch: noarch
|
||||
Requires: ghc-filesystem
|
||||
|
||||
%description doc
|
||||
This package provides the Haskell %{pkg_name} library documentation.
|
||||
@ -111,4 +106,9 @@ dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
* Tue Feb 9 2021 Jens Petersen <petersen@redhat.com> - 0.1.0.0-2
|
||||
- convert revised .cabal file to unix format in setup (#1925891)
|
||||
- remove the example executable
|
||||
|
||||
* Sun Feb 7 2021 Jens Petersen <petersen@redhat.com> - 0.1.0.0-1
|
||||
- spec file generated by cabal-rpm-2.0.7
|
||||
|
Loading…
Reference in New Issue
Block a user