]> git.pld-linux.org Git - packages/etherape.git/commitdiff
- update to 0.5.7, etherape-0_5_7-1
authorkloczek <kloczek@pld-linux.org>
Wed, 4 Apr 2001 15:23:11 +0000 (15:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsoleted resolve patch,
- regenerate libtool files for allow build in new gettext enviroment.

Changed files:
    etherape.spec -> 1.14

etherape.spec

index 6eb6a86e838e53967e98e355faee7dc64b41a3fb..0b24ce7f537c84b47e45ddf5c0dab2bade4cd6e0 100644 (file)
@@ -1,24 +1,22 @@
 Summary:       Graphical network viewer modeled after etherman
 Name:          etherape
-Version:       0.5.6
-Release:       2
+Version:       0.5.7
+Release:       1
 License:       GPL
 Group:         Applications/Networking
 Group(de):     Applikationen/Netzwerkwesen
 Group(pl):     Aplikacje/Sieciowe
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/etherape/%{name}-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
-Patch1:                %{name}-resolv.patch
 URL:           http://etherape.sourceforge.net/
+BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel
 BuildRequires: gtk+-devel
 BuildRequires: libglade-devel
 BuildRequires: libpcap-devel
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: gettext-devel
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -36,9 +34,9 @@ a file as well as live from the network.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
+libtoolize --copy --force
 gettextize --copy --force
 automake -a -c
 aclocal -I macros
This page took 0.04601 seconds and 4 git commands to generate.