Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > by-pkgid > 31850866e86d55d1d222ea7b36cec1b6 > files > 2

perl-Xmms-0.12-6mdv2008.0.src.rpm

%define modname	Xmms

Name:		perl-%{modname}
Version:	0.12
Release:	%mkrel 6
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Perl modules to control and configure XMMS
Source:		http://search.cpan.org/CPAN/authors/id/D/DO/DOUGM/%{modname}-Perl-%{version}.tar.gz
URL:		http://search.cpan.org/~dougm/%{modname}-Perl-%{version}/
BuildRequires:	perl-devel
BuildRequires:  xmms-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
This package provides the following modules:

 Xmms::Remote - Perl interface to the xmms_remote API

 Xmms::Config - Perl interface to the xmms_cfg API

 Xmms - Exports the remote control shell routine

 Xmms::Plugin - Embeds a Perl interpreter inside xmms and provides
                Input/Output/Effect/General plugin interfaces for
                Perl (not yet released, may never be)

%prep
%setup -q -n %{modname}-Perl-%{version}

%build
perl Makefile.PL
%make

%install
rm -Rf %{buildroot}
%makeinstall_std INSTALLSITEARCH=%perl_vendorarch INSTALLSITEMAN3DIR=%{_mandir}/man3

%clean
rm -Rf %{buildroot}

%files
%defattr(-,root,root)
%dir %{perl_vendorarch}/auto/%{modname}
%{perl_vendorarch}/auto/%{modname}/*
%{perl_vendorarch}/%{modname}*
%{perl_vendorarch}/*/%{modname}.pm
%{_mandir}/man?/*
%doc README



%changelog
* Sat Sep 15 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.12-6mdv2008.0
+ Revision: 87114
- rebuild


* Wed Sep 06 2006 Buchan Milne <bgmilne@mandriva.org> 0.12-5mdv2007.0
- Rebuild

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

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

* Tue Sep 20 2005 Buchan Milne <bgmilne@linux-mandrake.com> 0.12-2mdk
- first Mandriva package