Name: bitstream Version: 1.0 Release: 1%{?dist} Summary: Simpler access to binary structures such as specified by MPEG, DVB, IETF, Group: Development/Libraries License: GPLv2+ URL: http://www.videolan.org/developers/bitstream.html Source0: http://download.videolan.org/pub/videolan/bitstream/%{version}/bitstream-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Provides: %{name}-devel = %{version}-%{release} %description biTStream is a set of C headers allowing a simpler access to binary structures such as specified by MPEG, DVB, IETF, etc. %prep %setup -q %build #Nothing to build %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README TODO %{_includedir}/bitstream %changelog * Mon Jan 16 2012 Nicolas Chauvet - 1.0-1 - Initial spec file