|
|
|
@ -23,9 +23,6 @@
|
|
|
|
|
## SUCH DAMAGE. |
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
%define V_real 1.5 |
|
|
|
|
%define V_here 1.5 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: automake |
|
|
|
|
Summary: Automatic Makefile Generation Tools |
|
|
|
@ -35,12 +32,11 @@ Packager: The OpenPKG Project
|
|
|
|
|
Distribution: OpenPKG [REL] |
|
|
|
|
Group: Development |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_here} |
|
|
|
|
Release: 20020206 |
|
|
|
|
Version: 1.6 |
|
|
|
|
Release: 20020307 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
#Source0: ftp://sourceware.cygnus.com/pub/automake/automake-%{V_real}.tar.gz |
|
|
|
|
Source0: ftp://ftp.gnu.org/gnu/automake/automake-%{V_real}.tar.gz |
|
|
|
|
Source0: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.gz |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
@ -55,7 +51,7 @@ AutoReqProv: no
|
|
|
|
|
with the GNU Coding Standards. |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n automake-%{V_real} |
|
|
|
|
%setup -q |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
PATH="%{l_prefix}/bin:$PATH"; export PATH |
|
|
|
|