]> git.pld-linux.org Git - packages/dict-wn.git/blobdiff - dict-wn.spec
- tabs in preamble
[packages/dict-wn.git] / dict-wn.spec
index 57dbe734c2e073b47c18f23c8f897cc36cdf778e..41ada0b1e38650c5a7d71029036bf9c5a2c8ecd4 100644 (file)
@@ -1,25 +1,26 @@
 %define                dictname wn
 Summary:       WordNet lexical reference system for dictd
-Summary(pl):   System referencji s³ownikowych WordNet dla dictd
+Summary(pl.UTF-8):     System referencji słownikowych WordNet dla dictd
 Name:          dict-%{dictname}
-Version:       1.7a
-Release:       1
+Version:       2.0
+Release:       2
 License:       Free to use, but see http://www.cogsci.princeton.edu/~wn/
 Group:         Applications/Dictionaries
-Source0:       ftp://ftp.dict.org/pub/dict/pre/%{name}_%{version}.tar.gz
-# Source0-md5: e58001b93c59a607bc9d5903a80df71e
+# note: pre means preformatted
+Source0:       ftp://ftp.dict.org/pub/dict/pre/%{name}-%{version}-pre.tar.gz
+# Source0-md5: fcfedcc13815cde1e28103b61c05c168
 URL:           http://www.dict.org/
-Requires:      dictd
 Requires:      %{_sysconfdir}/dictd
+Requires:      dictd
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This package contains WordNet (r) %version Lexical Database formatted for
-use by the dictionary server in the dictd package.
+This package contains WordNet (r) %{version} Lexical Database
+formatted for use by the dictionary server in the dictd package.
 
-%description -l pl
-Ten pakiet zawiera leksykaln± bazê danych WordNet (r) %version sformatowan±
-do u¿ywania z serwerem s³ownika dictd.
+%description -l pl.UTF-8
+Ten pakiet zawiera leksykalną bazę danych WordNet (r) %{version}
+sformatowaną do używania z serwerem słownika dictd.
 
 %prep
 %setup -c -q
@@ -29,7 +30,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_datadir}/dictd,%{_sysconfdir}/dictd}
 
 dictprefix=%{_datadir}/dictd/%{dictname}
-echo "# WordNet %version Lexical Database dictionary
+echo "# WordNet %{version} Lexical Database dictionary
 database %{dictname} {
        data  \"$dictprefix.dict.dz\"
        index \"$dictprefix.index\"
@@ -51,5 +52,5 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dictd/%{dictname}.dictconf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dictd/%{dictname}.dictconf
 %{_datadir}/dictd/%{dictname}.*
This page took 0.216854 seconds and 4 git commands to generate.