Fix bogus date and remove commented code

This commit is contained in:
Fabio Alessandro Locati 2016-03-02 21:44:28 +00:00
commit bec9502d20

View file

@ -10,7 +10,6 @@ Summary: Network scanner for Internet-wide network studies
License: ASL 2.0
URL: https://zmap.io
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
#Patch0: 0001-Fix-broken-conf-installation.patch
BuildRequires: byacc
BuildRequires: cmake
BuildRequires: flex
@ -45,7 +44,6 @@ scanning.
%prep
%setup -q
#%patch0 -p1
# https://github.com/zmap/zmap/pull/332
sed -i 's|${CMAKE_C_FLAGS} ${GCCWARNINGS}|${GCCWARNINGS} ${CMAKE_C_FLAGS}|g;s|${CMAKE_EXE_LINKER_FLAGS} ${LDHARDENING}|${LDHARDENING} ${CMAKE_EXE_LINKER_FLAGS}|g' CMakeLists.txt
@ -80,7 +78,7 @@ find ./examples/ -type f -exec sed -i 's/\r$//' {} \+
%{_mandir}/man1/ztee.1*
%changelog
* Thu Mar 02 2016 Fabio Alessandro Locati <fabio@locati.cc> - 2.1.1-1
* Wed Mar 02 2016 Fabio Alessandro Locati <fabio@locati.cc> - 2.1.1-1
- Update to 2.1.1
- Clean the spec a little bit