Author: shadzik Date: Thu Jun 1 00:20:35 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fix build - readded patch for ncurses includes
---- Files affected: SPECS: snortconf.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/snortconf.spec diff -u SPECS/snortconf.spec:1.6 SPECS/snortconf.spec:1.7 --- SPECS/snortconf.spec:1.6 Wed Mar 1 00:37:25 2006 +++ SPECS/snortconf.spec Thu Jun 1 02:20:30 2006 @@ -8,7 +8,7 @@ Group: Development Source0: http://xjack.org/snortconf/downloads/%{name}-%{version}.tar.gz # Source0-md5: 9a25b762023f5630f3973858206acb84 -Patch1: %{name}-ncurses.patch +Patch0: %{name}-include.patch URL: http://xjack.org/snortconf/ BuildRequires: ncurses-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -25,10 +25,11 @@ %prep %setup -q -%patch1 -p1 +%patch0 -p0 %build -%configure +./configure +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -50,6 +51,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2006/06/01 00:20:30 shadzik +- fix build +- readded patch for ncurses includes + Revision 1.6 2006/02/28 23:37:25 glen - adapterized (killed trailing spaces/tabs) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/snortconf.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
