Fixed the spec file to accurately reflect the contents of the package.
authorKevin Webb <kcwebb@ucsd.edu>
Tue, 21 Oct 2008 01:07:18 +0000 (01:07 +0000)
committerKevin Webb <kcwebb@ucsd.edu>
Tue, 21 Oct 2008 01:07:18 +0000 (01:07 +0000)
DistributedRateLimiting.spec

index b8ac831..1f7c201 100644 (file)
@@ -27,7 +27,7 @@ was a centralized limiter.
 %setup
 aclocal
 autoconf
-%configure --without-mysql --without-pgsql --without-pcap
+%configure --with-mysql=no --with-pgsql=no --with-pcap=no
 
 %build
 make
@@ -43,6 +43,7 @@ make DESTDIR=%{buildroot} install
 mkdir -p %{buildroot}/%{_sysconfdir}/rc.d/init.d
 install ulogd.init %{buildroot}/%{_sysconfdir}/rc.d/init.d/ulogd
 install ulogd.8 %{buildroot}/%{_mandir}/man8/ulogd.8
+install drl.xml %{buildroot}/%{_sysconfdir}
 install -D -m 644 ulogd.logrotate %{buildroot}/%{_sysconfdir}/logrotate.d/ulogd
                
 %clean
@@ -51,7 +52,6 @@ rm -rf %{buildroot}
 %files
 %defattr(0644,root,root,0755)
 %attr(0755,root,root) %{_sbindir}/ulogd
-%attr(0755,root,root) %{_bindir}/netflow-import
 %{_sysconfdir}/ulogd.conf
 %{_sysconfdir}/drl.xml
 %{_sysconfdir}/logrotate.d/ulogd
@@ -61,12 +61,13 @@ rm -rf %{buildroot}
 %{_libdir}/ulogd/ulogd_BASE.so
 %{_libdir}/ulogd/ulogd_LOCAL.so
 %{_libdir}/ulogd/ulogd_LOGEMU.so
-%{_libdir}/ulogd/ulogd_NETFLOW.so
 %{_libdir}/ulogd/ulogd_OPRINT.so
 %{_libdir}/ulogd/ulogd_PWSNIFF.so
+%{_libdir}/ulogd/ulogd_SYSLOG.so
 %{_libdir}/ulogd/ulogd_DRL.so
 %doc COPYING AUTHORS README
 %doc doc/ulogd.txt doc/ulogd.a4.ps doc/ulogd.html
+%doc drl/DRL-LICENSE
 
 %changelog
 * Tue Oct 14 2008 Kevin Webb <kcwebb@cs.ucsd.edu> - DistributedRateLimiting-0.1