]> git.pld-linux.org Git - packages/dict-gazetteer.git/commitdiff
- refresh config.* (needed for athlon); release 5 auto/ac/dict-gazetteer-1_3-5
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Nov 2003 12:31:32 +0000 (12:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dict-gazetteer.spec -> 1.12

dict-gazetteer.spec

index 759ddaf7c526a37bf857874fd606e64b0c8e02fa..241b910f05668ac0e31c4edb80271d1c7f4620b7 100644 (file)
@@ -3,7 +3,7 @@ Summary:        U.S. Gazetteer for dictd
 Summary(pl):   S³ownik nazw geograficznych w USA dla dictd
 Name:          dict-%{dictname}
 Version:       1.3
-Release:       4
+Release:       5
 License:       GPL
 Group:         Applications/Dictionaries
 Source0:       ftp://ftp.dict.org/pub/dict/%{name}-%{version}.tar.gz
@@ -11,6 +11,7 @@ Source0:      ftp://ftp.dict.org/pub/dict/%{name}-%{version}.tar.gz
 Patch0:                %{name}-linux-sparc.patch
 URL:           http://www.dict.org/
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: dictzip
 Requires:      dictd
 Requires:      %{_sysconfdir}/dictd
@@ -33,13 +34,16 @@ Informacje o kodach pocztowych zosta
 
 %build
 %{__autoconf}
+cp -f /usr/share/automake/config.* .
 %configure
 %{__make} db
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_datadir}/dictd,%{_sysconfdir}/dictd}
-%{__make} install dictdir=$RPM_BUILD_ROOT%{_datadir}/dictd
+
+%{__make} install \
+       dictdir=$RPM_BUILD_ROOT%{_datadir}/dictd
 
 dictprefix=%{_datadir}/dictd/%{dictname}
 echo "# U.S. Gazetteer
This page took 0.121517 seconds and 4 git commands to generate.