📄 airfart.spec
字号:
%define name airfart%define version v.2%define release 1Name: %{name}Version: %{version}Release: %{release}URL: http://airfart.sourceforge.netCopyright: GPLGroup: NetworkingSummary: Wireless Signal Strength DetectorSource: %{name}-%{version}.tar.gzPackager: Michael Golden <naugrim@email.byu.edu>Provides: %{name}BuildRoot: %{_builddir}/%{name}-%{version}-root%descriptionAirfart is a wireless tool created to detect wireless devices, calculate their signal strengths, and present them to the user in an easy-to-understand fashion. It is written in C/C++ with a GTK front end. Airfart supports all wireless network cards supported by the linux-wlan-ng Prism2 driver that provide hardware signal strength information in the "raw signal" format (ssi_type 3). Airfart implements a modular n-tier architecture with the data collection at the bottom tier and a graphical user interface at the top.%prep%setup -n %{name}-%{version}rm -rf $RPM_BUILD_ROOT%build%make%installrm -rf $RPM_BUILD_ROOTmake DESTDIR=$RPM_BUILD_ROOT install%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(-,root,root)%doc ChangeLog TODO Authors LICENSE README%{_mandir}/man1/airfart.1*%{_bindir}/airfart/usr/share/airfart/usr/share/airfart/manuf/usr/share/pixmaps/airfart/usr/share/pixmaps/airfart/about_menu.png/usr/share/pixmaps/airfart/offlight.png/usr/share/pixmaps/airfart/onlight.png/usr/share/pixmaps/airfart/statusbar.png%changelog* Fri Mar 07 2003- Updated RPM to Airfart 0.2* Sat Dec 14 2002 Michael Golden <naugrim@email.byu.edu>- Initial RPM Release
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -