109 lines
3.5 KiB
RPMSpec
109 lines
3.5 KiB
RPMSpec
Name: libdvbpsi
|
|
Version: 1.3.2
|
|
Release: 1mamba
|
|
Summary: Library for decoding and generating MPEG TS and DVB PSI tables
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Aleph0 <aleph0@openmamba.org>
|
|
URL: http://developers.videolan.org/libdvbpsi/
|
|
Source: http://download.videolan.org/pub/libdvbpsi/%{version}/%{name}-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
The libdvbpsi is part of the VideoLAN project, a full MPEG2 client/server solution.
|
|
The libdvbpsi can also be used with extra programs that need DVB and PSI decoders and generators.
|
|
|
|
The VideoLAN team decided to write the libdvbpsi to make the VideoLAN Client and the VideoLAN Server capable of demultiplexing a satellite DVB stream.
|
|
The library aims at making it easy to decode PSI tables (such as PAT, PMT etc.) present in a TS/DVB stream.
|
|
|
|
%package devel
|
|
Summary: Development files from the libdvbpsi library
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
The libdvbpsi is part of the VideoLAN project, a full MPEG2 client/server solution.
|
|
The libdvbpsi can also be used with extra programs that need DVB and PSI decoders and generators.
|
|
|
|
You will need to install these development files if you intend to rebuild programs with libdvbpsi support.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure --enable-release --disable-static
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libdvbpsi.so.*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/dvbpsi
|
|
%{_includedir}/dvbpsi/*.h
|
|
%dir %{_includedir}/dvbpsi/types
|
|
%{_includedir}/dvbpsi/types/*.h
|
|
%{_libdir}/libdvbpsi.la
|
|
%{_libdir}/libdvbpsi.so
|
|
%{_libdir}/pkgconfig/libdvbpsi.pc
|
|
%doc ChangeLog README
|
|
|
|
%changelog
|
|
* Thu Mar 22 2018 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 16 2017 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
|
|
- update to 1.3.0
|
|
|
|
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Jan 25 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.2-1mamba
|
|
- update to 1.1.2
|
|
|
|
* Fri Oct 04 2013 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Apr 28 2013 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 03 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-1mamba
|
|
- update to 0.2.2
|
|
|
|
* Tue Jan 27 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.6-1mamba
|
|
- update to 0.1.6
|
|
|
|
* Tue Jul 03 2007 Aleph0 <aleph0@openmamba.org> 0.1.5-1mamba
|
|
- update to 0.1.5
|
|
|
|
* Wed Jun 29 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.1.4-3qilnx
|
|
- fixed package group
|
|
- use rpm macros for building/installing
|
|
- own %{_includedir}/dvdpsi
|
|
|
|
* Fri Jun 10 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.1.4-2qilnx
|
|
- rebuild and moved from devel-contrib repository to devel repository
|
|
|
|
* Fri Jun 10 2005 Matteo Bernasconi <voyagernm@virgilio.it> 0.1.4-1qilnx
|
|
- first build
|