]> git.pld-linux.org Git - packages/alex.git/commitdiff
- pl, missing dir
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Feb 2004 20:06:30 +0000 (20:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alex.spec -> 1.3

alex.spec

index 668d244f1915741e2c733421e4088cec8be28918..081c27cc166fc226a6bd6664e1a86038cdb9f9a0 100644 (file)
--- a/alex.spec
+++ b/alex.spec
@@ -1,4 +1,5 @@
 Summary:       A lexical analyser generator for Haskell
+Summary(pl):   Generator analizatorów sk³adniowych dla Haskella
 Name:          alex
 Version:       2.0
 Release:       1
@@ -12,10 +13,14 @@ BuildRequires:      ghc >= 5.04
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Alex is a tool for generating lexical analysers in Haskell,
-given a description of the tokens to be recognised in the form
-of regular expressions.
-It is similar to the tool lex or flex for C/C++.
+Alex is a tool for generating lexical analysers in Haskell, given a
+description of the tokens to be recognised in the form of regular
+expressions. It is similar to the tool lex or flex for C/C++.
+
+%description -l pl
+Alex to narzêdzie do generowania analizatorów sk³adniowych w Haskellu
+na podstawie opisu tokenów do rozpoznawania w postaci wyra¿eñ
+regularnych. Jest podobne do narzêdzi lex lub flex dla C/C++.
 
 %prep
 %setup -q
@@ -42,6 +47,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc alex/{ANNOUNCE,LICENSE,README} alex/doc/alex.{ps,dvi}
 %attr(755,root,root) %{_bindir}/*
+%dir %{_libdir}/%{name}-%{version}
 %{_libdir}/%{name}-%{version}/A*
 %attr(755,root,root) %{_libdir}/%{name}-%{version}/alex.bin
 %{_examplesdir}/%{name}-%{version}
This page took 0.108099 seconds and 4 git commands to generate.