SPECS: mDNSResponder.spec - updated to 108, removed obsolete llh p...

qboosh qboosh at pld-linux.org
Sun Mar 12 20:46:26 CET 2006


Author: qboosh                       Date: Sun Mar 12 19:46:26 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 108, removed obsolete llh patch
- added license text to docs

---- Files affected:
SPECS:
   mDNSResponder.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/mDNSResponder.spec
diff -u SPECS/mDNSResponder.spec:1.20 SPECS/mDNSResponder.spec:1.21
--- SPECS/mDNSResponder.spec:1.20	Fri Mar  3 00:00:03 2006
+++ SPECS/mDNSResponder.spec	Sun Mar 12 20:46:20 2006
@@ -1,19 +1,17 @@
 # $Revision$, $Date$
-# TODO: We need to extend those summaries
-Summary:	Rendezvous on Linux
-Summary(pl):	Rendezvous pod Linuksem
+Summary:	Rendezvous - DNS Service Discovery
+Summary(pl):	Rendezvous - wykrywanie usług w oparciu o DNS
 Name:		mDNSResponder
-Version:	107
-Release:	4
+Version:	108
+Release:	1
 License:	APSL
 Group:		Applications
 Source0:	http://darwinsource.opendarwin.org/tarballs/apsl/%{name}-%{version}.tar.gz
-# Source0-md5:	3bf9551c2db77cd00c193f8b423c9241
+# Source0-md5:	645eda2dd5d465b8dabedc3b87e1b31a
 Patch0:		%{name}-cflags.patch
-Patch1:		%{name}-llh.patch
-Patch2:		%{name}-soname.patch
-Patch3:		%{name}-alpha.patch
-Patch4:		%{name}-spell.patch
+Patch1:		%{name}-soname.patch
+Patch2:		%{name}-alpha.patch
+Patch3:		%{name}-spell.patch
 URL:		http://developer.apple.com/darwin/projects/rendezvous/
 Requires(post,preun):	/sbin/chkconfig
 Requires:	%{name}-libs = %{version}-%{release}
@@ -36,6 +34,19 @@
 oraz komunikację, bez pomocy administratora oraz usług typu DHCP czy
 DNS (stąd też pojawia się określenie 'zero-configuration').
 
+%package libs
+Summary:	mDNSResponder library
+Summary(pl):	Biblioteka mDNSRespondera
+Group:		Development/Libraries
+Provides:	mdns-bonjour
+Obsoletes:	avahi-compat-libdns_sd
+
+%description libs
+mDNSResponder library.
+
+%description libs -l pl
+Biblioteka mDNSRespondera.
+
 %package devel
 Summary:	Header files for mDNSResponder
 Summary(pl):	Pliki nagłówkowe do mDNSRespondera
@@ -50,19 +61,6 @@
 %description devel -l pl
 Pliki nagłówkowe dla mDNSRespondera.
 
-%package libs
-Summary:	mDNSResponder library
-Summary(pl):	Biblioteka mDNSRespondera
-Group:		Development/Libraries
-Provides:	mdns-bonjour
-Obsoletes:	avahi-compat-libdns_sd
-
-%description libs
-mDNSResponder library.
-
-%description libs -l pl
-Biblioteka mDNSRespondera.
-
 %package tools
 Summary:	Tools for mDNSResponder
 Summary(pl):	Narzędzia do mDNSRespondera
@@ -93,10 +91,10 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 
 %build
-%{__make} -C mDNSPosix os=linux \
+%{__make} -C mDNSPosix \
+	os=linux \
 	CC="%{__cc}" \
 	JDK="%{_libdir}/java" \
 	%{?debug:DEBUG=1} \
@@ -147,22 +145,15 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README.txt
 %attr(754,root,root) /etc/rc.d/init.d/mdns
 %attr(755,root,root) %{_sbindir}/mdnsd
 %attr(755,root,root) %{_sbindir}/dnsextd
 %{_mandir}/man8/mdnsd.8*
 %{_mandir}/man8/dnsextd.8*
 
-%files -n nss_mdns
-%defattr(644,root,root,755)
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/nss_mdns.conf
-%attr(755,root,root) /%{_lib}/libnss_mdns-0.2.so
-%{_mandir}/man5/nss_mdns.conf.5*
-%{_mandir}/man8/libnss_mdns.8*
-
 %files libs
 %defattr(644,root,root,755)
+%doc APPLE_LICENSE README.txt
 %attr(755,root,root) %{_libdir}/libdns_sd.so.1
 
 %files devel
@@ -174,12 +165,23 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/mDNS*
 
+%files -n nss_mdns
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/nss_mdns.conf
+%attr(755,root,root) /%{_lib}/libnss_mdns-0.2.so
+%{_mandir}/man5/nss_mdns.conf.5*
+%{_mandir}/man8/libnss_mdns.8*
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2006/03/12 19:46:20  qboosh
+- updated to 108, removed obsolete llh patch
+- added license text to docs
+
 Revision 1.20  2006/03/02 23:00:03  glen
 - standard service registration, restaring
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mDNSResponder.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list