[ghc-system-fileio] import (#986643)

Jens Petersen petersen at fedoraproject.org
Wed Aug 28 01:21:15 UTC 2013


commit 5056a85f6d693ec9aa4f0d1071fdc97f8a4165db
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Aug 28 10:21:02 2013 +0900

    import (#986643)

 .gitignore             |    1 +
 ghc-system-fileio.spec |   76 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 78 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..4df9bc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/system-fileio-0.3.11.tar.gz
diff --git a/ghc-system-fileio.spec b/ghc-system-fileio.spec
new file mode 100644
index 0000000..a4a396d
--- /dev/null
+++ b/ghc-system-fileio.spec
@@ -0,0 +1,76 @@
+# https://fedoraproject.org/wiki/Packaging:Haskell
+
+%global pkg_name system-fileio
+
+Name:           ghc-%{pkg_name}
+Version:        0.3.11
+Release:        1%{?dist}
+Summary:        Consistent filesystem interaction across GHC versions
+
+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-bytestring-devel
+BuildRequires:  ghc-system-filepath-devel
+BuildRequires:  ghc-text-devel
+BuildRequires:  ghc-time-devel
+BuildRequires:  ghc-unix-devel
+# End cabal-rpm deps
+
+%description
+This is a small wrapper around the "directory", "unix", and "Win32" packages,
+for use with "system-filepath". It provides a consistent API to the various
+versions of these packages distributed with different versions of GHC.
+
+In particular, this library supports working with POSIX files that have paths
+which can't be decoded in the current locale encoding.
+
+
+%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 Haskell %{pkg_name} library development files.
+
+
+%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.txt
+
+
+%files devel -f %{name}-devel.files
+
+
+%changelog
+* Sun Jul 21 2013 Jens Petersen <petersen at redhat.com> - 0.3.11-1
+- description
+
+* Sun Jul 21 2013 Fedora Haskell SIG <haskell at lists.fedoraproject.org> - 0.3.11-0
+- spec file generated by cabal-rpm-0.8.3
diff --git a/sources b/sources
index e69de29..46b1ab2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e702c83c3c423c3fa44c5c682e67a60d  system-fileio-0.3.11.tar.gz


More information about the scm-commits mailing list