Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
>
iptables
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Changed
iptables.spec
@@ -68,14 +68,14 @@ %build autoreconf -f -i -%configure --libexecdir=%_prefix/libexec PACKAGE_VERSION=%real_ver -make %{?jobs:-j%jobs} PACKAGE_VERSION=%real_ver +%configure --libexecdir=%{_libdir} PACKAGE_VERSION=%{real_ver} +%__make %{?jobs:-j%jobs} PACKAGE_VERSION=%{real_ver} # build howtos cd howtos -make +%__make %install -make DESTDIR=$RPM_BUILD_ROOT install PACKAGE_VERSION=%real_ver +$__make DESTDIR=$RPM_BUILD_ROOT install PACKAGE_VERSION=%{real_ver} # install -m755 iptables-batch ip6tables-batch $RPM_BUILD_ROOT%{_sbindir} rm -f "$RPM_BUILD_ROOT/%_libdir"/*.la; @@ -89,8 +89,8 @@ %{_bindir}/iptables* %{_sbindir}/iptables* %{_sbindir}/ip6tables* -%_prefix/libexec/xtables -%_libdir/*.so.* +%{_libdir}/xtables +%{_libdir}/*.so.* %files devel %defattr(-,root,root)