diff --git a/.gitignore b/.gitignore index e69de29..59a0337 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/utf8-light-0.4.0.1.tar.gz diff --git a/ghc-utf8-light.spec b/ghc-utf8-light.spec new file mode 100644 index 0000000..424cd7a --- /dev/null +++ b/ghc-utf8-light.spec @@ -0,0 +1,64 @@ +# https://fedoraproject.org/wiki/Packaging:Haskell + +%global pkg_name utf8-light + +Name: ghc-%{pkg_name} +Version: 0.4.0.1 +Release: 1%{?dist} +Summary: Lightweight UTF8 handling + +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 +# End cabal-rpm deps + +%description +Lightweight UTF8 handling. + + +%package devel +Summary: Haskell %{pkg_name} library development files +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 development files for the Haskell %{pkg_name} library. + + +%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 +%doc LICENSE + + +%files devel -f %{name}-devel.files + + +%changelog +* Mon Jul 8 2013 Fedora Haskell SIG - 0.4.0.1-1 +- spec file generated by cabal-rpm-0.8.2 diff --git a/sources b/sources index e69de29..2d022d5 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +2872960bee7195d064ebb0fe458c3a90 utf8-light-0.4.0.1.tar.gz