init.lua is always present
This commit is contained in:
parent
f699be9204
commit
65c7e84b69
@ -12,7 +12,7 @@
|
|||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 1.2.5
|
Version: 1.2.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
%if %{svn_version}
|
%if %{svn_version}
|
||||||
@ -302,17 +302,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc doc/README.*
|
%doc doc/README.*
|
||||||
|
%config(noreplace) %{_datadir}/wireshark/init.lua
|
||||||
%{_includedir}/wireshark
|
%{_includedir}/wireshark
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
%{_mandir}/man1/idl2wrs.*
|
%{_mandir}/man1/idl2wrs.*
|
||||||
%{_sbindir}/idl2wrs
|
%{_sbindir}/idl2wrs
|
||||||
%if %{with_lua}
|
|
||||||
%config(noreplace) %{_datadir}/wireshark/init.lua
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 05 2010 Radek Vokál <rvokal@redhat.com> - 1.2.5-4
|
||||||
|
- init.lua is present always and not only when lua support is enabled
|
||||||
|
|
||||||
* Tue Jan 05 2010 Radek Vokál <rvokal@redhat.com> - 1.2.5-3
|
* Tue Jan 05 2010 Radek Vokál <rvokal@redhat.com> - 1.2.5-3
|
||||||
- fix file list, init.lua is only in -devel subpackage (#552406)
|
- fix file list, init.lua is only in -devel subpackage (#552406)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user