[packages/ghc-blaze-markup] - package CHANGELOG, adjusted base upper bound according to metadata
qboosh
qboosh at pld-linux.org
Sun Jul 20 19:51:55 CEST 2025
commit 56e7cef79b49fa82697996dcb46287c57f17fedd
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jul 20 19:53:37 2025 +0200
- package CHANGELOG, adjusted base upper bound according to metadata
ghc-blaze-markup.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec
index 72faf24..255aaf7 100644
--- a/ghc-blaze-markup.spec
+++ b/ghc-blaze-markup.spec
@@ -16,7 +16,7 @@ Source0: http://hackage.haskell.org/package/%{pkgname}-%{version}/%{pkgname}-%{v
URL: http://hackage.haskell.org/package/blaze-markup
BuildRequires: ghc >= 6.12.3
BuildRequires: ghc-base >= 4
-BuildRequires: ghc-base < 5
+BuildRequires: ghc-base < 4.15
BuildRequires: ghc-blaze-builder >= 0.3
BuildRequires: ghc-blaze-builder < 0.5
BuildRequires: ghc-bytestring >= 0.9
@@ -26,7 +26,7 @@ BuildRequires: ghc-text < 1.3
%if %{with prof}
BuildRequires: ghc-prof
BuildRequires: ghc-base-prof >= 4
-BuildRequires: ghc-base-prof < 5
+BuildRequires: ghc-base-prof < 4.15
BuildRequires: ghc-blaze-builder-prof >= 0.3
BuildRequires: ghc-blaze-builder-prof < 0.5
BuildRequires: ghc-bytestring-prof >= 0.9
@@ -38,7 +38,7 @@ BuildRequires: rpmbuild(macros) >= 1.608
Requires(post,postun): /usr/bin/ghc-pkg
%requires_eq ghc
Requires: ghc-base >= 4
-Requires: ghc-base < 5
+Requires: ghc-base < 4.15
Requires: ghc-blaze-builder >= 0.3
Requires: ghc-blaze-builder < 0.5
Requires: ghc-bytestring >= 0.9
@@ -67,7 +67,7 @@ Summary(pl.UTF-8): Biblioteka profilująca %{pkgname} dla GHC
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: ghc-base-prof >= 4
-Requires: ghc-base-prof < 5
+Requires: ghc-base-prof < 4.15
Requires: ghc-blaze-builder-prof >= 0.3
Requires: ghc-blaze-builder-prof < 0.5
Requires: ghc-bytestring-prof >= 0.9
@@ -133,7 +133,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc LICENSE
+%doc CHANGELOG LICENSE
%{_libdir}/%{ghcdir}/package.conf.d/%{pkgname}.conf
%dir %{_libdir}/%{ghcdir}/%{pkgname}-%{version}
%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/libHSblaze-markup-%{version}-*.so
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ghc-blaze-markup.git/commitdiff/56e7cef79b49fa82697996dcb46287c57f17fedd
More information about the pld-cvs-commit
mailing list