From bf39314c2e873f0ce809459d923e259d93b1d87b Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Thu, 29 Feb 2024 11:37:22 +0300 Subject: [PATCH] import libdvbpsi-1.3.3-1.el8 --- .gitignore | 1 + .libdvbpsi.metadata | 1 + SPECS/libdvbpsi.spec | 206 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 208 insertions(+) create mode 100644 .gitignore create mode 100644 .libdvbpsi.metadata create mode 100644 SPECS/libdvbpsi.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..abe8232 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/libdvbpsi-26bdfd4.tar.gz diff --git a/.libdvbpsi.metadata b/.libdvbpsi.metadata new file mode 100644 index 0000000..c24366d --- /dev/null +++ b/.libdvbpsi.metadata @@ -0,0 +1 @@ +9ba3eb8326c455d9a4bd6102149af9b6ba84450f SOURCES/libdvbpsi-26bdfd4.tar.gz diff --git a/SPECS/libdvbpsi.spec b/SPECS/libdvbpsi.spec new file mode 100644 index 0000000..56c5563 --- /dev/null +++ b/SPECS/libdvbpsi.spec @@ -0,0 +1,206 @@ +%global commit0 26bdfd4c0dc58f0f4917461cdf31dae24f9e1463 +%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) + +Summary: Library for MPEG TS and DVB PSI tables decoding and generation +Name: libdvbpsi +Version: 1.3.3 +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 + +BuildRequires: gcc +BuildRequires: graphviz doxygen +BuildRequires: libtool + +%package devel +Summary: Development package for %{name} +Requires: %{name}%{_isa} = %{version}-%{release} + +%package doc +Summary: Documentation for %{name} + + +%description +libdvbpsi is a very simple and fully portable library designed for +MPEG TS and DVB PSI table decoding and generation. + +%description devel +libdvbpsi is a very simple and fully portable library designed for +MPEG TS and DVB PSI table decoding and generation. +This package contains development files for %{name} + +%description doc +Documentation for %{name}. + + +%prep +%setup -q -n %{name}-%{commit0} +autoreconf -vif + + +%build +%configure --disable-dependency-tracking --disable-static +%make_build +make %{?_smp_mflags} doc + + +%install +%make_install +rm -f %{buildroot}%{_libdir}/lib*.la + + +%ldconfig_scriptlets + + +%files +%doc AUTHORS ChangeLog README +%license COPYING +%{_libdir}/%{name}.so.* + +%files devel +%{_includedir}/dvbpsi/ +%{_libdir}/lib*.so +%{_libdir}/pkgconfig/libdvbpsi.pc + +%files doc +%doc doc/doxygen/html + + +%changelog +* Thu Feb 29 2024 Sergey Cherevko - 1.3.3-1 +- Rebuilt for MSVSphere 8.9 + +* Thu Aug 22 2019 Nicolas Chauvet - 1.3.3-1 +- Update to 1.3.3 + +* Thu Jul 25 2019 Fedora Release Engineering - 1.3.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 1.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Mon Feb 19 2018 Nicolas Chauvet - 1.3.2-1 +- Update to 1.3.2 + +* Wed Feb 07 2018 Fedora Release Engineering - 1.3.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 1.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Feb 16 2017 Nicolas Chauvet - 1.3.1-1 +- Update to 1.3.1 + +* Fri Feb 10 2017 Fedora Release Engineering - 1.3.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Sep 26 2016 Nicolas Chauvet - 1.3.0-3 +- Add doc sub-package +- clean mixed tab and space +- add %%{?_smp_mflags} for doc + +* Thu Sep 15 2016 Nicolas Chauvet - 1.3.0-2 +- Spec file clean-up + +* Sat Oct 24 2015 Nicolas Chauvet - 1.3.0-1 +- Update to 1.3.0 + +* Sat Oct 24 2015 Nicolas Chauvet - 1.2.0-3 +- backport patch - rfbz#3729 + +* Sun Apr 26 2015 Nicolas Chauvet - 1.2.0-2 +- Backport patch to disable Werror - fix f22 + +* Sat Nov 15 2014 Nicolas Chauvet - 1.2.0-1 +- Update to 1.2.0 + +* Sun Aug 31 2014 Sérgio Basto - 1.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Nov 10 2013 Nicolas Chauvet - 1.1.2-1 +- Update to 1.1.2 + +* Sun Apr 28 2013 Nicolas Chauvet - 1.1.0-1 +- Update to 1.1.0 + +* Sun Mar 10 2013 Nicolas Chauvet - 1.0.0-1 +- Update to 1.0.0 +- Clean-up spec file + +* Sun Nov 11 2012 Nicolas Chauvet - 1.0.0-0.2_pre3 +- Update to _pre3 as tagged in git + +* Thu Oct 18 2012 Nicolas Chauvet - 1.0.0-0.1_pre2 +- Update to 1.0.0_pre2 + +* Wed Jan 25 2012 Nicolas Chauvet - 0.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Sat Nov 05 2011 Nicolas Chauvet - 0.2.2-1 +- Update to 0.2.2 + +* Tue May 10 2011 Nicolas Chauvet - 0.2.0-1 +- Update to 0.2.0 +- Switch to LGPLv2+ + +* Sat Apr 24 2010 Nicolas Chauvet - 0.1.7-1 +- Update to 0.1.7 + +* Sat Oct 17 2009 kwizart < kwizart at gmail.com > - 0.1.6-6 +- Rebuild + +* Sun Apr 5 2009 kwizart < kwizart at gmail.com > - 0.1.6-5 +- Rebuild + +* Sun Mar 29 2009 Thorsten Leemhuis - 0.1.6-4 +- rebuild for new F11 features + +* Mon Aug 04 2008 Thorsten Leemhuis - 0.1.6-2 +- Rebuild for gcc43 + +* Mon Oct 22 2007 kwizart < kwizart at gmail.com > - 0.1.6-1 +- Update to 0.1.6 + +* Sun Oct 14 2007 kwizart < kwizart at gmail.com > - 0.1.5-3 +- Rpmfusion Merge Review + +* Mon Mar 13 2006 Thorsten Leemhuis 0.1.5-2 +- Drop Epoch completely + +* Thu Mar 09 2006 Andreas Bierfert +- switch to new release field + +* Tue Feb 28 2006 Andreas Bierfert +- add dist + +* Tue Jul 12 2005 Ville Skyttä - 0:0.1.5-0.lvn.1 +- 0.1.5. +- Build with dependency tracking disabled. +- Miscellaneous specfile cleanups. + +* Mon May 17 2004 Dams - 0:0.1.3-0.lvn.4 +- Added url in Source0 + +* Sun Sep 28 2003 Dams 0:0.1.3-0.fdr.3 +- Removed comment after scriptlets + +* Mon Aug 18 2003 Dams 0:0.1.3-0.fdr.2 +- Moved some doc to devel package + +* Sat Aug 16 2003 Dams 0:0.1.3-0.fdr.1 +- Added post/postun scriptlets +- Using RPM_OPT_FLAGS +- Updated to 0.1.3 + +* Sun Jun 29 2003 Dams +- Initial build.