Initial import (#1485491).
This commit is contained in:
parent
f019ef41f2
commit
7b7b9b6049
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/network-info-0.2.0.8.tar.gz
|
79
ghc-network-info.spec
Normal file
79
ghc-network-info.spec
Normal file
@ -0,0 +1,79 @@
|
||||
# generated by cabal-rpm-0.10.0
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name network-info
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.0.8
|
||||
Release: 4.git.0.29fc315%{?dist}
|
||||
Summary: Access the local computer's basic network configuration
|
||||
|
||||
License: BSD
|
||||
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
|
||||
|
||||
%description
|
||||
This library provides simple read-only access to the local computer's
|
||||
networking configuration. It is currently capable of getting a list of all the
|
||||
network interfaces and their respective IPv4, IPv6 and MAC addresses.
|
||||
|
||||
network-info has been tested and is known to work on Ubuntu 10.10, FreeBSD 9.0,
|
||||
Mac OS X 10.6.4 and Windows XP/7. It probably works on other flavours of Linux,
|
||||
OS X, FreeBSD and Windows as well.
|
||||
|
||||
|
||||
%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 README.mkd
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 17 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.2.0.8-4
|
||||
- Re-add dist tag to release numbers.
|
||||
|
||||
* Mon Jul 17 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.2.0.8-3
|
||||
- Bump for Fedora 26.
|
||||
|
||||
* Thu Dec 15 2016 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.0.8-2
|
||||
- Update release to be newer than previous builds
|
||||
|
||||
* Thu Dec 15 2016 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.2.0.8-1
|
||||
- spec file generated by cabal-rpm-0.10.0
|
Loading…
Reference in New Issue
Block a user