|
|
|
@ -38,14 +38,10 @@ Release: 20080808
|
|
|
|
|
Source0: http://aegis.sourceforge.net/aegis-%{version}.tar.gz |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20040130, perl, bison, groff, gcc |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20040130, perl |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20100101, perl, bison, groff, gcc |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20100101, perl |
|
|
|
|
BuildPreReq: zlib, bzip2, gettext, libiconv, file, uuid, curl, libxml, openssl |
|
|
|
|
PreReq: zlib, bzip2, gettext, libiconv, file, uuid, curl, libxml, openssl |
|
|
|
|
AutoReq: no |
|
|
|
|
AutoReqProv: no |
|
|
|
|
|
|
|
|
|
%description |
|
|
|
|
Aegis is a transaction-based software configuration management system. It |
|
|
|
@ -84,7 +80,6 @@ AutoReqProv: no
|
|
|
|
|
%{l_make} %{l_mflags} |
|
|
|
|
|
|
|
|
|
%install |
|
|
|
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
|
%{l_make} %{l_mflags} install \ |
|
|
|
|
prefix=$RPM_BUILD_ROOT%{l_prefix} \ |
|
|
|
|
exec_prefix=$RPM_BUILD_ROOT%{l_prefix} |
|
|
|
@ -101,5 +96,4 @@ AutoReqProv: no
|
|
|
|
|
%files -f files |
|
|
|
|
|
|
|
|
|
%clean |
|
|
|
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
|
|
|
|
|
|