Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
liboping
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 11
[-]
[+]
Changed
liboping0.spec
@@ -1,5 +1,5 @@ # norootforbuild - +%define with_perlbindings 0 Name: liboping0 Version: 1.6.1 Release: 1 @@ -63,7 +63,7 @@ -------- Florian octo Forster <octo@verplant.org> -%if 0%{?suse_version} +%if %{with_perlbindings} # currently broken %package -n perl-Net-Oping Summary: Multiple Host Ping that supports ICMPv4 and ICMPv6 @@ -101,7 +101,9 @@ %__make DESTDIR=%{buildroot} install %__rm "%{buildroot}%{_libdir}"/*.la +%if %{with_perlbindings} %perl_process_packlist +%endif %__rm -rf "%{buildroot}%{_usr}/lib/perl5" %__rm -rf "%{buildroot}/var/adm/perl-modules" @@ -133,7 +135,7 @@ %{_bindir}/noping %doc %{_mandir}/man8/oping.8* -%if 0%{?suse_version} +%if %{with_perlbindings} %files -n perl-Net-Oping %defattr(-,root,root) %dir %{perl_vendorarch}/Net