import (#916553)
This commit is contained in:
parent
745782aeb2
commit
eae9f72d88
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/setenv-0.1.0.tar.gz
|
54
ghc-setenv.spec
Normal file
54
ghc-setenv.spec
Normal file
@ -0,0 +1,54 @@
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
||||
|
||||
%global pkg_name setenv
|
||||
|
||||
%global common_summary Cross-platform library for setting environment variables
|
||||
|
||||
%global common_description A cross-platform library for setting environment variables.
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: %{common_summary}
|
||||
|
||||
License: MIT
|
||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-unix-devel
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
%ghc_devel_package
|
||||
|
||||
%ghc_devel_description
|
||||
|
||||
|
||||
%ghc_devel_post_postun
|
||||
|
||||
|
||||
%ghc_files LICENSE
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 28 2013 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.1.0-1
|
||||
- spec file generated by cabal-rpm-0.7.1
|
Loading…
Reference in New Issue
Block a user