rpms/snort/devel snort.spec,1.17,1.18

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Mon Oct 9 18:59:53 UTC 2006


Author: ausil

Update of /cvs/extras/rpms/snort/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21996

Modified Files:
	snort.spec 
Log Message:
disable smp



Index: snort.spec
===================================================================
RCS file: /cvs/extras/rpms/snort/devel/snort.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- snort.spec	9 Oct 2006 17:38:28 -0000	1.17
+++ snort.spec	9 Oct 2006 18:59:52 -0000	1.18
@@ -1,7 +1,7 @@
 Summary:        Intrusion detection system
 Name:           snort
 Version:        2.6.0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPL
 Group:          Applications/Internet
 Source0:        http://www.snort.org/dl/current/snort-%{version}.tar.gz
@@ -171,7 +171,7 @@
                                    --with-postgresql=no \
                                    --with-oracle=no \
                                    --with-odbc=no 
-make %{?_smp_mflags}
+make
 mv src/snort snort-plain
 mv src/dynamic-plugins/sf_engine/.libs/libsf_engine.so* .
 mv src/dynamic-preprocessors/build/usr/lib/snort_dynamicpreprocessor .
@@ -185,7 +185,7 @@
                                    --with-oracle=no \
                                    --with-odbc=no \
                                    --enable-flexresp
-make %{?_smp_mflags}
+make
 mv src/snort snort-plain+flexresp
 make clean
 }
@@ -197,7 +197,7 @@
                                    --with-oracle=no \
                                    --with-odbc=no \
                                    --enable-flexresp
-make %{?_smp_mflags}
+make
 mv src/snort snort-mysql+flexresp
 make clean
 }
@@ -208,7 +208,7 @@
                               --with-postgresql=no \
                               --with-oracle=no \
                               --with-odbc=no
-make %{?_smp_mflags}
+make
 mv src/snort snort-mysql
 make clean
 }
@@ -222,7 +222,7 @@
                                    --with-oracle=no \
                                    --with-odbc=no \
                                    --enable-flexresp
-make %{?_smp_mflags}
+make
 mv src/snort snort-postgresql+flexresp
 make clean
 }
@@ -233,7 +233,7 @@
                                    --with-postgresql=yes \
                                    --with-oracle=no \
                                    --with-odbc=no
-make %{?_smp_mflags}
+make
 mv src/snort snort-postgresql
 make clean
 }
@@ -247,7 +247,7 @@
                                     --with-snmp=/usr \
                                    --with-openssl
 
-make %{?_smp_mflags}
+make
 mv src/snort snort-snmp
 make clean
 }
@@ -262,7 +262,7 @@
                                    --with-snmp \
                                    --enable-flexresp \
                                    --with-openssl
-make %{?_smp_mflags}
+make
 mv src/snort snort-snmp+flexresp
  make clean
 }
@@ -276,7 +276,7 @@
                                    --with-snmp \
                                    --enable-flexresp \
                                    --with-openssl
-make %{?_smp_mflags}
+make
 mv src/snort snort-bloat
 make clean
 }
@@ -425,6 +425,9 @@
 
 
 %changelog
+* Mon Oct 09 2006 Dennis Gilmore <dennis at ausil.us> - 2.6.0.2-2
+- disable smp  as it breaks build on the buildsys
+
 * Sun Oct 08 2006 Dennis Gilmore <dennis at ausil.us> - 2.6.0.2-1
 - Update to 2.6.0.2
 - Realy add dynamic plugin




More information about the fedora-extras-commits mailing list