]> git.pld-linux.org Git - packages/etherape.git/commitdiff
resolv patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 15 Mar 2001 08:03:50 +0000 (08:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    etherape.spec -> 1.12

etherape.spec

index c133e9e4c63a8545e191e088cc9d08898314760b..d6a98da8ecd13bdbb9d53d5d16b0909e59cb5f41 100644 (file)
@@ -4,9 +4,11 @@ Version:       0.5.6
 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:                etherape-DESTDIR.patch
+Patch0:                %{name}-DESTDIR.patch
+Patch1:                %{name}-resolv.patch
 URL:           http://etherape.sourceforge.net/
 BuildRequires: automake
 BuildRequires: gettext-devel
@@ -14,6 +16,9 @@ BuildRequires:        gnome-libs-devel
 BuildRequires: gtk+-devel
 BuildRequires: libglade-devel
 BuildRequires: libpcap-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -31,10 +36,13 @@ a file as well as live from the network.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-automake
 gettextize --copy --force
+automake -a -c
+aclocal -I macros
+autoconf
 %configure
 %{__make}
 
This page took 0.036554 seconds and 4 git commands to generate.