]> git.pld-linux.org Git - packages/dict-jargon.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-jargon.spec -> 1.9

dict-jargon.spec

index 8db8073dc148420d458d28146daf4f14f6c464b9..89e26c1dedb35eedd8d390d35a5e01a128964931 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 The On-Line Hacker Jargon File, version 4.2.0,
 formatted for use by the dictionary server in the dictd package.
 
@@ -27,8 +27,8 @@ Ten pakiet zawiera s
 
 %build
 autoconf
-%configure 
-%{__make} db 
+%configure
+%{__make} db
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -39,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 0.074926 seconds and 4 git commands to generate.