]> git.pld-linux.org Git - packages/fastcst.git/commitdiff
- pl, simplified prep
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Mar 2005 20:05:35 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fastcst.spec -> 1.2

fastcst.spec

index f7d91969f6cf9d6f2650a8c83e9a5f63f2f95881..9ca1edaae149e0d88290d8bcb52e2d93ac717382 100644 (file)
@@ -2,6 +2,7 @@
 %define ruby_rubylibdir %(ruby -r rbconfig -e 'print Config::CONFIG["rubylibdir"]')
 %define        ruby_archdir    %(ruby -r rbconfig -e 'print Config::CONFIG["archdir"]')
 Summary:       Fast Changeset Tool
+Summary(pl):   Fast Changeset Tool - narzêdzie do zestawów zmian
 Name:          fastcst
 Version:       0.5.2
 Release:       1
@@ -13,18 +14,21 @@ URL:                http://www.zedshaw.com/projects/fastcst/
 BuildRequires: ruby
 BuildRequires: ruby-devel
 Requires:      ruby
-Requires: ruby-RMail
-Requires: ruby-pluginfactory
+Requires:      ruby-RMail
+Requires:      ruby-pluginfactory
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 A fast suffix-tree based changeset tool.
 
+%description -l pl
+Szybkie narzêdzie do zestawów zmian oparte na drzewie przyrostków
+(suffiksów).
+
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
-
 rm lib/pluginfactory.rb
 
 ruby setup.rb config \
This page took 0.07342 seconds and 4 git commands to generate.