Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > 99f91458a77a2dd0740fc44bf61de052 > files > 2

redbutton-download-20090727-2.mga1.src.rpm

Name:           redbutton-download
Version:        20090727
Release:        %mkrel 2
Group:          Development/Other 
License:        GPLv2+
Summary:        Redbutton download for MHEG5 content
Source:         redbutton-download-%{version}.tar.gz
URL:            http://redbutton.sourceforge.net/
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires: 	zlib-devel

%description
This package provides a download utility for MHEG5, which is used to make
user interface on TVs.
It is part of the redbutton tools suite.

%prep
%setup -q

%build
make

%install
%__rm -rf %{buildroot}
mkdir -p %buildroot%_bindir
#make install DESTDIR=%buildroot # happens "/bin" to DESTDIR
install -m 755 rb-download %buildroot%_bindir

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%_bindir/rb-download





%changelog
* Sun Apr 17 2011 ofaurax <ofaurax> 20090727-2.mga1
+ Revision: 86903
- imported package redbutton-download


* Wed Dec 01 2010 Funda Wang <fwang@mandriva.org> 20090727-2mdv2011.0
+ Revision: 604378
- rebuild for new zlib

* Sun Nov 29 2009 Olivier Faurax <ofaurax@mandriva.org> 20090727-1mdv2010.1
+ Revision: 471592
- missing buildrequires
- import redbutton-download


* Sun Nov 29 2009 Olivier Faurax <olivier.faurax@laposte.net> 20090727-1mdv2009.1
- Initial package