[packages/ghc-mtl] - pl, package LICENSE
qboosh
qboosh at pld-linux.org
Sun Mar 17 14:23:01 CET 2013
commit 347e205c743a5c00472cd24835c30a1d4553434b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Mar 17 14:22:58 2013 +0100
- pl, package LICENSE
ghc-mtl.spec | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/ghc-mtl.spec b/ghc-mtl.spec
index 5ed0b22..f2aacfa 100644
--- a/ghc-mtl.spec
+++ b/ghc-mtl.spec
@@ -1,11 +1,12 @@
%define pkgname mtl
Summary: A Haskell binding to the mtl graphics library
+Summary(pl.UTF-8): Wiązanie Haskella do biblioteki graficznej mtl
Name: ghc-%{pkgname}
Version: 2.1.2
Release: 0.1
License: BSD
Group: Development/Languages
-Source0: http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz
+Source0: http://hackage.haskell.org/packages/archive/mtl/%{version}/%{pkgname}-%{version}.tar.gz
# Source0-md5: 943c110524d96126bfa0e61f7df1ebcd
URL: http://hackage.haskell.org/package/mtl/
BuildRequires: ghc >= 6.12.3
@@ -20,21 +21,29 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Monad classes using functional dependencies, with instances for
-various monad transformers, inspired by the paper /Functional
-Programming with Overloading and Higher-Order Polymorphism/, by Mark P
-Jones, in /Advanced School of Functional Programming/, 1995
+various monad transformers, inspired by the paper "Functional
+Programming with Overloading and Higher-Order Polymorphism", by Mark P
+Jones, in "Advanced School of Functional Programming", 1995
+(<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).
+
+%description -l pl.UTF-8
+Klasy monad wykorzystujące zależności funkcyjne z instancjami dla
+różnych przekształceń monad, zainspirowane dokumentem "Functional
+Programming with Overloading and Higher-Order Polymorphism" autorstwa
+Marka P. Jonesa, opublikowanym w "Advanced School of Functional
+Programming", 1995
(<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).
%package doc
Summary: HTML documentation for %{pkgname}
-Summary(pl.UTF-8): Dokumentacja w formacie HTML dla %{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 %{pkgname}.
+Dokumentacja w formacie HTML dla pakietu %{pkgname}.
%prep
%setup -q -n %{pkgname}-%{version}
@@ -74,6 +83,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
+%doc LICENSE
%{_libdir}/%{ghcdir}/package.conf.d/%{pkgname}.conf
%{_libdir}/%{ghcdir}/%{pkgname}-%{version}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ghc-mtl.git/commitdiff/347e205c743a5c00472cd24835c30a1d4553434b
More information about the pld-cvs-commit
mailing list