|
|
@ -1,10 +1,13 @@
|
|
|
|
|
|
|
|
%global commit0 26bdfd4c0dc58f0f4917461cdf31dae24f9e1463
|
|
|
|
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Library for MPEG TS and DVB PSI tables decoding and generation
|
|
|
|
Summary: Library for MPEG TS and DVB PSI tables decoding and generation
|
|
|
|
Name: libdvbpsi
|
|
|
|
Name: libdvbpsi
|
|
|
|
Version: 1.3.2
|
|
|
|
Version: 1.3.3
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.videolan.org/developers/libdvbpsi.html
|
|
|
|
URL: http://www.videolan.org/developers/libdvbpsi.html
|
|
|
|
Source0: http://download.videolan.org/pub/libdvbpsi/%{version}/%{name}-%{version}%{?pre}.tar.bz2
|
|
|
|
Source0: https://code.videolan.org/videolan/libdvbpsi/-/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: graphviz doxygen
|
|
|
|
BuildRequires: graphviz doxygen
|
|
|
@ -32,7 +35,7 @@ Documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}%{?pre}
|
|
|
|
%setup -q -n %{name}-%{commit0}
|
|
|
|
autoreconf -vif
|
|
|
|
autoreconf -vif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -43,7 +46,7 @@ make %{?_smp_mflags} doc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install INSTALL="install -p"
|
|
|
|
%make_install
|
|
|
|
rm -f %{buildroot}%{_libdir}/lib*.la
|
|
|
|
rm -f %{buildroot}%{_libdir}/lib*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -65,6 +68,9 @@ rm -f %{buildroot}%{_libdir}/lib*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Aug 22 2019 Nicolas Chauvet <kwizart@gmail.com> - 1.3.3-1
|
|
|
|
|
|
|
|
- Update to 1.3.3
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-4
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|