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