]> git.pld-linux.org Git - packages/dict-wn.git/commitdiff
- adapterized.
authorkloczek <kloczek@pld-linux.org>
Sat, 23 Feb 2002 01:47:49 +0000 (01:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dict-wn.spec -> 1.9

dict-wn.spec

index 2f7a6b6d4f004969d462af316d739ffd11057d1a..7d7350fcb1530766001381d8c9d5e7794c924d15 100644 (file)
@@ -11,10 +11,10 @@ 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 WordNet (r) 1.6 Lexical Database formatted for
 use by the dictionary server in the dictd package.
 
@@ -22,13 +22,13 @@ use by the dictionary server in the dictd package.
 Ten pakiet zawiera leksykaln± bazê danych WordNet sformatowan± do
 u¿ywania z serwerem s³ownika dictd.
 
-%prep 
+%prep
 %setup -q
 
 %build
 autoconf
-%configure 
-%{__make} db 
+%configure
+%{__make} db
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -39,7 +39,7 @@ dictprefix=%{_datadir}/dictd/wn
 echo "# WordNet 1.6 Lexical Database dictionary
 database %{dictname} {
     data  \"$dictprefix.dict.dz\"
-    index \"$dictprefix.index\" 
+    index \"$dictprefix.index\"
 }" > $RPM_BUILD_ROOT%{_sysconfdir}/dictd/%{dictname}.dictconf
 
 %clean
This page took 0.097108 seconds and 4 git commands to generate.