Browse Source

- fix Vendor - fix Group - fix BuildPreReq & PreReq - use just %patch

master
parent
commit
1dce45d9c2
  1. 12
      aide/aide.spec

12
aide/aide.spec

@ -27,10 +27,10 @@
Name: aide
Summary: Advanced Intrusion Detection Environment
URL: http://www.aide.org/
Vendor: John Doe
Vendor: R. Lehti & P. Virolainen
Packager: The OpenPKG Project
Distribution: OpenPKG [EVAL]
Group: Console/Security
Group: Security
License: GPL
Version: 0.9
Release: 20021025
@ -42,17 +42,17 @@ Patch0: aide.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, bison, mhash
PreReq: OpenPKG, mhash
BuildPreReq: OpenPKG, openpkg >= 20020206, bison, flex, mhash
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no
%description
aide is an intrusion detection system for checking the integrity of files.
Aide is an intrusion detection system for checking the integrity of files.
%prep
%setup -q
%patch0 -p1
%patch -p1
%build
CC="%{l_cc}" \

Loading…
Cancel
Save