SPECS: wispy-tools.spec (NEW) - init spec

grzegorz grzegorz at pld-linux.org
Sat Mar 18 13:28:22 CET 2006


Author: grzegorz                     Date: Sat Mar 18 12:28:22 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init spec

---- Files affected:
SPECS:
   wispy-tools.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/wispy-tools.spec
diff -u /dev/null SPECS/wispy-tools.spec:1.1
--- /dev/null	Sat Mar 18 13:28:22 2006
+++ SPECS/wispy-tools.spec	Sat Mar 18 13:28:17 2006
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+%define		_ver 2006-01-R1
+Summary:	Wi-SPY is a USB 2.4GHz spectrum analyzer
+Summary(pl):	Wi-SPY jest analizatorem spektrum dla USB 2.4GHz
+Name:		wispy-tools
+Version:	2006_01_R1
+Release:	0.1
+License:	GPL v2
+Group:		Networking/Utilities
+Source0:	%{name}-%{_ver}.tar.gz
+# Source0-md5:	f28abc5c3e3d7f9c248288a79cb74222
+Patch0:		%{name}-ncurses.patch
+URL:		http://www.kismetwireless.net/wispy.shtml
+BuildRequires:	autoconf
+BuildRequires:	libusb-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+WiSPY-Tools are a set of open-source tools for supporting the device.
+
+%description -l pl
+WiSPY-Tools są narzędziami open-source do wspierania urządzenia.
+
+%package gtk
+Summary:	Wi-SPY is a USB 2.4GHz spectrum analyzer
+Summary(pl):	Wi-SPY jest analizatorem spektrum dla USB 2.4GHz
+Group:		Networking/Utilities
+
+%description gtk
+WiSPY-Tools are a set of open-source tools for supporting the device.
+
+%description gtk -l pl
+WiSPY-Tools są narzędziami open-source do wspierania urządzenia.
+
+%prep
+%setup -q -n %{name}-%{_ver}
+%patch0 -p1
+
+%build
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install wispy_raw $RPM_BUILD_ROOT%{_bindir}
+install wispy_curses $RPM_BUILD_ROOT%{_bindir}
+install wispy_gtk $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/wispy_raw
+%attr(755,root,root) %{_bindir}/wispy_curses
+
+%files gtk
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/wispy_gtk
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/03/18 12:28:17  grzegorz
+- init spec
+
================================================================


More information about the pld-cvs-commit mailing list