]> git.pld-linux.org Git - packages/ghc-jira-wiki-markup.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Feb 2023 19:59:53 +0000 (20:59 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Feb 2023 19:59:53 +0000 (20:59 +0100)
ghc-jira-wiki-markup.spec

index c3762809366fdefc9a4edd9f3a6073ea3c10e844..331bbf1281f51fcddfe9f6f6c029689b736c9e12 100644 (file)
@@ -4,6 +4,7 @@
 #
 %define                pkgname jira-wiki-markup
 Summary:       Handle Jira wiki markup
+Summary(pl.UTF-8):     Obsługa znaczników wiki w formacie Jiry
 Name:          ghc-%{pkgname}
 Version:       1.3.0
 Release:       2
@@ -29,9 +30,13 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _noautocompressdoc      *.haddock
 
 %description
-Parse jira wiki text into an abstract syntax tree for easy
+Parse Jira wiki text into an abstract syntax tree for easy
 transformation to other formats.
 
+%description -l pl.UTF-8
+Przetwarzanie tekstu wiki w formacie Jiry do abstrakcyjnego drzewa
+składniowego w celu łatwego przetwarzania do innych formatów.
+
 %package prof
 Summary:       Profiling %{pkgname} library for GHC
 Summary(pl.UTF-8):     Biblioteka profilująca %{pkgname} dla GHC
@@ -95,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/jira-wiki-markup
 %{_libdir}/%{ghcdir}/package.conf.d/%{pkgname}.conf
 %dir %{_libdir}/%{ghcdir}/%{pkgname}-%{version}
-%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/*.so
+%attr(755,root,root) %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/*.so
 %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/*.a
 %exclude %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/*_p.a
 
This page took 0.120834 seconds and 4 git commands to generate.