Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
dns
>
pdns
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 9
[-]
[+]
Changed
pdns.spec
@@ -36,8 +36,6 @@ %description backend-pipe This package contains the pipe backend for %{name} -%description backend-geo -This packages contains the geo backend for %{name} %prep %setup -q @@ -74,6 +72,11 @@ chrpath --delete %{buildroot}%{_sbindir}/pdns_server chrpath --delete %{buildroot}%{_libdir}/%{name}/*.so +# +rm %{_libdir}/%{name}/libgeobackend.a +rm %{_libdir}/%{name}/libgeobackend.so + + %post if [ $1 -eq 1 ]; then /sbin/chkconfig --add pdns @@ -119,12 +122,4 @@ %{_libdir}/%{name}/libpipebackend.so %{_libdir}/%{name}/libpipebackend.a -%files backend-geo -%defattr(-,root,root,-) -%doc pdns/COPYING -%{_libdir}/%{name}/libgeobackend.so -%{_libdir}/%{name}/libgeobackend.a - - - %changelog