SPECS: mDNSResponder.spec - fix soname; rel 6
glen
glen at pld-linux.org
Sat Jan 6 23:37:13 CET 2007
Author: glen Date: Sat Jan 6 22:37:13 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix soname; rel 6
---- Files affected:
SPECS:
mDNSResponder.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/mDNSResponder.spec
diff -u SPECS/mDNSResponder.spec:1.26 SPECS/mDNSResponder.spec:1.27
--- SPECS/mDNSResponder.spec:1.26 Sat May 20 14:33:40 2006
+++ SPECS/mDNSResponder.spec Sat Jan 6 23:37:08 2007
@@ -3,7 +3,7 @@
Summary(pl): Rendezvous - wykrywanie usług w oparciu o DNS
Name: mDNSResponder
Version: 108
-Release: 5
+Release: 6
License: APSL
Group: Applications
Source0: http://darwinsource.opendarwin.org/tarballs/apsl/%{name}-%{version}.tar.gz
@@ -119,8 +119,8 @@
install mDNSPosix/build/prod/dnsextd $RPM_BUILD_ROOT%{_sbindir}/dnsextd
install mDNSPosix/build/prod/mDNS* $RPM_BUILD_ROOT%{_bindir}
install mDNSPosix/build/prod/libnss_mdns-0.2.so $RPM_BUILD_ROOT/%{_lib}/libnss_mdns-0.2.so
-install mDNSPosix/build/prod/libdns_sd.so $RPM_BUILD_ROOT%{_libdir}/libdns_sd.so.1
-ln -sf libdns_sd.so.1 $RPM_BUILD_ROOT%{_libdir}/libdns_sd.so
+install mDNSPosix/build/prod/libdns_sd.so $RPM_BUILD_ROOT%{_libdir}/libdns_sd.so.1.0.0
+ln -sf libdns_sd.so.1.0.0 $RPM_BUILD_ROOT%{_libdir}/libdns_sd.so
install mDNSPosix/nss_mdns.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5/nss_mdns.conf.5
install mDNSPosix/libnss_mdns.8 $RPM_BUILD_ROOT%{_mandir}/man8/libnss_mdns.8
install mDNSShared/mDNSResponder.8 $RPM_BUILD_ROOT%{_mandir}/man8/mdnsd.8
@@ -156,7 +156,7 @@
%files libs
%defattr(644,root,root,755)
%doc APPLE_LICENSE README.txt
-%attr(755,root,root) %{_libdir}/libdns_sd.so.1
+%attr(755,root,root) %{_libdir}/libdns_sd.so.1.0.0
%files devel
%defattr(644,root,root,755)
@@ -180,6 +180,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2007/01/06 22:37:08 glen
+- fix soname; rel 6
+
Revision 1.26 2006/05/20 12:33:40 shadzik
- rel 5 to rebuild with fixed init script
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mDNSResponder.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list