diff --git a/ArpON.spec b/ArpON.spec index e7963c7..7f72455 100644 --- a/ArpON.spec +++ b/ArpON.spec @@ -1,13 +1,11 @@ Name: ArpON Version: 2.7 -Release: 8%{?dist} +Release: 9%{?dist} Summary: ARP handler inspection -Group: Applications/Internet License: BSD URL: http://arpon.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/arpon/arpon/ArpON-%{version}/ArpON-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: arpon.8.patch BuildRequires: libpcap-devel @@ -15,11 +13,9 @@ BuildRequires: cmake BuildRequires: libnet-devel BuildRequires: libdnet-devel - %description -%{name} is a portable handler daemon -It has a lot of features and it makes ARP a bit safer. -It uses static ARP inspection and dynamic ARP inspection +ArpON is a portable handler daemon. It has a lot of features and it makes +ARP a bit safer. It uses static ARP inspection and dynamic ARP inspection as two kinds of anti ARP poisoning techniques. %prep @@ -27,29 +23,23 @@ as two kinds of anti ARP poisoning techniques. cd man8 %patch0 -p3 - %build %{__cmake} . %{__make} %{?_smp_mflags} CFLAGS="%{optflags}" %install -%{__rm} -rf %{buildroot} %{__install} -D -pm 755 src/arpon %{buildroot}%{_sbindir}/arpon -%{__install} -D -pm 644 man8/arpon.8 %{buildroot}%{_mandir}/man8/arpon.8 - - -%clean -%{__rm} -rf %{buildroot} - +%{__install} -D -pm 644 man8/arpon.8 %{buildroot}%{_mandir}/man8/arpon.8 %files -%defattr(-,root,root,-) %doc AUTHOR CHANGELOG LICENSE doc/* %{_sbindir}/arpon %{_mandir}/man8/arpon.8* - %changelog +* Tue Oct 07 2014 Fabian Affolter - 2.7-9 +- Update spec file + * Fri Aug 15 2014 Fedora Release Engineering - 2.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild