Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > f35b2e62dba6d6694086f738fd6cfbcd > files > 2

streamtuner-python-0.0.3-1mdk.src.rpm

%define name	streamtuner-python
%define version	0.0.3
%define release 1mdk

%define __libtoolize /bin/true

Name: 	 	%{name}
Summary: 	Embedded python plugin for streamtuner
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://www.nongnu.org/streamtuner/download/streamtuner-python/
License:	GPL
Group:		Sound
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	pkgconfig streamtuner-devel python-devel

%description
Embedded python plugin for streamtuner

%prep
%setup -q

%build
%configure2_5x
%make
										
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
rm -f $RPM_BUILD_ROOT/%_libdir/streamtuner/plugins/{*.la,*.a}
%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files -f %name.lang
%defattr(-,root,root)
%doc README AUTHORS NEWS
%{_libdir}/streamtuner/plugins/*
%{_datadir}/streamtuner-python

%changelog
* Tue Feb 3 2004 Austin Acton <austin@mandrake.org> 0.0.3-1mdk
- initial package