From: Kevin Webb Date: Tue, 21 Oct 2008 01:07:18 +0000 (+0000) Subject: Fixed the spec file to accurately reflect the contents of the package. X-Git-Tag: DistributedRateLimiting-0.1-0~49 X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=commitdiff_plain;h=a3995c9ac407020dcdc5c471191b767bb1667d2e Fixed the spec file to accurately reflect the contents of the package. --- diff --git a/DistributedRateLimiting.spec b/DistributedRateLimiting.spec index b8ac831..1f7c201 100644 --- a/DistributedRateLimiting.spec +++ b/DistributedRateLimiting.spec @@ -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 - DistributedRateLimiting-0.1