Author: amateja Date: Thu Aug 27 09:38:36 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.96 - cosmetics - transtation - added patch which disables prompting
---- Files affected: packages/perl-Net-Bonjour: perl-Net-Bonjour.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/perl-Net-Bonjour/perl-Net-Bonjour.spec diff -u packages/perl-Net-Bonjour/perl-Net-Bonjour.spec:1.1 packages/perl-Net-Bonjour/perl-Net-Bonjour.spec:1.2 --- packages/perl-Net-Bonjour/perl-Net-Bonjour.spec:1.1 Mon Feb 2 20:41:53 2009 +++ packages/perl-Net-Bonjour/perl-Net-Bonjour.spec Thu Aug 27 11:38:31 2009 @@ -7,17 +7,16 @@ %define pdir Net %define pnam Bonjour Summary: Net::Bonjour - Module for DNS service discovery (Apple's Bonjour) -#Summary(pl.UTF-8): +Summary(pl.UTF-8): Net::Bonjour - moduł dla wykrywania usług za pomocą DNS (Apple Bonjour) Name: perl-Net-Bonjour -Version: 0.95 +Version: 0.96 Release: 1 -# same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Net/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: f1c1e33a64d45fa5b14e640158fec6ae -# generic URL, check or change before uncommenting -#URL: http://search.cpan.org/dist/Net-Bonjour/ +# Source0-md5: 619e15831c8db014ceff422191fe6538 +URL: http://search.cpan.org/dist/Net-Bonjour/ +Patch0: %{name}-prompt.patch BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -27,21 +26,24 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Net::Bonjour is a set of modules that allow one to discover local services via multicast DNS (mDNS) -or enterprise services via traditional DNS. This method of service discovery has been branded as +Net::Bonjour is a set of modules that allow one to discover local +services via multicast DNS (mDNS) or enterprise services via +traditional DNS. This method of service discovery has been branded as Bonjour by Apple Computer. -The base object would be of the Net::Bonjour class. This object contains the resolver for DNS service discovery. +The base object would be of the Net::Bonjour class. This object +contains the resolver for DNS service discovery. -The base object (Net::Bonjour) will return entry objects of the class Net::Bonjour::Entry. +The base object (Net::Bonjour) will return entry objects of the class +Net::Bonjour::Entry. - - -# %description -l pl.UTF-8 -# TODO +%description -l pl.UTF-8 +Net::Bonjour - moduł dla wykrywania usług za pomocą DNS (Apple +Bonjour) %prep %setup -q -n %{pdir}-%{pnam}-%{version} +%patch0 %build %{__perl} Makefile.PL \ @@ -53,7 +55,7 @@ %install rm -rf $RPM_BUILD_ROOT -%{__make} pure_install \ +%{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean @@ -65,6 +67,7 @@ %{perl_vendorlib}/Net/*.pm %dir %{perl_vendorlib}/Net/Bonjour %{perl_vendorlib}/Net/Bonjour/*.pm +%{perl_vendorlib}/Net/Rendezvous/Entry.pm %{_mandir}/man3/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -73,6 +76,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2009/08/27 09:38:31 amateja +- updated to 0.96 +- cosmetics +- transtation +- added patch which disables prompting + Revision 1.1 2009/02/02 19:41:53 agaran - builds here - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Net-Bonjour/perl-Net-Bonjour.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
