summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2013-03-20 12:23:19 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2013-03-20 12:23:19 +0700
commit21763f1bc79089210c368b6ca31843785ede8347 (patch)
tree8ff781fef703d2ae8972611fb1fd684636bba120
parent1b95fcce536775ec7cc34aa504fc2ff2cf8fba42 (diff)
downloadspecs-21763f1bc79089210c368b6ca31843785ede8347.tar.gz
specs-21763f1bc79089210c368b6ca31843785ede8347.tar.xz
specs-21763f1bc79089210c368b6ca31843785ede8347.zip
+ asn1-data
-rw-r--r--yesod/ghc-asn1-data.spec58
1 files changed, 58 insertions, 0 deletions
diff --git a/yesod/ghc-asn1-data.spec b/yesod/ghc-asn1-data.spec
new file mode 100644
index 0000000..7fc05ec
--- /dev/null
+++ b/yesod/ghc-asn1-data.spec
@@ -0,0 +1,58 @@
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name asn1-data
+
+%global common_summary ASN1 data reader and writer in RAW, BER and DER forms
+
+%global common_description ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, and DER).
+
+Name: ghc-%{pkg_name}
+Version: 0.7.1
+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-cereal-devel
+BuildRequires: ghc-mtl-devel
+BuildRequires: ghc-text-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
+%doc TODO README
+
+
+%changelog
+* Wed Mar 20 2013 Fedora Haskell SIG <haskell@lists.fedoraproject.org>
+- spec file generated by cabal-rpm-0.7.0