Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 41b486073c7680d0b3374eaa4d9f58af > files > 2

perl-Net-Rendezvous-Publish-Backend-Howl-0.03-6mdv2007.1.src.rpm

%define realname   Net-Rendezvous-Publish-Backend-Howl

Name:		perl-%{realname}
Version:    0.03
Release:    %mkrel 6
License:	GPL or Artistic
Group:		Development/Perl
Summary:    Backend module using howl for Net::Rendezvous
Source0:    http://search.cpan.org//CPAN/authors/id/R/RC/RCLAMP/%{realname}-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/%{realname}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	perl-devel 
BuildRequires:  perl-Net-Rendezvous 
BuildRequires:	howl-devel
BuildRequires:  perl-Module-Build
BuildRequires:  perl-ExtUtils-ParseXS
BuildRequires:  perl-ExtUtils-CBuilder
BuildRequires:  perl-Module-Pluggable
BuildRequires:  perl-Net-Rendezvous-Publish
BuildRequires:  perl-Class-Accessor-Lvalue
Provides:       perl-Net-Rendezvous-Publish-Backend

%description
This module interfaces to the Porchdog's Howl library in order to allow 
service publishing.
It is used by Net::Rendezvous::Publish, in order to adapt to
different mDns implementation.

%prep
%setup -q -n %{realname}-%{version}

%build
%{__perl} Build.PL INSTALLDIRS=vendor

%check
# requires mdns running
#./Build test

%install
rm -rf $RPM_BUILD_ROOT
./Build install destdir=%buildroot installdirs=vendor

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Sat Nov 11 2006 Pascal Terjan <pterjan@mandriva.org> 0.03-6mdv2007.0
+ Revision: 81361
- Also BuildRequires perl-ExtUtils-CBuilder for Module::Build to work on XS
- BuildRequires perl-ExtUtils-ParseXS for Module::Build to work on XS

  + Michael Scherer <misc@mandriva.org>
    - Import perl-Net-Rendezvous-Publish-Backend-Howl



* Fri Jan 06 2006 Michael Scherer <misc@mandriva.org> 0.03-6mdk
- remove test ( require a running mdns server )

* Tue Oct 04 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.03-5mdk
- Fix BuildRequires

* Tue Oct 04 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.03-4mdk
- Fix BuildRequires

* Mon Oct 03 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.03-3mdk
- Fix BuildRequires

* Fri Sep 30 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.03-2mdk
- Buildrequires fix 

* Fri Sep 23 2005 Michael Scherer <misc@mandriva.org> 0.03-1mdk
- First mandriva package