|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
Summary: Library for MPEG TS and DVB PSI tables decoding and generation
|
|
|
|
|
Name: libdvbpsi
|
|
|
|
|
Version: 1.3.3
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: http://www.videolan.org/developers/libdvbpsi.html
|
|
|
|
|
Source0: https://code.videolan.org/videolan/libdvbpsi/-/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
|
|
|
@ -12,7 +12,6 @@ Source0: https://code.videolan.org/videolan/libdvbpsi/-/archive/%{commit0
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: graphviz doxygen
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development package for %{name}
|
|
|
|
@ -43,7 +42,7 @@ autoreconf -vif
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-dependency-tracking --disable-static
|
|
|
|
|
%make_build
|
|
|
|
|
%make_build doc
|
|
|
|
|
make %{?_smp_mflags} doc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -69,17 +68,8 @@ rm -f %{buildroot}%{_libdir}/lib*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
* Thu Feb 29 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.3.3-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.9
|
|
|
|
|
|
|
|
|
|
* Thu Aug 22 2019 Nicolas Chauvet <kwizart@gmail.com> - 1.3.3-1
|
|
|
|
|
- Update to 1.3.3
|