Blame SPECS/nmap.spec

c9f2b6
#Todo: stop using local copy of libdnet, once system distributed version 
c9f2b6
#supports sctp (grep sctp /usr/include/dnet.h)
c9f2b6
c9f2b6
%global _hardened_build 1
c9f2b6
%if 0%{?fedora} && 0%{?fedora}  <= 28
c9f2b6
%global with_frontend 1
c9f2b6
%else
c9f2b6
%global with_frontend 0
c9f2b6
%endif
c9f2b6
c9f2b6
Summary: Network exploration tool and security scanner
c9f2b6
Name: nmap
c9f2b6
Epoch: 2
c9f2b6
Version: 7.70
c9f2b6
#global prerelease TEST5
f7fe49
Release: 7%{?dist}
c9f2b6
# Uses combination of licenses based on GPL license, but with extra modification
c9f2b6
# so it got its own license tag rhbz#1055861
c9f2b6
License: Nmap
c9f2b6
Group: Applications/System
c9f2b6
Requires: %{name}-ncat = %{epoch}:%{version}-%{release}
c9f2b6
Source0: http://nmap.org/dist/%{name}-%{version}%{?prerelease}.tar.bz2
c9f2b6
%if %{with_frontend}
c9f2b6
Source1: zenmap.desktop
c9f2b6
Source2: zenmap-root.pamd
c9f2b6
Source3: zenmap.appdata.xml
c9f2b6
%endif
c9f2b6
c9f2b6
#prevent possible race condition for shtool, rhbz#158996
c9f2b6
Patch1: nmap-4.03-mktemp.patch
c9f2b6
c9f2b6
#don't suggest to scan microsoft
c9f2b6
Patch2: nmap-4.52-noms.patch
c9f2b6
c9f2b6
# upstream provided patch for rhbz#845005, not yet in upstream repository
c9f2b6
Patch5: ncat_reg_stdin.diff
c9f2b6
Patch6: nmap-6.25-displayerror.patch
2b076f
Patch7: nmap-safe_fd_functions.patch
c9f2b6
f7fe49
# https://github.com/nmap/nmap/pull/2247
f7fe49
Patch8: nmap_resolve_config.patch
f7fe49
c9f2b6
c9f2b6
URL: http://nmap.org/
c9f2b6
BuildRequires: gcc-c++
c9f2b6
BuildRequires: openssl-devel, gtk2-devel, lua-devel, libpcap-devel, pcre-devel
c9f2b6
BuildRequires: desktop-file-utils, dos2unix
c9f2b6
BuildRequires: libtool, automake, autoconf, gettext-devel
c9f2b6
c9f2b6
%if ! %{with_frontend}
c9f2b6
Obsoletes: nmap-frontend
c9f2b6
Obsoletes: nmap-ndiff
c9f2b6
%endif
c9f2b6
c9f2b6
c9f2b6
c9f2b6
%define pixmap_srcdir zenmap/share/pixmaps
c9f2b6
c9f2b6
%description
c9f2b6
Nmap is a utility for network exploration or security auditing.  It supports
c9f2b6
ping scanning (determine which hosts are up), many port scanning techniques
c9f2b6
(determine what services the hosts are offering), and TCP/IP fingerprinting
c9f2b6
(remote host operating system identification). Nmap also offers flexible target
c9f2b6
and port specification, decoy scanning, determination of TCP sequence
c9f2b6
predictability characteristics, reverse-identd scanning, and more. In addition
c9f2b6
to the classic command-line nmap executable, the Nmap suite includes a flexible
c9f2b6
data transfer, redirection, and debugging tool (netcat utility ncat), a utility
c9f2b6
for comparing scan results (ndiff), and a packet generation and response
c9f2b6
analysis tool (nping). 
c9f2b6
c9f2b6
%if %{with_frontend}
c9f2b6
%package frontend
c9f2b6
Summary: The GTK+ front end for nmap
c9f2b6
Group: Applications/System
c9f2b6
Requires: nmap = %{epoch}:%{version} gtk2 python2 >= 2.5 pygtk2 usermode
c9f2b6
Requires: nmap-ndiff = %{epoch}:%{version}
c9f2b6
BuildRequires: python2-devel pygtk2-devel libpng-devel
c9f2b6
BuildArch: noarch
c9f2b6
c9f2b6
%description frontend
c9f2b6
This package includes zenmap, a GTK+ front end for nmap. The nmap package must
c9f2b6
be installed before installing nmap front end.
c9f2b6
c9f2b6
%package ndiff
c9f2b6
Summary: Ndiff is a tool to aid in the comparison of Nmap scans
c9f2b6
Group:   Applications/System
c9f2b6
BuildRequires: python2 >= 2.5
c9f2b6
Requires: nmap = %{epoch}:%{version}
c9f2b6
BuildArch: noarch
c9f2b6
c9f2b6
%description ndiff
c9f2b6
%{summary}
c9f2b6
%endif
c9f2b6
c9f2b6
%package ncat
c9f2b6
Group:   Applications/System
c9f2b6
Summary: Nmap's Netcat replacement
c9f2b6
Obsoletes: nc < 1.109.20120711-2
c9f2b6
Obsoletes: nc6 < 1.00-22
c9f2b6
Provides: nc nc6
c9f2b6
c9f2b6
%description ncat
c9f2b6
Ncat is a feature packed networking utility which will read and
c9f2b6
write data across a network from the command line.  It uses both
c9f2b6
TCP and UDP for communication and is designed to be a reliable
c9f2b6
back-end tool to instantly provide network connectivity to other
c9f2b6
applications and users. Ncat will not only work with IPv4 and IPv6
c9f2b6
but provides the user with a virtually limitless number of potential
c9f2b6
uses.
c9f2b6
c9f2b6
%if 0%{?rhel} && 0%{?rhel}  >= 0
c9f2b6
Requires(post): %{_sbindir}/update-alternatives
c9f2b6
Requires(postun): %{_sbindir}/update-alternatives
c9f2b6
%endif
c9f2b6
c9f2b6
c9f2b6
%prep
2b076f
%autosetup -p1 -n %{name}-%{version}%{?prerelease}
c9f2b6
c9f2b6
#be sure we're not using tarballed copies of some libraries
c9f2b6
#rm -rf liblua libpcap libpcre macosx mswin32 ###TODO###
c9f2b6
c9f2b6
rm -rf libpcap libpcre macosx mswin32 libssh2 libz
c9f2b6
c9f2b6
# for aarch64 support, not needed with autotools 2.69+
c9f2b6
for f in acinclude.m4 configure.ac nping/configure.ac
c9f2b6
do
c9f2b6
  sed -i -e 's/\(AC_DEFINE([^,)]*\))/\1, 1, [Description])/' -e 's/\(AC_DEFINE([^,]*,[^,)]*\))/\1, [Description])/' $f
