ghc-unix-time/ghc-unix-time.spec

62 lines
1.3 KiB
RPMSpec
Raw Normal View History

2013-03-23 02:54:56 +00:00
# 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}
2013-06-03 08:21:11 +00:00
Version: 0.1.8
2013-03-23 02:54:56 +00:00
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
2013-06-03 08:21:11 +00:00
* Mon Jun 03 2013 Jens Petersen <petersen@redhat.com> - 0.1.8-1
- update to 0.1.8
2013-03-23 02:56:51 +00:00
* Sat Mar 23 2013 Jens Petersen <petersen@redhat.com> - 0.1.5-1
- update to 0.1.5
2013-03-23 02:54:56 +00:00
* Mon Feb 11 2013 Fedora Haskell SIG <haskell@lists.fedoraproject.org>
- spec file generated by cabal-rpm-0.7.0