]> git.pld-linux.org Git - packages/dict-jargon.git/commitdiff
- fixed group
authormis <mis@pld-linux.org>
Tue, 8 Aug 2000 16:28:08 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dict-jargon.spec -> 1.3

dict-jargon.spec

index be17a24f161763963f6acb47b46b4b845471472c..0136017354dc20f69f72e11b1498eee683489d82 100644 (file)
@@ -4,13 +4,14 @@ Name:         dict-%{dictname}
 Version:       4.2.0
 Release:       1
 License:       GPL
-Group:         Applications/Dictionary
+Group:         Applications/Dictionaries
+Group(pl):     Aplikacje/S³owniki
 URL:           http://www.dict.org/
 Source0:       ftp://ftp.dict.org/pub/dict/%{name}-%{version}.tar.gz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildRequires:  dictzip
-Requires:       dictd 
-BuildArch:      noarch
+BuildRequires: dictzip
+Requires:      dictd 
+BuildArch:     noarch
 
 %description 
 This package contains The On-Line Hacker Jargon File, version 4.2.0,
@@ -28,7 +29,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/dictd/
 
 DICTDIR="$RPM_BUILD_ROOT%{_datadir}/dictd/"
-make install dictdir="$DICTDIR" 
+%{__make} install dictdir="$DICTDIR" 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.068093 seconds and 4 git commands to generate.