c9f2b6
done
c9f2b6
autoreconf -I . -fiv --no-recursive
c9f2b6
cd nping; autoreconf -I .. -fiv --no-recursive; cd ..
c9f2b6
c9f2b6
%if %{with_frontend}
c9f2b6
#fix locale dir
c9f2b6
mv zenmap/share/zenmap/locale zenmap/share
c9f2b6
sed -i -e "s|^locale_dir =.*$|locale_dir = os.path.join('share','locale')|" \
c9f2b6
 -e 's|join(self.install_data, data_dir)|join(self.install_data, "share")|' zenmap/setup.py
c9f2b6
sed -i 's|^LOCALE_DIR = .*|LOCALE_DIR = join(prefix, "share", "locale")|' zenmap/zenmapCore/Paths.py
c9f2b6
%endif
c9f2b6
c9f2b6
%build
c9f2b6
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
c9f2b6
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
c9f2b6
### TODO ## configure  --with-libpcap=/usr ###TODO###
c9f2b6
### TODO if 0%{%fedora} --with-libsssh
c9f2b6
%configure  --with-libpcap=yes --with-liblua=included \
c9f2b6
%if ! %{with_frontend}
c9f2b6
  --without-zenmap \
c9f2b6
  --without-ndiff \
c9f2b6
%endif
c9f2b6
  --enable-dbus --without-libssh2
