From 917adad96c91f499eebe69945587892e8901c75b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 23 Mar 2013 11:54:56 +0900 Subject: [PATCH] import (#909802) --- .gitignore | 1 + ghc-unix-time.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 57 insertions(+) create mode 100644 ghc-unix-time.spec diff --git a/.gitignore b/.gitignore index e69de29..05f12bf 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/unix-time-0.1.4.tar.gz diff --git a/ghc-unix-time.spec b/ghc-unix-time.spec new file mode 100644 index 0000000..e94a245 --- /dev/null +++ b/ghc-unix-time.spec @@ -0,0 +1,55 @@ +# https://fedoraproject.org/wiki/Packaging:Haskell +# https://fedoraproject.org/wiki/PackagingDrafts/Haskell + +%global pkg_name unix-time + +%global common_summary Unix time parser/formatter and utilities + +%global common_description Fast parser, formatter, and utilities for Unix time + +Name: ghc-%{pkg_name} +Version: 0.1.4 +Release: 1%{?dist} +Summary: %{common_summary} + +License: BSD +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-bytestring-devel +BuildRequires: ghc-old-time-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 +* Mon Feb 11 2013 Fedora Haskell SIG +- spec file generated by cabal-rpm-0.7.0 diff --git a/sources b/sources index e69de29..444dd3d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d9db99761c97ec09bad73db7c228f1b2 unix-time-0.1.4.tar.gz