Compare commits

..

No commits in common. "rawhide" and "f32" have entirely different histories.
rawhide ... f32

3 changed files with 77 additions and 99 deletions

View File

@ -1,32 +0,0 @@
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 1.3.8-11
- refresh to cabal-rpm-2.1.0 with SPDX migration
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 1.3.8-9
- rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 1.3.8-7
- rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 1.3.8-3
- refresh to cabal-rpm-2.0.6
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jan 16 2020 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 1.3.8-1
- spec file generated by cabal-rpm-2.0.0

View File

@ -1,53 +1,53 @@
name: curl
version: 1.3.8
x-revision: 1
synopsis: Haskell binding to libcurl
description:
libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP,
HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.
libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
HTTP form based upload, proxies, cookies, user+password authentication
(Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume,
http proxy tunneling and more!
.
This package provides a Haskell binding to libcurl.
category: Network
license: BSD3
license-file: LICENSE
author: Sigbjorn Finne
maintainer: Don Stewart <dons00@gmail.com>
build-type: Configure
cabal-version: >= 1.6
extra-source-files: configure, configure.ac, curl.buildinfo.in, CHANGES
flag new-base
Description: Build with new smaller base library
Default: True
library
Exposed-modules: Network.Curl
Network.Curl.Code
Network.Curl.Info
Network.Curl.Opts
Network.Curl.Post
Network.Curl.Types
Network.Curl.Easy
Network.Curl.Debug
c-sources: curlc.c
Extra-libraries: curl
Extensions: CPP, ForeignFunctionInterface
Ghc-options: -Wall
Build-Depends: base
if flag(new-base)
Build-depends: base >= 3 && < 5, containers
else
Build-depends: base < 3
build-depends: bytestring >= 0.9
source-repository head
type: git
location: git://github.com/galoisinc/curl.git
name: curl
version: 1.3.8
x-revision: 1
synopsis: Haskell binding to libcurl
description:
libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP,
HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.
libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
HTTP form based upload, proxies, cookies, user+password authentication
(Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume,
http proxy tunneling and more!
.
This package provides a Haskell binding to libcurl.
category: Network
license: BSD3
license-file: LICENSE
author: Sigbjorn Finne
maintainer: Don Stewart <dons00@gmail.com>
build-type: Configure
cabal-version: >= 1.6
extra-source-files: configure, configure.ac, curl.buildinfo.in, CHANGES
flag new-base
Description: Build with new smaller base library
Default: True
library
Exposed-modules: Network.Curl
Network.Curl.Code
Network.Curl.Info
Network.Curl.Opts
Network.Curl.Post
Network.Curl.Types
Network.Curl.Easy
Network.Curl.Debug
c-sources: curlc.c
Extra-libraries: curl
Extensions: CPP, ForeignFunctionInterface
Ghc-options: -Wall
Build-Depends: base
if flag(new-base)
Build-depends: base >= 3 && < 5, containers
else
Build-depends: base < 3
build-depends: bytestring >= 0.9
source-repository head
type: git
location: git://github.com/galoisinc/curl.git

View File

@ -1,15 +1,17 @@
# generated by cabal-rpm-2.1.0
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
# generated by cabal-rpm-2.0.0
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name curl
%global pkgver %{pkg_name}-%{version}
%global _devel %{?ghc_devel_prof}%{!?ghc_devel_prof:devel}
Name: ghc-%{pkg_name}
Version: 1.3.8
Release: %autorelease
Release: 2%{?dist}
Summary: Haskell binding to libcurl
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
@ -19,14 +21,9 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#
# Begin cabal-rpm deps:
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-base-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
%if %{with ghc_prof}
BuildRequires: ghc-base-prof
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-containers-prof
%endif
BuildRequires: ghc-base-%{_devel}
BuildRequires: ghc-bytestring-%{_devel}
BuildRequires: ghc-containers-%{_devel}
BuildRequires: libcurl-devel
# End cabal-rpm deps
@ -60,7 +57,6 @@ This package provides the Haskell %{pkg_name} library development 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.
@ -97,6 +93,16 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm install
%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
@ -119,4 +125,8 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog
%autochangelog
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jan 16 2020 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 1.3.8-1
- spec file generated by cabal-rpm-2.0.0