Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 3202 → Rev 3203

//rpms/nfdump-1.7.3.spec
File deleted
//rpms/69-gammu-acl.rules
0,0 → 1,0
KERNEL=="ttyACM[0-9]*", ENV{ACL_MANAGE}="1"
//rpms/gammu.spec
5,15 → 5,14
%define libnamedev %mklibname %{name} -d
 
Name: gammu
Version: 1.41.0
Release: %mkrel 2
Version: 1.42.0
Release: %mkrel 1
Summary: Mobile phones tools for Unix (Linux) and Win32
License: GPLv2+
Group: Communications/Mobile
Source: http://dl.cihar.com/gammu/releases/%{name}-%{version}.tar.xz
URL: https://www.gammu.org/
Source0: https://dl.cihar.com/gammu/releases/%{name}-%{version}.tar.gz
Source1: 69-gammu-acl.rules
 
URL: http://www.gammu.org/
BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: gettext-devel
93,6 → 92,7
%{_bindir}/gammu-detect
%{_bindir}/jadmaker
%{_datadir}/gammu
%{_unitdir}/gammu-smsd.service
%{_mandir}/man1/gammu-detect.*
%{_mandir}/man1/gammu-smsd-inject.*
%{_mandir}/man1/gammu-smsd-monitor.1.*
113,6 → 113,14
 
 
%changelog
* Sun Apr 03 2022 umeabot <umeabot> 1.41.0-4.mga9
+ Revision: 1841558
- Mageia 9 Mass Rebuild
 
* Tue Mar 08 2022 mrambo3501 <mrambo3501> 1.41.0-3.mga9
+ Revision: 1789876
- fix files list
 
* Mon Feb 17 2020 umeabot <umeabot> 1.41.0-2.mga8
+ Revision: 1537641
- Mageia 8 Mass Rebuild
//rpms/ipt-netflow-2.6.spec
1,9 → 1,9
%define kversion 6.6.22-server-1.mga9
%define kversion 6.6.28-server-1.mga9
%define debug_package %{nil}
%define _build_id_links none
Name: ipt-netflow
Version: 2.6
Release: %mkrel 0
Release: %mkrel 1
Summary: Netflow iptables module for Linux kernel
License: GPLv2
Packager: Richard REY (Rexy)
10,7 → 10,7
Group: System/Networking
URL: https://github.com/aabc/ipt-netflow
BuildRequires: iptables-devel
Source0: %name-%version.tgz
Source0: %name-%version.tar.gz
 
%description
High performance NetFlow v5, v9, IPFIX flow data export module for Linux kernel.
47,7 → 47,7
 
%changelog
* Sun Apr 21 2024 Richard REY <Rexy>
- Version 2.6 for the kernel 6.6.22 (ALCASAR 3.7.0)
- Version 2.6 for the kernel 6.6.28 (ALCASAR 3.7.0)
* Tue Nov 14 2023 Richard REY <Rexy>
- Version 2.6 for the kernel 5.15.126 (ALCASAR 3.6.1)
* Fri Dec 30 2022 Richard REY <Rexy>
//rpms/nfdump-1.7.4.spec
0,0 → 1,65
Name: nfdump
Version: 1.7.4
Release: %mkrel 0
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
nfdump is a toolset in order to collect and process netflow/ipfix and sflow data
sent from netflow/sflow compatible devices.
The toolset contains several collectors to collect flow data:
- nfcapd supports netflow v1, v5/v7,v9 and IPFIX
- sfcapd support sflow
- nfpcapd converts pcap data read from a host interface or from pcap files.
nfdump is now a multi-threaded program and uses parallel threads mainly for reading, writing and processing flows as well as for sorting.
 
%prep
rm -rf $RPM_BUILD_ROOT
%setup -q
 
%build
./autogen.sh
%define configure_args --enable-nfprofile --enable-nftrack --disable-rpath --disable-static
%configure %{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}/*
%{_sysconfdir}/*
%{_mandir}/man1/*
 
%changelog
* Sun Jun 02 2024 Richard REY <Rexy>
- Version 1.7.4 for ALCASAR 3.7.0
* Sun Nov 26 2023 Richard REY <Rexy>
- Version 1.7.3 for ALCASAR 3.6.1
* Fri Oct 14 2022 Richard REY <Rexy>
- Version 1.7.0.1 for ALCASAR 3.6.0
* Fri Jul 09 2021 Richard REY <Rexy>
- Version 1.6.23 for ALCASAR 3.5.4
* Wed Feb 24 2021 Richard REY <Rexy>
- Version 1.6.22 for ALCASAR 3.5.3
* 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
59,6 → 59,9
**** For nfdump ****
- Download archive of the last stable version (https://github.com/phaag/nfdump)
- install lib64rrdtool-devel, bison, flex
- Copy & adapt .spec
- rpmbuild -bb ***.spec
 
**** For gammu --> only if new version is needed
- see .spec or SRPMS and adapt. !! long time compilation
- see .spec in SRPMS and adapt it. copy 69-gammu-acl.rules in SOURCES with the tarball
- install cmake, doxygen, gettext-devel, mysql-devel (lib64mariadb-devel), lib64bluez-devel, lib64gudev1.0-devel, lib64curl-devel, postgresql15-devel, lib64usb1.0-devel
//rpms/x86_64/lib64gammu8-1.42.0-1.mga7.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/gammu-1.42.0-1.mga7.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.7.3-0.mga8.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/ipt-netflow-2.6-0.mga9.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/gammu-1.42.0-1.mga9.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
//rpms/x86_64/ipt-netflow-2.6-1.mga9.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
//rpms/x86_64/lib64gammu8-1.42.0-1.mga9.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
//rpms/x86_64/nfdump-1.7.4-0.mga9.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