update to 0.2.2 [release 0.2.2-1mamba;Tue Apr 03 2012]
This commit is contained in:
parent
2edddf4c96
commit
4e68172195
@ -1,2 +1,8 @@
|
||||
# libdvbpsi
|
||||
|
||||
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.
|
||||
|
||||
|
84
libdvbpsi.spec
Normal file
84
libdvbpsi.spec
Normal file
@ -0,0 +1,84 @@
|
||||
Name: libdvbpsi
|
||||
Version: 0.2.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 ChangeLog COPYING README
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/dvbpsi
|
||||
%{_includedir}/dvbpsi/*.h
|
||||
%{_libdir}/libdvbpsi.la
|
||||
%{_libdir}/libdvbpsi.so
|
||||
%{_libdir}/pkgconfig/libdvbpsi.pc
|
||||
|
||||
%changelog
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user