ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/gdbm.spec
(Generate patch)

Comparing COMP/CMSDIST/gdbm.spec (file contents):
Revision 1.1 by eulisse, Tue Apr 25 12:21:34 2006 UTC vs.
Revision 1.5 by elmer, Wed Mar 28 01:21:58 2007 UTC

# 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 + perl -p -i -e "s|BINOWN = bin|BINOWN = %{thisuser}|g" Makefile.in
9 + perl -p -i -e "s|BINGRP = bin|BINGRP = %{thisgroup}|g" Makefile.in
10   ./configure --prefix=%{i}
11   make %makeprocesses
12 + #

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines