[packages/ghc-base-unicode-symbols] Add initial spec

caleb caleb at pld-linux.org
Fri May 24 17:29:00 CEST 2013


commit d03809a20e65e70e8d676b1debce85a50a0a1153
Author: Caleb Maclennan <caleb at pld-linux.org>
Date:   Fri May 24 18:28:39 2013 +0300

    Add initial spec

 ghc-base-unicode-symbols.spec | 88 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 88 insertions(+)
---
diff --git a/ghc-base-unicode-symbols.spec b/ghc-base-unicode-symbols.spec
new file mode 100644
index 0000000..2013b69
--- /dev/null
+++ b/ghc-base-unicode-symbols.spec
@@ -0,0 +1,88 @@
+%define		pkgname	base-unicode-symbols
+Summary:	new symbols for a number of functions, operators and types
+Name:		ghc-%{pkgname}
+Version:	0.2.2.4
+Release:	1
+License:	BSD
+Group:		Development/Languages
+Source0:	http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz
+# Source0-md5:	7faf43a94a0082ee2fe7971fabd9be21
+URL:		http://hackage.haskell.org/package/%{pkgname}/
+BuildRequires:	ghc >= 6.12.3
+BuildRequires:	rpmbuild(macros) >= 1.608
+%requires_eq	ghc
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+# debuginfo is not useful for ghc
+%define		_enable_debug_packages	0
+
+%description
+This package defines new symbols for a number of functions, operators
+and types in the base package.
+
+All symbols are documented with their actual definition and
+information regarding their Unicode code point. They should be
+completely interchangeable with their definitions.
+
+For further Unicode goodness you can enable the UnicodeSyntax language
+extension [1]. This extension enables Unicode characters to be used to
+stand for certain ASCII character sequences, i.e. → instead of ->, ∀
+instead of forall and many others.
+
+%package doc
+Summary:	HTML documentation for %{pkgname}
+Summary(pl.UTF-8):	Dokumentacja w formacie HTML dla pakietu %{pkgname}
+Group:		Documentation
+
+%description doc
+HTML documentation for %{pkgname}.
+
+%description doc -l pl.UTF-8
+Dokumentacja w formacie HTML dla pakietu %{pkgname}.
+
+%prep
+%setup -q -n %{pkgname}-%{version}
+
+%build
+runhaskell Setup.hs configure -v2 \
+	--prefix=%{_prefix} \
+	--libdir=%{_libdir} \
+	--libexecdir=%{_libexecdir} \
+	--docdir=%{_docdir}/%{name}-%{version}
+
+runhaskell Setup.hs build
+runhaskell Setup.hs haddock --executables
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/%{ghcdir}/package.conf.d
+
+runhaskell Setup.hs copy --destdir=$RPM_BUILD_ROOT
+
+# work around automatic haddock docs installation
+rm -rf %{name}-%{version}-doc
+cp -a $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html %{name}-%{version}-doc
+
+runhaskell Setup.hs register \
+	--gen-pkg-config=$RPM_BUILD_ROOT/%{_libdir}/%{ghcdir}/package.conf.d/%{pkgname}.conf
+
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%ghc_pkg_recache
+
+%postun
+%ghc_pkg_recache
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE
+%{_libdir}/%{ghcdir}/package.conf.d/%{pkgname}.conf
+%{_libdir}/%{ghcdir}/%{pkgname}-%{version}
+
+%files doc
+%defattr(644,root,root,755)
+%doc %{name}-%{version}-doc/*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-base-unicode-symbols.git/commitdiff/d03809a20e65e70e8d676b1debce85a50a0a1153



More information about the pld-cvs-commit mailing list