automatic version update by autodist [release 2.0.0-1mamba;Tue Nov 24 2015]
This commit is contained in:
parent
42f56ff7b0
commit
c95f5cbbf7
@ -2,7 +2,7 @@
|
|||||||
%define libname libwireshark
|
%define libname libwireshark
|
||||||
|
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 1.99.5
|
Version: 2.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A free network protocol analyzer
|
Summary: A free network protocol analyzer
|
||||||
Group: Network/Monitoring
|
Group: Network/Monitoring
|
||||||
@ -123,18 +123,12 @@ install -p -D %{name}.desktop \
|
|||||||
%{buildroot}%{_datadir}/applications/%{name}.desktop
|
%{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
#install headers
|
#install headers
|
||||||
install -d %{buildroot}%{_includedir}/wireshark/epan/crypt/
|
for f in epan epan/compress epan/crypt epan/dfilter epan/dissectors \
|
||||||
install -d %{buildroot}%{_includedir}/wireshark/epan/dfilter/
|
epan/nghttp2 epan/wmem epan/wslua epan/ftypes wiretap; do
|
||||||
install -d %{buildroot}%{_includedir}/wireshark/epan/dissectors/
|
install -d %{buildroot}%{_includedir}/wireshark/$f
|
||||||
install -d %{buildroot}%{_includedir}/wireshark/epan/ftypes/
|
cp $f/*.h %{buildroot}%{_includedir}/wireshark/$f/
|
||||||
install -d %{buildroot}%{_includedir}/wireshark/wiretap/
|
done
|
||||||
cp color.h config.h register.h %{buildroot}%{_includedir}/wireshark/
|
cp color.h config.h register.h %{buildroot}%{_includedir}/wireshark/
|
||||||
cp epan/*.h %{buildroot}%{_includedir}/wireshark/epan/
|
|
||||||
cp epan/crypt/*.h %{buildroot}%{_includedir}/wireshark/epan/crypt/
|
|
||||||
cp epan/dfilter/*.h %{buildroot}%{_includedir}/wireshark/epan/dfilter/
|
|
||||||
cp epan/dissectors/*.h %{buildroot}%{_includedir}/wireshark/epan/dissectors/
|
|
||||||
cp epan/ftypes/*.h %{buildroot}%{_includedir}/wireshark/epan/ftypes/
|
|
||||||
cp wiretap/*.h %{buildroot}%{_includedir}/wireshark/wiretap/
|
|
||||||
|
|
||||||
rm -f %{buildroot}%{_libdir}/%{name}/plugins/%{version}/*.la
|
rm -f %{buildroot}%{_libdir}/%{name}/plugins/%{version}/*.la
|
||||||
|
|
||||||
@ -193,20 +187,7 @@ rm -f %{buildroot}%{_libdir}/%{name}/plugins/%{version}/*.la
|
|||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/wireshark
|
%{_libdir}/wireshark/extcap/androiddump
|
||||||
%{_includedir}/wireshark/*.h
|
|
||||||
%dir %{_includedir}/wireshark/epan
|
|
||||||
%{_includedir}/wireshark/epan/*.h
|
|
||||||
%dir %{_includedir}/wireshark/epan/crypt
|
|
||||||
%{_includedir}/wireshark/epan/crypt/*.h
|
|
||||||
%dir %{_includedir}/wireshark/epan/dfilter
|
|
||||||
%{_includedir}/wireshark/epan/dfilter/*.h
|
|
||||||
%dir %{_includedir}/wireshark/epan/dissectors
|
|
||||||
%{_includedir}/wireshark/epan/dissectors/*h
|
|
||||||
%dir %{_includedir}/wireshark/epan/ftypes
|
|
||||||
%{_includedir}/wireshark/epan/ftypes/*.h
|
|
||||||
%dir %{_includedir}/wireshark/wiretap
|
|
||||||
%{_includedir}/wireshark/wiretap/*.h
|
|
||||||
%{_libdir}/libwireshark.so.*
|
%{_libdir}/libwireshark.so.*
|
||||||
%{_libdir}/libwiretap.so.*
|
%{_libdir}/libwiretap.so.*
|
||||||
%{_libdir}/libwsutil.so.*
|
%{_libdir}/libwsutil.so.*
|
||||||
@ -214,6 +195,8 @@ rm -f %{buildroot}%{_libdir}/%{name}/plugins/%{version}/*.la
|
|||||||
|
|
||||||
%files -n %{libname}-devel
|
%files -n %{libname}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/wireshark
|
||||||
|
%{_includedir}/wireshark/*
|
||||||
#%{_libdir}/libwireshark.la
|
#%{_libdir}/libwireshark.la
|
||||||
%{_libdir}/libwireshark.so
|
%{_libdir}/libwireshark.so
|
||||||
#%{_libdir}/libwiretap.la
|
#%{_libdir}/libwiretap.la
|
||||||
@ -233,6 +216,9 @@ rm -f %{buildroot}%{_libdir}/%{name}/plugins/%{version}/*.la
|
|||||||
#%doc doc/README.* doc/*.txt
|
#%doc doc/README.* doc/*.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 24 2015 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri May 08 2015 Automatic Build System <autodist@mambasoft.it> 1.99.5-1mamba
|
* Fri May 08 2015 Automatic Build System <autodist@mambasoft.it> 1.99.5-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user