Author: glen Date: Wed Jan 12 22:51:41 2011 GMT Module: packages Tag: HEAD ---- Log message: - new, based on altlinux package
---- Files affected: packages/qkismet: qkismet.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/qkismet/qkismet.spec diff -u /dev/null packages/qkismet/qkismet.spec:1.1 --- /dev/null Wed Jan 12 23:51:41 2011 +++ packages/qkismet/qkismet.spec Wed Jan 12 23:51:36 2011 @@ -0,0 +1,53 @@ +# $Revision$, $Date$ +Summary: Qt4 frontend to kismet +Name: qkismet +Version: 0.3.1 +Release: 1 +License: GPL v2+ +Group: Applications/Networking +URL: http://qkismet.sourceforge.net/ +Source0: http://downloads.sourceforge.net/qkismet/%{name}-%{version}.tar.bz2 +# Source0-md5: 4011311a03ffae7ee34fcd3059e2137c +BuildRequires: libstdc++-devel +BuildRequires: sed >= 4.0 +BuildRequires: qt4-qmake +BuildRequires: QtCore-devel +BuildRequires: QtGui-devel +BuildRequires: QtNetwork-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +qKismet is graphical Kismet client written in Qt. It aims to be a +full-featured client, which provides features allowing easy overview +of Kismet output. Currently it displays networks, clients, alerts and +status messages and allows to sort and filter them. + +%prep +%setup -q + +%build +cd src +qmake-qt4 +sed -i 's,-pipe ,%{rpmcflags} ,g' Makefile.Release +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} -C src install \ + INSTALL_ROOT=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/qkismet + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/01/12 22:51:36 glen +- new, based on altlinux package ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
