Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2774 → Rev 2775

/rpms/nfdump.spec
File deleted
/rpms/nfdump-1.6.19..spec
0,0 → 1,51
%define libname %mklibname %{name}
Name: nfdump
Version: 1.6.19
Release: %mkrel 1
Summary: NetFlow collecting and processing tools
License: BSD
Packager: Richard REY (Rexy)
Group: Networking/Other
Source0: %{name}-%{version}.tar.gz
BuildRequires: lib64rrdtool-devel
BuildRoot: %{_tmppath}/%{name}-root
Url: https://github.com/phaag/nfdump
 
%description
The nfdump tools collect and process netflow data on the command line.
They are part of the NFSEN project, which is explained more detailed at
http://www.terena.nl/tech/task-forces/tf-csirt/meeting12/nfsen-Haag.pdf
 
%prep
rm -rf $RPM_BUILD_ROOT
%setup -q
 
%build
./autogen.sh
%define configure_args --enable-nfprofile --enable-nftrack --disable-rpath --disable-static
%configure2_5x %{configure_args}
%make_build
 
%install
%make_install
chmod 0644 AUTHORS ChangeLog README.md
rm -f %{buildroot}%{_libdir}/*.la
 
%clean
rm -rf $RPM_BUILD_ROOT
 
%files
%defattr(-,root,root)
%license LICENSE
%doc AUTHORS ChangeLog README.md
%{_bindir}/*
%{_libdir}/*
%{_mandir}/man1/*
 
%changelog
* Sun Mar 8 2020 Richard REY <Rexy>
- Version 1.6.19 for ALCASAR 3.5
* Sat Jun 22 2019 Richard REY <Rexy>
- Version 1.6.17-2 for ALCASAR 3.4
* Thu Jan 03 2019 Richard REY <Rexy>
- Version 1.6.17 for ALCASAR 3.3.3
/rpms/rpm-build-howto
17,17 → 17,17
 
**** For Coova-chilli *****
- retrieve the last tarball of coova-chilli (or the svn archive).
- Untar it and test the compilation process ("sh ./bootstrap", "./configure --enable-json --enable-libjson --enable-mdns", "make", "make install").
- Untar it and test the compilation process ("sh ./bootstrap", "./configure --disable-static --enable-shared --enable-largelimits --enable-chilliredir --enable-chilliscript --with-poll --enable-dhcpopt --enable-libjson --enable-json --enable-mdns --with-openssl", "make", "make install").
- all is in the /usr/local". Remove the instaled files ("make uninstall") and the binaries ("make clean").
- rename the directory and compress it (ie : tar -cvzf coova-chilli-1.4.tar.gz coova-chilli-1.4). Copy this tarball in the directory ~/rpmbuild/SOURCES/.
- rename the directory and compress it (ie : tar -cvzf coova-chilli-1.x.tar.gz coova-chilli-1.x). Copy this tarball in the directory ~/rpmbuild/SOURCES/.
- copy the SPEC file from the ALCASAR archive to the directory ~/rpmbuild/SPEC
- change to the directory ~/pmbuild/SPEC and run the RPM build process excluding 'ssl' : "rpmbuild -bb coova-chilli.spec" (or rpmbuild -ba to create also the SRPMS)
- change to the directory ~/pmbuild/SPEC and run the RPM build process : "rpmbuild -bb coova-chilli.spec" (or rpmbuild -ba to create also the SRPMS)
 
INFO : .spec modifications since Redhat RPM :
- add this 1st line : "%define _disable_ld_no_undefined 1" to avoid errors for unused variables
- add this 1st line : "%define _disable_ld_no_undefined 1" to avoid errors for unused variables (no more needed with V1.5)
- for 64b version, add 2 lines with "lib64" directory on the section removing statics binaries (rm -rf $RPM_BUILD_ROOT/usr/lib/*.la)
- remove from the archive the unuused files for ALCASAR (wpad.dat, wwwdir, etc. via la directive '%exclude')
- change %make (deprecated) with %make_build and change %makeinstall (deprecated) with %make_install
- change %make (deprecated) with %make_build and change %makeinstall (deprecated) with %make_install
 
**** For HAVP ****
- install the RPM of clamav-devel
/rpms/x86_64/nfdump-1.6.17-2.mga6.x86_64.rpm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/rpms/x86_64/nfdump-1.6.19-1.mga7.x86_64.rpm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property