47 lines
1.0 KiB
RPMSpec
47 lines
1.0 KiB
RPMSpec
|
Name: igmpproxy
|
||
|
Version: 0.4
|
||
|
Release: 1mamba
|
||
|
Summary: IGMP multicast routing daemon
|
||
|
Group: Network/Routing
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: https://github.com/pali/igmpproxy
|
||
|
Source: https://github.com/pali/igmpproxy.git/%{version}/igmpproxy-%{version}.tar.bz2
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
|
||
|
%description
|
||
|
IGMP multicast routing daemon.
|
||
|
|
||
|
%debug_package
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
./autogen.sh
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%config(noreplace) %{_sysconfdir}/igmpproxy.conf
|
||
|
%{_sbindir}/igmpproxy
|
||
|
%{_mandir}/man5/igmpproxy.conf.5*
|
||
|
%{_mandir}/man8/igmpproxy.8*
|
||
|
%doc COPYING
|
||
|
|
||
|
%changelog
|
||
|
* Thu Jan 19 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4-1mamba
|
||
|
- package created using the webbuild interface
|