|
|
|
|
@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
|
|
Group: Text |
|
|
|
|
License: GPL |
|
|
|
|
Version: 4.11 |
|
|
|
|
Release: 20030405 |
|
|
|
|
Release: 20030616 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://aegis.sourceforge.net/aegis-%{version}.tar.gz |
|
|
|
|
@ -55,8 +55,16 @@ AutoReqProv: no
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q |
|
|
|
|
%{l_shtool} subst \ |
|
|
|
|
-e 's/-chown /true /g' \ |
|
|
|
|
-e 's/\(\&\& *\)chgrp /\1true /g' \ |
|
|
|
|
-e 's/\([\t ]\)chgrp /\1true /g' \ |
|
|
|
|
-e 's/\(\&\& *\)chmod /\1true /g' \ |
|
|
|
|
Makefile.in |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
AEGIS_UID="%{l_muid}" \ |
|
|
|
|
AEGIS_GID="%{l_mgid}" \ |
|
|
|
|
CC="%{l_cc} %{l_cppflags} %{l_ldflags}" \ |
|
|
|
|
CFLAGS="%{l_cflags -O}" \ |
|
|
|
|
CPPFLAGS="%{l_cppflags}" \ |
|
|
|
|
@ -73,7 +81,9 @@ AutoReqProv: no
|
|
|
|
|
prefix=$RPM_BUILD_ROOT%{l_prefix} \ |
|
|
|
|
exec_prefix=$RPM_BUILD_ROOT%{l_prefix} |
|
|
|
|
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true |
|
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} |
|
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \ |
|
|
|
|
'%attr(4755,%{l_susr},%{l_sgrp}) %{l_prefix}/bin/aegis' \ |
|
|
|
|
'%attr(4755,%{l_susr},%{l_sgrp}) %{l_prefix}/bin/aeimport' |
|
|
|
|
|
|
|
|
|
%files -f files |
|
|
|
|
|
|
|
|
|
|