Blob Blame History Raw
Name:           bitstream
Version:        1.3
Release:        1%{?dist}
Summary:        Simpler access to binary structures such as specified by MPEG, DVB, IETF

License:        MIT
URL:            http://www.videolan.org/developers/bitstream.html
Source0:        http://download.videolan.org/pub/videolan/bitstream/%{version}/bitstream-%{version}.tar.bz2
Patch0:         0001-Switch-from-libdir-to-datadir-for-noarch-pc-files.patch
BuildArch:      noarch

#Lincense clarification for few files
#https://code.videolan.org/videolan/bitstream/issues/1

%description
biTStream is a set of C headers allowing a simpler access to binary structures
such as specified by MPEG, DVB, IETF, etc.

%package devel
Summary: Simpler access to binary structures such as specified by MPEG, DVB, IETF

%description devel
biTStream is a set of C headers allowing a simpler access to binary structures
such as specified by MPEG, DVB, IETF, etc.


%prep
%autosetup -p1


%build
#Nothing to build


%install
%make_install PREFIX=%{_prefix}



%files devel
%doc AUTHORS NEWS README TODO
%license COPYING
%{_includedir}/bitstream
%{_datadir}/pkgconfig/bitstream.pc


%changelog
* Tue Feb 06 2018 Nicolas Chauvet <kwizart@gmail.com> - 1.3-1
- Update to 1.3

* Thu Sep 14 2017 Nicolas Chauvet <kwizart@gmail.com> - 1.2-1
- Update to 1.2

* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

* Mon Sep 26 2016 Nicolas Chauvet <kwizart@gmail.com> - 1.1-2
- Only create a -devel package
- Remove Group from rpm
- Update license to MIT

* Thu Sep 15 2016 Nicolas Chauvet <kwizart@gmail.com> - 1.1-1
- Update to 1.1

* Mon Jan 16 2012 Nicolas Chauvet <kwizart@gmail.com> - 1.0-1
- Initial spec file