70 lines
2.1 KiB
RPMSpec
70 lines
2.1 KiB
RPMSpec
Name: nmapsi4
|
|
Version: 0.4.1
|
|
Release: 3mamba
|
|
Summary: Qt4 nmap interface
|
|
Group: Graphical Desktop/Applications/Networking
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
|
URL: https://nmapsi4.org/
|
|
Source: http://nmapsi4.googlecode.com/files/nmapsi4-%{version}.tar.bz2
|
|
Patch0: %{name}-0.3.1-gcc-4.7.patch
|
|
License: GPL
|
|
BuildRequires: cmake
|
|
BuildRequires: libqt4-devel
|
|
Requires: nmap
|
|
Requires: bind-utils
|
|
|
|
%description
|
|
NmapSi4 is a complete Qt4-based Gui with the design goals to provide a complete nmap interface for users, in order to management all options of this powerful security net scanner.
|
|
|
|
%prep
|
|
%setup -q
|
|
#%patch0 -p1
|
|
|
|
%build
|
|
%cmake -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%attr(0755,root,root) %{_bindir}/nmapsi4*
|
|
%{_datadir}/applications/kde4/nmapsi4*.desktop
|
|
%{_datadir}/icons/hicolor/*/apps/nmapsi4.png
|
|
%{_datadir}/dbus-1/interfaces/org.nmapsi4.Nmapsi4.xml
|
|
%dir %{_datadir}/nmapsi4
|
|
%dir %{_datadir}/nmapsi4/locale
|
|
#%{_datadir}/nmapsi4/locale/nmapsi4-logr_*.qm
|
|
%{_datadir}/nmapsi4/locale/nmapsi4_*.qm
|
|
%doc AUTHORS COPYING
|
|
# NEWS README TODO
|
|
|
|
%changelog
|
|
* Sun Nov 03 2024 Automatic Build System <autodist@openmamba.org> 0.4.1-3mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sun Nov 03 2024 Automatic Build System <autodist@openmamba.org> 0.4.1-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Thu Feb 28 2013 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 07 2013 Automatic Build System <autodist@mambasoft.it> 0.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 18 2012 Automatic Build System <autodist@mambasoft.it> 0.3.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 10 2012 Automatic Build System <autodist@mambasoft.it> 0.3.1-1mamba
|
|
- update to 0.3.1
|
|
|
|
* Mon Nov 29 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.2-1mamba
|
|
- package created by autospec
|