Author: maciek2w Date: Tue Oct 31 17:23:28 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.9.7
---- Files affected: SPECS: etherape.spec (1.61 -> 1.62) ---- Diffs: ================================================================ Index: SPECS/etherape.spec diff -u SPECS/etherape.spec:1.61 SPECS/etherape.spec:1.62 --- SPECS/etherape.spec:1.61 Wed Feb 1 13:16:39 2006 +++ SPECS/etherape.spec Tue Oct 31 18:23:23 2006 @@ -3,12 +3,12 @@ Summary(pl): Graficzny monitor sieci Summary(pt_BR): Visualizador gráfico de redes modelado como o etherman Name: etherape -Version: 0.9.4 +Version: 0.9.7 Release: 4 License: GPL Group: Applications/Networking Source0: http://dl.sourceforge.net/etherape/%{name}-%{version}.tar.gz -# Source0-md5: 22f25464deca3f4a09f0247513ec5d2a +# Source0-md5: 7b5783090d92abe79634da4b582c6b48 Patch1: %{name}-desktop.patch Patch2: %{name}-resolv.patch Patch3: %{name}-Makefile.patch @@ -21,6 +21,8 @@ BuildRequires: libgnomeui-devel >= 2.0 BuildRequires: libpcap-devel BuildRequires: pkgconfig +Requires(post,postun): desktop-file-utils +Requires(post,postun): scrollkeeper BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -73,6 +75,14 @@ %clean rm -rf $RPM_BUILD_ROOT +%post +%scrollkeeper_update_post +%update_desktop_database_post + +%postun +%scrollkeeper_update_postun +%update_desktop_database_postun + %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog FAQ NEWS README* TODO @@ -81,6 +91,7 @@ %{_mandir}/man1/etherape.1* %{_desktopdir}/etherape.desktop %{_pixmapsdir}/etherape.png +%{_omf_dest_dir}/%{name} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -88,6 +99,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.62 2006/10/31 17:23:23 maciek2w +- updated to 0.9.7 + Revision 1.61 2006/02/01 12:16:39 maciek2w - updated to 0.9.4; some patchs fixed - STBR ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/etherape.spec?r1=1.61&r2=1.62&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
