]> git.pld-linux.org Git - packages/dict-jargon.git/blobdiff - dict-jargon.spec
- adapterized.
[packages/dict-jargon.git] / dict-jargon.spec
index 06046851dcce97a632b26bea14194375090fe6b1..89e26c1dedb35eedd8d390d35a5e01a128964931 100644 (file)
@@ -1,30 +1,34 @@
 %define         dictname jargon
 Summary:       The On-Line Hacker Jargon File dictionary for dictd
+Summary(pl):   S³ownik Hacker Jargon dla dictd
 Name:          dict-%{dictname}
 Version:       4.2.0
 Release:       2
 License:       GPL
 Group:         Applications/Dictionaries
-Group(pl):     Aplikacje/S³owniki
-URL:           http://www.dict.org/
 Source0:       ftp://ftp.dict.org/pub/dict/%{name}-%{version}.tar.gz
+URL:           http://www.dict.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: dictzip
 BuildRequires: autoconf
-Requires:      dictd 
+Requires:      dictd
 Requires:      %{_sysconfdir}/dictd
 
-%description 
+%description
 This package contains The On-Line Hacker Jargon File, version 4.2.0,
 formatted for use by the dictionary server in the dictd package.
 
+%description -l pl
+Ten pakiet zawiera s³ownik The On-Line Hacker Jargon File w wersji
+4.2.0, sformatowany do u¿ytku z serwerem s³ownika dictd.
+
 %prep
 %setup -q
 
 %build
 autoconf
-%configure 
-%{__make} db 
+%configure
+%{__make} db
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -35,7 +39,7 @@ dictprefix=%{_datadir}/dictd/%{dictname}
 echo "# The On-Line Hacker Jargon File dictionary
 database %{dictname} {
     data  \"$dictprefix.dict.dz\"
-    index \"$dictprefix.index\" 
+    index \"$dictprefix.index\"
 }
 " > $RPM_BUILD_ROOT%{_sysconfdir}/dictd/%{dictname}.dictconf
 
This page took 1.017243 seconds and 4 git commands to generate.