|
@@ -6,7 +6,7 @@ Group: Libraries/Network
|
|
Name: daq
|
|
Name: daq
|
|
Prefix: %{_prefix}
|
|
Prefix: %{_prefix}
|
|
Provides: daq
|
|
Provides: daq
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Source: daq-%{version}.tar.gz
|
|
Source: daq-%{version}.tar.gz
|
|
URL: http://www.snort.org/
|
|
URL: http://www.snort.org/
|
|
Version: %{version}
|
|
Version: %{version}
|
|
@@ -44,10 +44,17 @@ make install DESTDIR=%{buildroot}
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
rm -f %{buildroot}%{_libdir}/daq/*.la
|
|
rm -f %{buildroot}%{_libdir}/daq/*.la
|
|
|
|
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
+%post -p /sbin/ldconfig
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+%postun -p /sbin/ldconfig
|
|
|
|
+
|
|
|
|
+
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%{_includedir}/*.h
|
|
%{_includedir}/*.h
|
|
@@ -60,5 +67,8 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Mar 18 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.2-2
|
|
|
|
+- fix post and postun scripts
|
|
|
|
+
|
|
* Wed Mar 14 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.2-1
|
|
* Wed Mar 14 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.2-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|