1 |
< |
### RPM external gdbm 1.8.3 |
2 |
< |
Source: http://rm.mirror.garr.it/mirrors/gnuftp/gnu/%{n}/%{n}-%{v}.tar.gz |
1 |
> |
### RPM external gdbm 1.8.3-wt1 |
2 |
> |
Source: http://rm.mirror.garr.it/mirrors/gnuftp/gnu/%{n}/%{n}-%{realversion}.tar.gz |
3 |
|
|
4 |
|
%define thisuser %(id -u) |
5 |
|
%define thisgroup %(id -g) |
6 |
|
|
7 |
+ |
%prep |
8 |
+ |
%setup -n %n-%{realversion} |
9 |
+ |
|
10 |
|
%build |
11 |
|
perl -p -i -e "s|BINOWN = bin|BINOWN = %{thisuser}|g" Makefile.in |
12 |
|
perl -p -i -e "s|BINGRP = bin|BINGRP = %{thisgroup}|g" Makefile.in |
13 |
|
./configure --prefix=%{i} |
14 |
|
make %makeprocesses |
15 |
< |
# |
15 |
> |
|