]> git.pld-linux.org Git - packages/ghc-mtl.git/commitdiff
- pl, package LICENSE
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Mar 2013 13:22:58 +0000 (14:22 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Mar 2013 13:22:58 +0000 (14:22 +0100)
ghc-mtl.spec

index 5ed0b225c0bc474b8d70dc34ff53365d10b3d502..f2aacfa985dc7e00834338f477b3d6d435d36423 100644 (file)
@@ -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}
 
This page took 0.485597 seconds and 4 git commands to generate.