|
|
|
@ -2,17 +2,14 @@
|
|
|
|
|
|
|
|
|
|
%global pkg_name mime-types
|
|
|
|
|
|
|
|
|
|
# no useful debuginfo for Haskell packages without C sources
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.1.0.4
|
|
|
|
|
Version: 0.1.0.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Basic mime-type handling types and functions
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
|
Url: http://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
|
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
|
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
|
|
|
|
@ -23,7 +20,8 @@ BuildRequires: ghc-text-devel
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Basic mime-type handling types and functions.
|
|
|
|
|
API docs and the README are available at
|
|
|
|
|
<http://www.stackage.org/package/mime-types>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
@ -63,8 +61,12 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 20 2015 Jens Petersen <petersen@redhat.com> - 0.1.0.5-1
|
|
|
|
|
- update to 0.1.0.5
|
|
|
|
|
|
|
|
|
|
* Wed Jun 25 2014 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.1.0.4-1
|
|
|
|
|
- spec file generated by cabal-rpm-0.8.11.1
|
|
|
|
|