c9f2b6
make %{?_smp_mflags}
c9f2b6
c9f2b6
#fix man page (rhbz#813734)
c9f2b6
sed -i 's/-md/-mf/' nping/docs/nping.1
c9f2b6
c9f2b6
%install
c9f2b6
#prevent stripping - replace strip command with 'true'
c9f2b6
make DESTDIR=%{buildroot} STRIP=true install
c9f2b6
c9f2b6
#do not include certificate bundle (#734389)
c9f2b6
rm -f %{buildroot}%{_datadir}/ncat/ca-bundle.crt
c9f2b6
rmdir %{buildroot}%{_datadir}/ncat
c9f2b6
c9f2b6
%if 0%{?fedora} && 0%{?fedora}  >= 0
c9f2b6
# we provide 'nc' replacement
c9f2b6
# Do not create symlinks on manpages on rhel because of
c9f2b6
# rhbz#1578776
c9f2b6
ln -s ncat.1.gz %{buildroot}/%{_mandir}/man1/nc.1.gz
c9f2b6
ln -s ncat %{buildroot}/%{_bindir}/nc
c9f2b6
%endif
c9f2b6
c9f2b6
%if %{with_frontend}
c9f2b6
rm -f %{buildroot}%{_bindir}/uninstall_zenmap
c9f2b6
#do not include uninstall script
c9f2b6
rm -f %{buildroot}%{_bindir}/uninstall_ndiff
c9f2b6
c9f2b6
rm -f %{buildroot}%{_datadir}/applications/zenmap*.desktop
c9f2b6
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
c9f2b6
install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/zenmap-root
c9f2b6
c9f2b6
cp docs/zenmap.1 %{buildroot}%{_mandir}/man1/
c9f2b6
gzip %{buildroot}%{_mandir}/man1/* || :
c9f2b6
pushd %{buildroot}%{_mandir}/man1
c9f2b6
ln -s zenmap.1.gz nmapfe.1.gz
c9f2b6
ln -s zenmap.1.gz xnmap.1.gz
c9f2b6
popd
c9f2b6
c9f2b6
desktop-file-install --vendor nmap \
c9f2b6
    --dir %{buildroot}%{_datadir}/applications \
c9f2b6
    --add-category X-Red-Hat-Base \
c9f2b6
    %{SOURCE1};
c9f2b6
c9f2b6
mkdir -p  %{buildroot}/%{_datadir}/metainfo/
c9f2b6
install -p -m 0644 %SOURCE3 %{buildroot}/%{_datadir}/metainfo/
c9f2b6
c9f2b6
#for .desktop and app icon
c9f2b6
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/256x256/apps
c9f2b6
ln -s ../../../../zenmap/pixmaps/zenmap.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps
c9f2b6
c9f2b6
# fix end-of-line
c9f2b6
pushd %{buildroot}
c9f2b6
for fe in ./%{python_sitelib}/zenmapCore/Paths.py
c9f2b6
do
c9f2b6
  dos2unix <$fe >$fe.new
c9f2b6
  touch -r $fe $fe.new
c9f2b6
  mv -f $fe.new $fe
c9f2b6
done
c9f2b6
popd
c9f2b6
%find_lang zenmap
c9f2b6
%endif
c9f2b6
c9f2b6
%find_lang nmap --with-man
c9f2b6
touch %{buildroot}%{_bindir}/nc
c9f2b6
c9f2b6
%post ncat
c9f2b6
%{_sbindir}/update-alternatives --install %{_bindir}/nc \
c9f2b6
  %{name} %{_bindir}/ncat 10 \
c9f2b6
  --slave %{_mandir}/man1/nc.1.gz ncman %{_mandir}/man1/ncat.1.gz  
c9f2b6
c9f2b6
## ln -s ncat.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/nc.1.gz
c9f2b6
c9f2b6
%postun ncat
c9f2b6
if [ $1 -eq 0 ] ; then
c9f2b6
  %{_sbindir}/update-alternatives --remove %{name} %{_bindir}/ncat
c9f2b6
fi
c9f2b6
c9f2b6
c9f2b6
%files -f nmap.lang
c9f2b6
%doc COPYING*
c9f2b6
%doc docs/README
c9f2b6
%doc docs/nmap.usage.txt
c9f2b6
%{_bindir}/nmap
c9f2b6
%{_bindir}/nping
c9f2b6
%{_mandir}/man1/nmap.1.gz
c9f2b6
%{_mandir}/man1/nping.1.gz
c9f2b6
%{_datadir}/nmap
c9f2b6
c9f2b6
%files ncat 
c9f2b6
%doc COPYING ncat/docs/AUTHORS ncat/docs/README ncat/docs/THANKS ncat/docs/examples
c9f2b6
%if 0%{?fedora} && 0%{?fedora}  >= 0
c9f2b6
%{_bindir}/nc
c9f2b6
%{_mandir}/man1/nc.1.gz
c9f2b6
%else
c9f2b6
%ghost %{_bindir}/nc
c9f2b6
%ghost %{_mandir}/man1/nc.1.gz
c9f2b6
%endif
c9f2b6
%{_bindir}/ncat
c9f2b6
%{_mandir}/man1/ncat.1.gz
c9f2b6
c9f2b6
%if %{with_frontend}
c9f2b6
%files ndiff
c9f2b6
%{_bindir}/ndiff
c9f2b6
%{python_sitelib}/ndiff.py
c9f2b6
%{python_sitelib}/ndiff.py?
c9f2b6
%{_mandir}/man1/ndiff.1.gz
c9f2b6
c9f2b6
%files frontend -f zenmap.lang
c9f2b6
%defattr(-,root,root)
c9f2b6
%config(noreplace) %{_sysconfdir}/pam.d/zenmap-root
c9f2b6
%{_bindir}/zenmap
c9f2b6
%{_bindir}/nmapfe
c9f2b6
%{_bindir}/xnmap
c9f2b6
%{python_sitelib}/radialnet
c9f2b6
%{python_sitelib}/zenmap*
c9f2b6
%{_datadir}/applications/nmap-zenmap.desktop
c9f2b6
%{_datadir}/icons/hicolor/256x256/apps/*
c9f2b6
%{_datadir}/zenmap
c9f2b6
%{_mandir}/man1/zenmap.1.gz
c9f2b6
%{_mandir}/man1/nmapfe.1.gz
c9f2b6
%{_mandir}/man1/xnmap.1.gz
c9f2b6
%{_datadir}/metainfo/zenmap.appdata.xml
c9f2b6
%endif
c9f2b6
c9f2b6
%changelog
f7fe49
* Wed May 04 2022 Martin Osvald <mosvald@redhat.com> - 2:7.70-7
f7fe49
- Do not listen on ipv6 if it's disabled (#1899824)
f7fe49
2b076f
* Wed Jul 21 2021 Pavel Zhukov <pzhukov@redhat.com> - 2:7.70-6
2b076f
- Use safe variants of FD_ functions (#1914733)
2b076f
c9f2b6
* Thu Mar 28 2019 Pavel Zhukov <pzhukov@redhat.com> - 2:7.70-5
c9f2b6
- Resolves: #1653119 - Manage nc symlink using alternatives
c9f2b6
c9f2b6
* Mon Sep 17 2018 Pavel Zhukov <pzhukov@redhat.com> - 2:7.70-4
c9f2b6
- Resolves: #1627053 - Obsolete python2 packages
c9f2b6
c9f2b6
* Mon Jun  4 2018 Pavel Zhukov <pzhukov@redhat.com> - 2:7.70-3
c9f2b6
- Disable build with libssh in RHEL (#1584704)
c9f2b6
c9f2b6
* Thu Apr 19 2018 Pavel Zhukov <pzhukov@redhat.com> - 2:7.70-2
c9f2b6
- Do not build zenmap and ndiff because of python2 deprecation
c9f2b6
c9f2b6
* Wed Mar 21 2018 Pavel Zhukov <pzhukov@redhat.com> - 2:7.70-1
c9f2b6
- New version 7.70 (#1558770)
c9f2b6
c9f2b6
* Tue Feb 27 2018 Pavel Zhukov <pzhukov@redhat.com> - 2:7.60-14
c9f2b6
- Add appdata file (#1476506)
c9f2b6
c9f2b6
* Mon Feb 19 2018 Pavel Zhukov <pzhukov@redhat.com> - 2:7.60-12
c9f2b6
- add gcc-c++ BR
c9f2b6
c9f2b6
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.60-11
c9f2b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c9f2b6
c9f2b6
* Mon Jan 22 2018 Pavel Zhukov <pzhukov@redhat.com> - 2:7.60-10
c9f2b6
- Print source address in UDP mode
c9f2b6
c9f2b6
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2:7.60-9
c9f2b6
- Remove obsolete scriptlets
c9f2b6
c9f2b6
* Mon Aug 21 2017 Pavel Zhukov <pzhukov@redhat.com> - 2:7.60-8
c9f2b6
- Fix memory leaks on error
c9f2b6
c9f2b6
* Thu Aug  3 2017 Pavel Zhukov <pzhukov@redhat.com> - 2:7.60-7
c9f2b6
- Use upstream patch
c9f2b6
c9f2b6
* Thu Aug  3 2017 Pavel Zhukov <pzhukov@redhat.com> - 2:7.60-6
c9f2b6
- Fix library version for non-included libraries
c9f2b6
c9f2b6
* Thu Aug  3 2017 Pavel Zhukov <pzhukov@redhat.com> - 2:7.60-4
c9f2b6
- Keep nmap specific libssh and libz headers
c9f2b6
- Drop unused libssh2 patch
c9f2b6
c9f2b6
* Thu Aug  3 2017 Pavel Zhukov <pzhukov@redhat.com> - 2:7.60-4
c9f2b6
- Delete bundled libssh2
c9f2b6
- Delete bundled zlib
c9f2b6
c9f2b6
* Wed Aug 02 2017 Pavel Zhukov <pzhukov@redhat.com> - 2:7.60-1
c9f2b6
- New release 7.60 (#1477387)
c9f2b6
c9f2b6
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.50-10
c9f2b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c9f2b6
c9f2b6
* Fri Jul 21 2017 Pavel Zhukov <pzhukov@redhat.com> - 2:7.50-9
c9f2b6
- Don't ship ndiff in nmap package
c9f2b6
c9f2b6
* Wed Jul 19 2017 Pavel Zhukov <pzhukov@redhat.com> - 2:7.50-8
c9f2b6
- change ndiff arch to noarch
c9f2b6
- Move nmap to Requires (was in BR)
c9f2b6
c9f2b6
* Tue Jul 18 2017 Pavel Zhukov <pzhukov@redhat.com> - 2:7.50-6
c9f2b6
- Add missed py[co] files
c9f2b6
c9f2b6
* Tue Jul 18 2017 Pavel Zhukov <pzhukov@redhat.com> - 2:7.50-5
c9f2b6
- Move ndiff to subpackage (#1471999)
c9f2b6
- Specify python version 
c9f2b6
c9f2b6
* Fri Jun 30 2017 Pavel Zhukov <landgraf@fedoraproject.org> - 2:7.50-3
c9f2b6
- Add provides for nc6 (#1348348)
c9f2b6
- Fix rpmlint errors
c9f2b6
c9f2b6
* Wed Jun 21 2017 Pavel Zhukov <landgraf@fedoraproject.org> - 2:7.50-1
c9f2b6
- New release (7.50)
c9f2b6
c9f2b6
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.40-2
c9f2b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c9f2b6
c9f2b6
* Tue Jan 03 2017 Michal Hlavinka <mhlavink@redhat.com> - 2:7.40-1
c9f2b6
- nmap updated to 7.40
c9f2b6
c9f2b6
* Mon Oct 24 2016 Michal Hlavinka <mhlavink@redhat.com> - 2:7.31-1
c9f2b6
- nmap updated to 7.31
c9f2b6
c9f2b6
* Mon Oct 03 2016 Michal Hlavinka <mhlavink@redhat.com> - 2:7.30-1
c9f2b6
- nmap updated to 7.30
c9f2b6
c9f2b6
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:7.12-2
c9f2b6
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
c9f2b6
c9f2b6
* Thu Mar 31 2016 Michal Hlavinka <mhlavink@redhat.com> - 2:7.12-1
c9f2b6
- nmap updated to 7.12
c9f2b6
c9f2b6
* Wed Mar 23 2016 Michal Hlavinka <mhlavink@redhat.com> - 2:7.11-1
c9f2b6
- nmap updated to 7.11
c9f2b6
c9f2b6
* Fri Mar 18 2016 Michal Hlavinka <mhlavink@redhat.com> - 2:7.10-1
c9f2b6
- nmap updated to 7.10
c9f2b6
c9f2b6
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.01-2
c9f2b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c9f2b6
c9f2b6
* Fri Dec 11 2015 Michal Hlavinka <mhlavink@redhat.com> - 2:7.01-1
c9f2b6
- nmap updated to 7.01
c9f2b6
c9f2b6
* Tue Sep 01 2015 Michal Hlavinka <mhlavink@redhat.com> - 2:6.47-5
c9f2b6
- fix FTBFS
c9f2b6
c9f2b6
* Mon Aug 31 2015 Michal Hlavinka <mhlavink@redhat.com> - 2:6.47-4
c9f2b6
- ncat should try to connect to all resolved addresses, not only the first one (#978964)
c9f2b6
c9f2b6
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:6.47-3
c9f2b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c9f2b6
c9f2b6
* Wed Dec 10 2014 Michal Hlavinka <mhlavink@redhat.com> - 2:6.47-2
c9f2b6
- do not own icons/hicolor/<size>/apps directory (#1171813)
c9f2b6
c9f2b6
* Mon Aug 25 2014 Michal Hlavinka <mhlavink@redhat.com> - 2:6.47-1
c9f2b6
- nmap updated to 6.47
c9f2b6
c9f2b6
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:6.46-3
c9f2b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c9f2b6
c9f2b6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:6.46-2
c9f2b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c9f2b6
c9f2b6
* Tue Apr 22 2014 Michal Hlavinka <mhlavink@redhat.com> - 2:6.46-1
c9f2b6
- nmap updated to 6.46
c9f2b6
c9f2b6
* Mon Apr 14 2014 Michal Hlavinka <mhlavink@redhat.com> - 2:6.45-1
c9f2b6
- nmap updated to 6.45
c9f2b6
c9f2b6
* Wed Apr 09 2014 Michal Hlavinka <mhlavink@redhat.com> - 2:6.40-6
c9f2b6
- fix unexpected crash when too much paralelism is used (#1057912)
c9f2b6
c9f2b6
* Wed Apr 09 2014 Michal Hlavinka <mhlavink@redhat.com> - 2:6.40-5
c9f2b6
- update license tag (#1055861)
c9f2b6
c9f2b6
* Tue Mar 04 2014 Michal Hlavinka <mhlavink@redhat.com> - 2:6.40-4
c9f2b6
- use _hardened_build
c9f2b6
c9f2b6
* Thu Oct 17 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.40-3
c9f2b6
- ncat should support UNIX sockets correctly, drop wrapper with socat
c9f2b6
c9f2b6
* Thu Aug 08 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.40-2
c9f2b6
- do not print debug messages during normal use (#994376)
c9f2b6
c9f2b6
* Tue Jul 30 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.40-1
c9f2b6
- nmap updated to 6.40
c9f2b6
c9f2b6
* Mon Jul 22 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-7
c9f2b6
- bundled lua no longer required
c9f2b6
c9f2b6
* Mon Jun 24 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-6.20130624svn
c9f2b6
- use svn snapshot that contains all necessary UDP patches
c9f2b6
c9f2b6
* Fri May 24 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-5
c9f2b6
- fix man page typo
c9f2b6
c9f2b6
* Thu May 23 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-4
c9f2b6
- zenamp: fix icon symlink (#957381)
c9f2b6
c9f2b6
* Thu May 23 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-3
c9f2b6
- zenmap: do not traceback when there si no display, just exit nicely (#958240)
c9f2b6
c9f2b6
* Thu Mar 28 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-2
c9f2b6
- fix aarch64 support (#926241)
c9f2b6
c9f2b6
* Fri Mar 08 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-1
c9f2b6
- nmap updated to 6.25
c9f2b6
c9f2b6
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:6.01-11
c9f2b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c9f2b6
c9f2b6
* Fri Jan 04 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-10
c9f2b6
- use select as default nsock engine
c9f2b6
c9f2b6
* Thu Nov 29 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-9
c9f2b6
- do not use strict aliasing
c9f2b6
c9f2b6
* Thu Nov 29 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-8
c9f2b6
- call shutdown also in listen mode
c9f2b6
c9f2b6
* Tue Oct 02 2012 Petr Å abata <contyk@redhat.com> - 2:6.01-7
c9f2b6
- Move the socat dependency to the ncat subpackage (#858733)
c9f2b6
c9f2b6
* Wed Sep 19 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-6
c9f2b6
- shutdown socket on EOF (#845075)
c9f2b6
c9f2b6
* Mon Aug 13 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-5
c9f2b6
- ncat did not work when file was used as input (#845005)
c9f2b6
c9f2b6
* Tue Jul 24 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-4
c9f2b6
- add nc wrapper with socat as a fallback for unix sockets
c9f2b6
c9f2b6
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:6.01-3
c9f2b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c9f2b6
c9f2b6
* Wed Jul 18 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-2
c9f2b6
- provide ncat in extra package as replacement for nc
c9f2b6
c9f2b6
* Mon Jun 18 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-1
c9f2b6
- nmap updated to 6.01
c9f2b6
c9f2b6
* Tue Jun 05 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.00-2
c9f2b6
- prevent stripping binaries
c9f2b6
c9f2b6
* Tue Jun 05 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.00-1
c9f2b6
- updated to 6.00
c9f2b6
c9f2b6
* Wed Mar 14 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:5.61-0.1.TEST5
c9f2b6
- updated to 5.61TEST5
c9f2b6
c9f2b6
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 2:5.51-5
c9f2b6
- Rebuild against PCRE 8.30
c9f2b6
c9f2b6
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 2:5.51-4
c9f2b6
- Rebuild against PCRE 8.30
c9f2b6
c9f2b6
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:5.51-3
c9f2b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c9f2b6
c9f2b6
* Thu Dec 08 2011 Michal Hlavinka <mhlavink@redhat.com> - 2:5.51-2
c9f2b6
- do not use bundled certificates, use only system ones (#734389)
c9f2b6
c9f2b6
* Mon Feb 14 2011 Michal Hlavinka <mhlavink@redhat.com> - 2:5.51-1
c9f2b6
- nmap updated to 5.51
c9f2b6
c9f2b6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:5.50-2
c9f2b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c9f2b6
c9f2b6
* Mon Feb 07 2011 Michal Hlavinka <mhlavink@redhat.com> - 2:5.50-1
c9f2b6
- updated to 5.50
c9f2b6
c9f2b6
* Tue Oct 05 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-10
c9f2b6
- add workaround for zenmap crash (#637403)
c9f2b6
c9f2b6
* Wed Sep 29 2010 jkeating - 2:5.21-9
c9f2b6
- Rebuilt for gcc bug 634757
c9f2b6
c9f2b6
* Fri Sep 17 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-8
c9f2b6
- fix location of ja man page (#632104)
c9f2b6
c9f2b6
* Thu Aug 19 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-7
c9f2b6
- update icon cache only after gui install
c9f2b6
c9f2b6
* Wed Aug 11 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-6
c9f2b6
- update icon cache after package install
c9f2b6
c9f2b6
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2:5.21-5
c9f2b6
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
c9f2b6
c9f2b6
* Mon Jun 21 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-4
c9f2b6
- build -frontend as noarch
c9f2b6
c9f2b6
* Fri Jun 18 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-3
c9f2b6
- fix multilib issue
c9f2b6
c9f2b6
* Fri Apr 30 2010 Ville Skyttä <ville.skytta@iki.fi> - 2:5.21-2
c9f2b6
- Mark localized man pages with %%lang.
c9f2b6
c9f2b6
* Mon Feb 01 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-1
c9f2b6
- updated to 5.21
c9f2b6
c9f2b6
* Tue Jan 12 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.00-6
c9f2b6
- use sqlite3 (instead of sqlite2)
c9f2b6
c9f2b6
* Tue Dec 01 2009 Michal Hlavinka <mhlavink@redhat.com> - 2:5.00-5
c9f2b6
- spec cleanup
c9f2b6
c9f2b6
* Mon Nov 02 2009 Michal Hlavinka <mhlavink@redhat.com> - 2:5.00-4
c9f2b6
- spec cleanup
c9f2b6
c9f2b6
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2:5.00-3
c9f2b6
- rebuilt with new openssl
c9f2b6
c9f2b6
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:5.00-2
c9f2b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c9f2b6
c9f2b6
* Fri Jul 17 2009 Michal Hlavinka <mhlavink@redhat.com> - 2:5.0-1
c9f2b6
- updated to 5.0
c9f2b6
c9f2b6
* Wed Jul 15 2009 Michal Hlavinka <mhlavink@redhat.com> - 2:4.90-0.RC1
c9f2b6
- updated to 4.90RC1
c9f2b6
c9f2b6
* Thu Jun 18 2009 Michal Hlavinka <mhlavink@redhat.com> - 2:4.85-0.BETA10
c9f2b6
- updated to 4.85beta10
c9f2b6
c9f2b6
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:4.76-4
c9f2b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c9f2b6
c9f2b6
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 2:4.76-3
c9f2b6
- rebuild with new openssl
c9f2b6
c9f2b6
* Mon Dec 15 2008 Michal Hlavinka <mhlavink@redhat.com> - 2:4.77-2
c9f2b6
- bump release for rebuild
c9f2b6
c9f2b6
* Mon Dec 15 2008 Michal Hlavinka <mhlavink@redhat.com> - 2:4.76-1
c9f2b6
- new upstream version 4.76
c9f2b6
- use consolehelper for root auth
c9f2b6
c9f2b6
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2:4.68-4
c9f2b6
- Rebuild for Python 2.6
c9f2b6
c9f2b6
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2:4.68-3
c9f2b6
- add missing BuildRequires to use system libs rather than local copies
c9f2b6
- really fix license tag
c9f2b6
c9f2b6
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2:4.68-2
c9f2b6
- fix license tag
c9f2b6
c9f2b6
* Thu Jul 24 2008 Tomas Smetana <tsmetana@redhat.com> - 2:4.68-1
c9f2b6
- new upstream version
c9f2b6
c9f2b6
* Mon May 12 2008 Tomas Smetana <tsmetana@redhat.com> - 2:4.62-1
c9f2b6
- new upstream version
c9f2b6
c9f2b6
* Mon Feb 04 2008 Tomas Smetana <tsmetana@redhat.com> - 2:4.53-1
c9f2b6
- new upstream version
c9f2b6
c9f2b6
* Mon Jan 07 2008 Tomas Smetana <tsmetana@redhat.com> - 2:4.52-2
c9f2b6
- bump release because of build error
c9f2b6
c9f2b6
* Mon Jan 07 2008 Tomas Smetana <tsmetana@redhat.com> - 2:4.52-1
c9f2b6
- new upstream version
c9f2b6
c9f2b6
* Wed Dec 05 2007 Tomas Smetana <tsmetana@redhat.com> - 2:4.20-6.1
c9f2b6
- rebuild
c9f2b6
c9f2b6
* Wed Aug 22 2007 Harald Hoyer <harald@redhat.com> - 2:4.20-6
c9f2b6
- changed license tag
c9f2b6
c9f2b6
* Fri Mar 23 2007 Harald Hoyer <harald@redhat.com> - 2:4.20-5
c9f2b6
- fixed changelog versions
c9f2b6
c9f2b6
* Thu Mar 15 2007 Karsten Hopp <karsten@redhat.com> 2:4.20-4
c9f2b6
- rebuild with current gtk2 to add png support (#232013)
c9f2b6
c9f2b6
* Tue Feb 27 2007 Harald Hoyer <harald@redhat.com> - 2:4.20-3
c9f2b6
- specfile cleanup
c9f2b6
- fixed Florian La Roche's patch
c9f2b6
c9f2b6
* Tue Jan 30 2007 Florian La Roche <laroche@redhat.com> - 2:4.20-2
c9f2b6
- do not strip away debuginfo
c9f2b6
c9f2b6
* Tue Jan 09 2007 Florian La Roche <laroche@redhat.com> - 2:4.20-1
c9f2b6
- version 4.20
c9f2b6
c9f2b6
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:4.11-1.1
c9f2b6
- rebuild
c9f2b6
c9f2b6
* Tue Jun 27 2006 Harald Hoyer <harald@redhat.com> - 2:4.11-1
c9f2b6
- version 4.11
c9f2b6
c9f2b6
* Wed May 17 2006 Harald Hoyer <harald@redhat.de> 4.03-2
c9f2b6
- added more build requirements (bug #191932)
c9f2b6
c9f2b6
* Wed May 10 2006 Karsten Hopp <karsten@redhat.de> 4.03-1
c9f2b6
- update to 4.03, this fixes #184286
c9f2b6
- remove duplicate menu entry in 'Internet' (#183056)
c9f2b6
- fix possible tmpdir race condition during build (#158996)
c9f2b6
c9f2b6
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:4.00-1.2
c9f2b6
- bump again for double-long bug on ppc(64)
c9f2b6
c9f2b6
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:4.00-1.1
c9f2b6
- rebuilt for new gcc4.1 snapshot and glibc changes
c9f2b6
c9f2b6
* Thu Feb 02 2006 Harald Hoyer <harald@redhat.com> - 2:4.00-1
c9f2b6
- version 4.00
c9f2b6
c9f2b6
* Mon Dec 19 2005 Harald Hoyer <harald@redhat.com> - 2:3.95-1
c9f2b6
- version 3.95
c9f2b6
c9f2b6
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c9f2b6
- rebuilt
c9f2b6
c9f2b6
* Fri Nov 11 2005 Harald Hoyer <harald@redhat.com> - 2:3.93-3
c9f2b6
- fixed wrong __attribute__ test
c9f2b6
c9f2b6
* Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> - 2:3.93-2
c9f2b6
- rebuilt against new openssl
c9f2b6
c9f2b6
* Tue Sep 13 2005 Harald Hoyer <harald@redhat.com> - 2:3.93-1
c9f2b6
- version 3.93
c9f2b6
c9f2b6
* Wed Aug 03 2005 Harald Hoyer <harald@redhat.com> - 2:3.81-4
c9f2b6
- removed references how to scan microsoft.com (bz #164962)
c9f2b6
- finally got rid of gtk+-devel dependency
c9f2b6
c9f2b6
* Thu Apr 21 2005 Harald Hoyer <harald@redhat.com> - 2:3.81-3
c9f2b6
- removed gtk+ requirement
c9f2b6
c9f2b6
* Thu Apr 21 2005 Harald Hoyer <harald@redhat.com> - 2:3.81-2
c9f2b6
- fixed desktop file and added icons (bug #149157)
c9f2b6
c9f2b6
* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com> - 2:3.81-1
c9f2b6
- version 3.81
c9f2b6
c9f2b6
* Wed Feb 02 2005 Harald Hoyer <harald@redhat.com> - 2:3.78-2
c9f2b6
- evil port of nmapfe to gtk2
c9f2b6
c9f2b6
* Fri Dec 17 2004 Harald Hoyer <harald@redhat.com> - 2:3.78-1
c9f2b6
- version 3.78
c9f2b6
c9f2b6
* Mon Sep 13 2004 Harald Hoyer <harald@redhat.com> - 2:3.70-1
c9f2b6
- version 3.70
c9f2b6
c9f2b6
* Tue Jul 13 2004 Harald Hoyer <harald@redhat.com> - 2:3.55-1
c9f2b6
- new version
c9f2b6
c9f2b6
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
c9f2b6
- rebuilt
c9f2b6
c9f2b6
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
c9f2b6
- rebuilt
c9f2b6
c9f2b6
* Thu Jan 29 2004 Harald Hoyer <harald@redhat.com> - 2:3.50-2
c9f2b6
- added BuildRequires: openssl-devel, gtk+-devel, pcre-devel, libpcap
c9f2b6
c9f2b6
* Thu Jan 22 2004 Harald Hoyer <harald@redhat.com> - 2:3.50-1
c9f2b6
- version 3.50
c9f2b6
c9f2b6
* Wed Oct  8 2003 Harald Hoyer <harald@redhat.de> 2:3.48-1
c9f2b6
- version 3.48
c9f2b6
c9f2b6
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
c9f2b6
- allow disabling frontend if gtk1 is not available
c9f2b6
c9f2b6
* Wed Jul 30 2003 Harald Hoyer <harald@redhat.de> 2:3.30-1
c9f2b6
- version 3.30
c9f2b6
c9f2b6
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
c9f2b6
- rebuilt
c9f2b6
c9f2b6
* Mon May 26 2003 Harald Hoyer <harald@redhat.de> 2:3.27-1
c9f2b6
- version 3.27
c9f2b6
c9f2b6
* Mon May 12 2003 Harald Hoyer <harald@redhat.de> 2:3.20-2
c9f2b6
- changed macro comments to double %% for changelog entries
c9f2b6
c9f2b6
* Mon Apr 14 2003 Harald Hoyer <harald@redhat.de> 2:3.20-1
c9f2b6
- version 3.2
c9f2b6
c9f2b6
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
c9f2b6
- rebuilt
c9f2b6
c9f2b6
* Thu Jan  9 2003 Harald Hoyer <harald@redhat.de> 3.0-3
c9f2b6
- nmap-3.00-nowarn.patch added
c9f2b6
c9f2b6
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
c9f2b6
- rebuild on all arches
c9f2b6
- remove old desktop file from $$RPM_BUILD_ROOT so rpm won't complain
c9f2b6
c9f2b6
* Thu Aug  1 2002 Harald Hoyer <harald@redhat.de>
c9f2b6
- version 3.0
c9f2b6
c9f2b6
* Mon Jul 29 2002 Harald Hoyer <harald@redhat.de> 2.99.2-1
c9f2b6
- bumped version
c9f2b6
c9f2b6
* Fri Jul 26 2002 Harald Hoyer <harald@redhat.de> 2.99.1-2
c9f2b6
- bumped version to 2.99RC1
c9f2b6
c9f2b6
* Fri Jul 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
c9f2b6
- add an epoch
c9f2b6
c9f2b6
* Mon Jul  1 2002 Harald Hoyer <harald@redhat.de> 2.54.36-1
c9f2b6
- removed desktop file
c9f2b6
- removed "BETA" name from version
c9f2b6
- update to BETA36
c9f2b6
c9f2b6
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
c9f2b6
- automated rebuild
c9f2b6
c9f2b6
* Sun May 26 2002 Tim Powers <timp@redhat.com>
c9f2b6
- automated rebuild
c9f2b6
c9f2b6
* Wed May 22 2002 Harald Hoyer <harald@redhat.de> 2.54BETA34-1
c9f2b6
- update to 2.54BETA34
c9f2b6
c9f2b6
* Mon Mar 25 2002 Harald Hoyer <harald@redhat.com>
c9f2b6
- more recent version (#61490)
c9f2b6
c9f2b6
* Mon Jul 23 2001 Harald Hoyer <harald@redhat.com>
c9f2b6
- buildprereq for nmap-frontend (#49644)
c9f2b6
c9f2b6
* Sun Jul 22 2001 Heikki Korpela <heko@iki.fi>
c9f2b6
- buildrequire gtk+ 
c9f2b6
c9f2b6
* Tue Jul 10 2001 Tim Powers <timp@redhat.com>
c9f2b6
- fix bugs in desktop file (#48341)
c9f2b6
c9f2b6
* Wed May 16 2001 Tim Powers <timp@redhat.com>
c9f2b6
- updated to 2.54BETA22
c9f2b6
c9f2b6
* Mon Nov 20 2000 Tim Powers <timp@redhat.com>
c9f2b6
- rebuilt to fix bad dir perms
c9f2b6
c9f2b6
* Fri Nov  3 2000 Tim Powers <timp@redhat.com>
c9f2b6
- fixed nmapdatadir in the install section, forgot lto include
c9f2b6
  $RPM_BUILD_ROOT in the path
c9f2b6
c9f2b6
* Thu Nov  2 2000 Tim Powers <timp@redhat.com>
c9f2b6
- update to nmap-2.54BETA7 to possibly fix bug #20199
c9f2b6
- use the desktop file provided by the package instead of using my own
c9f2b6
- patches in previous version are depreciated. Included in SRPM for
c9f2b6
  reference only
c9f2b6
c9f2b6
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
c9f2b6
- rebuilt
c9f2b6
c9f2b6
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
c9f2b6
- rebuilt
c9f2b6
c9f2b6
* Wed Jun 28 2000 Tim Powers <timp@redhat.com>
c9f2b6
- rebuilt package
c9f2b6
c9f2b6
* Thu Jun 8 2000 Tim Powers <timp@redhat.com>
c9f2b6
- fixed man pages so that they are in an FHS compliant location
c9f2b6
- use %%makeinstall
c9f2b6
- use predefined RPM macros wherever possible
c9f2b6
c9f2b6
* Tue May 16 2000 Tim Powers <timp@redhat.com>
c9f2b6
- updated to 2.53
c9f2b6
- using applnk now
c9f2b6
- use %%configure, and %%{_prefix} where possible
c9f2b6
- removed redundant defines at top of spec file
c9f2b6
c9f2b6
* Mon Dec 13 1999 Tim Powers <timp@redhat.com>
c9f2b6
- based on origional spec file from
c9f2b6
    http://www.insecure.org/nmap/index.html#download
c9f2b6
- general cleanups, removed lots of commenrts since it madethe spec hard to
c9f2b6
    read
c9f2b6
- changed group to Applications/System
c9f2b6
- quiet setup
c9f2b6
- no need to create dirs in the install section, "make
c9f2b6
    prefix=$RPM_BUILD_ROOT&{prefix} install" does this.
c9f2b6
- using defined %%{prefix}, %%{version} etc. for easier/quicker maint.
c9f2b6
- added docs
c9f2b6
- gzip man pages
c9f2b6
- strip after files have been installed into buildroot
c9f2b6
- created separate package for the frontend so that Gtk+ isn't needed for the
c9f2b6
    CLI nmap 
c9f2b6
- not using -f in files section anymore, no need for it since there aren't that
c9f2b6
    many files/dirs
c9f2b6
- added desktop entry for gnome
c9f2b6
c9f2b6
* Sun Jan 10 1999 Fyodor <fyodor@dhp.com>
c9f2b6
- Merged in spec file sent in by Ian Macdonald <ianmacd@xs4all.nl>
c9f2b6
c9f2b6
* Tue Dec 29 1998 Fyodor <fyodor@dhp.com>
c9f2b6
- Made some changes, and merged in another .spec file sent in
c9f2b6
  by Oren Tirosh <oren@hishome.net>
c9f2b6
c9f2b6
* Mon Dec 21 1998 Riku Meskanen <mesrik@cc.jyu.fi>
c9f2b6
- initial build for RH 5.x