]> git.pld-linux.org Git - packages/ap-utils.git/blobdiff - ap-utils.spec
- simplified %setup
[packages/ap-utils.git] / ap-utils.spec
index d7ae24f456205cd1992fffe9974f798d7d3bcd21..1dbc574d5a4fb7c2d5585921aebfc3ec396a1a4a 100644 (file)
@@ -1,14 +1,18 @@
 Summary:       Configure and monitor Wireless Access Points
 Summary(pl):   Konfiguracja i monitoring punktów dostêpu bezprzewodowego (Access Points)
 Name:          ap-utils
-Version:       1.3.1
-Release:       1
+Version:       1.5
+#%define       bver    pre2b
+#Release:      0.%{bver}.1
+RElease:       1
 License:       GPL
 Group:         Networking/Utilities
-Source0:       http://dl.sourceforge.net/ap-utils/%{name}-%{version}.tar.bz2
+Source0:       ftp://linux.zhitomir.net/ap-utils/%{name}-%{version}.tar.bz2
+# Source0-md5: ebdb2a03302648c939ac965617de2889
 URL:           http://ap-utils.polesye.net/
+BuildRequires: automake
 BuildRequires: libtool
-BuildRequires: ncurses-devel
+BuildRequires: ncurses-ext-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,15 +24,18 @@ bezprzewodowych.
 
 %prep
 %setup -q
-
 %build
+cp -f /usr/share/automake/config.sub .
 %{__libtoolize}
 %configure2_13
-%{__make} CC="%{__cc} -I/usr/include/ncurses"
+%{__make} \
+       CC="%{__cc} -I/usr/include/ncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
 
This page took 0.046869 seconds and 4 git commands to generate.