[ghc-executable-path/f17] Initial import modified: .gitignore new file: ghc-executable-path.spec modified: sources

narasim narasim at fedoraproject.org
Tue Sep 18 14:27:29 UTC 2012


commit 181cf930fdbc16fb55d4df2c14ad80437c97f41e
Author: Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com>
Date:   Tue Sep 18 19:57:16 2012 +0530

    Initial import
    	modified:   .gitignore
    	new file:   ghc-executable-path.spec
    	modified:   sources

 .gitignore               |    1 +
 ghc-executable-path.spec |   66 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..201df93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/executable-path-0.0.3.tar.gz
diff --git a/ghc-executable-path.spec b/ghc-executable-path.spec
new file mode 100644
index 0000000..b4ede32
--- /dev/null
+++ b/ghc-executable-path.spec
@@ -0,0 +1,66 @@
+# cabal2spec-0.25
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name executable-path
+
+%global common_summary Haskell library to find full path of an executable
+
+%global common_description The documentation of "System.Environment.getProgName" says that\
+\"However, this is hard-to-impossible to implement on some non-Unix OSes, \
+so instead, for maximum portability, we just return the leaf name \
+of the program as invoked.\".This library tries to provide the missing path.
+
+Name:           ghc-%{pkg_name}
+Version:        0.0.3
+Release:        1%{?dist}
+Summary:        %{common_summary}
+
+Group:          System Environment/Libraries
+License:        Public Domain
+# BEGIN cabal2spec
+URL:            http://hackage.haskell.org/package/%{pkg_name}
+Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+ExclusiveArch:  %{ghc_arches}
+BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-filepath-devel
+BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
+# END cabal2spec
+
+%description
+%{common_description}
+
+
+%prep
+%setup -q -n %{pkg_name}-%{version}
+
+
+%build
+%ghc_lib_build
+
+
+%install
+%ghc_lib_install
+
+
+# devel subpackage
+%ghc_devel_package
+
+%ghc_devel_description
+
+
+%ghc_devel_post_postun
+
+
+%ghc_files LICENSE
+
+
+%changelog
+* Sat Sep  8 2012 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 0.0.3-1
+- spec file template generated by cabal2spec-0.25.5
+
+* Tue May 10 2011 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 0.0.2-1
+- License is PublicDomain
+
+* Tue May 10 2011 Fedora Haskell SIG <haskell-devel at lists.fedoraproject.org> - 0.0.2-0
+- initial packaging for Fedora automatically generated by cabal2spec-0.22.7
diff --git a/sources b/sources
index e69de29..70bb465 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e6542297eeda1d9447ac73be7c993603  executable-path-0.0.3.tar.gz


More information about the scm-commits mailing list