Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > cb3cce6862b0d5b9a9ba4b6f335868b4 > files > 2

positron-1.1-1mdk.src.rpm

%define name positron
%define version 1.1
%define release 1mdk

Summary: A synchronization manager for the Neuros Audio Computer
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.gz
License: BSD
Group: Sound
Prefix: %{_prefix}
BuildArchitectures: noarch
Url: http://www.neurosaudio.com/
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: pyogg, pyvorbis, python-devel

%description
positron is the synchronization manager for the Neuros Audio Computer.
It supports adding, removing, and syncing files to/from the Neuros
device.

%prep
%setup

%build
python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT 

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/positron
%{_libdir}/python%pyver/site-packages/positron/
%{_defaultdocdir}/positron/*
%{_mandir}/man1/*

%changelog
* Mon Jan 10 2005 Erwan Velu <velu@seanodes.com> 1.1-1mdk
- First release