]> git.pld-linux.org Git - packages/etherape.git/commitdiff
- updated to 0.9.7
authormaciek2w <maciek2w@pld-linux.org>
Tue, 31 Oct 2006 17:23:23 +0000 (17:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    etherape-Makefile.patch -> 1.2
    etherape-desktop.patch -> 1.4
    etherape.spec -> 1.62

etherape-Makefile.patch
etherape-desktop.patch
etherape.spec

index 4132488c70f998ebd63fb3883c2ed1f396fd2e8d..d4157f88806feddbf422b18a3e17fbec11889486 100644 (file)
@@ -9,3 +9,15 @@
  
  GMSGFMT = @GMSGFMT@
  MSGFMT = @MSGFMT@
+--- etherape-0.9.7/Makefile.am.orig    2006-10-31 17:48:36.000000000 +0100
++++ etherape-0.9.7/Makefile.am 2006-10-31 17:48:47.000000000 +0100
+@@ -32,8 +32,7 @@
+       cd ../www && make
+ confdir = $(sysconfdir)/etherape
+-conf_DATA =                                   \
+-      services
++conf_DATA =
+ Developmentdir = $(datadir)/applications
+ Development_DATA =                    \
index f653e62fba8d40c9b3a3cad31b7f136f319bb374..7d81f58b9e577588fa8fe66b02cb9684daf2e61e 100644 (file)
@@ -1,17 +1,14 @@
 --- etherape-0.9.0/etherape.desktop~   Wed Jul 14 10:10:53 2004
 +++ etherape-0.9.0/etherape.desktop    Wed Jul 14 10:11:53 2004
-@@ -2,8 +2,12 @@
+@@ -2,8 +2,11 @@
  Name=EtherApe
  Name[es]=EtherApe
  Comment=Graphical Network Monitor
--Comment[es]=Monitor Gráfico de Red
-+Comment[es]=Monitor Gráfico de Red
 +Comment[pl]=Graficzny monitor sieci
  Exec=etherape
--Terminal=0
-+Terminal=false
+ Terminal=false
  Type=Application
  Icon=etherape.png
-+Categories=GTK;GNOME;Network;
+ Categories=GNOME;System;Network;
 +Encoding=UTF-8
 +# vi: encoding=utf-8
index a305eeb16b8c9d71594bf532a761d217b6e34fd4..7c3910e1ec38fd59384c98c9430c27d3186ead2c 100644 (file)
@@ -2,12 +2,12 @@ Summary:      Graphical network viewer modeled after etherman
 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
@@ -20,6 +20,8 @@ BuildRequires:        libglade2
 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
@@ -72,6 +74,14 @@ rm -rf $RPM_BUILD_ROOT
 %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
@@ -80,3 +90,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/etherape.1*
 %{_desktopdir}/etherape.desktop
 %{_pixmapsdir}/etherape.png
+%{_omf_dest_dir}/%{name}
This page took 0.106024 seconds and 4 git commands to generate.