Initial import (#1485500).
This commit is contained in:
parent
0f79920cec
commit
b2b4decf4b
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/network-multicast-0.2.0.tar.gz
|
81
ghc-network-multicast.spec
Normal file
81
ghc-network-multicast.spec
Normal file
@ -0,0 +1,81 @@
|
||||
# generated by cabal-rpm-0.10.0
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name network-multicast
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.0
|
||||
Release: 1.git.0.29fc315%{?dist}
|
||||
Summary: Simple multicast library
|
||||
|
||||
License: Public Domain
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-network-devel
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
The "Network.Multicast" module is for sending UDP datagrams over multicast
|
||||
(class D) addresses.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
Requires: ghc-compiler = %{ghc_version}
|
||||
Requires(post): ghc-compiler = %{ghc_version}
|
||||
Requires(postun): ghc-compiler = %{ghc_version}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package provides the Haskell %{pkg_name} library development
|
||||
files.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%postun devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
%license LICENSE
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc examples
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 22 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.2.0-1
|
||||
- Update to latest version.
|
||||
|
||||
* Mon Jul 17 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.1.0-5
|
||||
- Re-add dist tag to release numbers.
|
||||
|
||||
* Mon Jul 17 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.1.0-4
|
||||
- Bump for Fedora 26.
|
||||
|
||||
* Thu Dec 15 2016 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.1.0-3
|
||||
- Update release to be newer than previous builds
|
||||
|
||||
* Thu Dec 15 2016 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.1.0-1
|
||||
- spec file generated by cabal-rpm-0.10.0
|
Loading…
Reference in New Issue
Block a user