rpms/libnemesi/F-7 libnemesi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Sat Dec 1 22:50:42 UTC 2007


Author: rathann

Update of /cvs/pkgs/rpms/libnemesi/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1734

Modified Files:
	.cvsignore sources 
Added Files:
	libnemesi.spec 
Log Message:
- import into F-7 branch


--- NEW FILE libnemesi.spec ---
%define git 1
%define rev 20071030

Summary: RTSP/RTP client library
Name: libnemesi
Version: 0.6.3
Release: 0.2%{?git:.%{rev}git}%{?dist}
License: LGPLv2+
Group: Development/Libraries
%if %{git}
# http://live.polito.it/gitweb/?p=libnemesi.git;a=snapshot;h=HEAD
Source: %{name}-%{rev}git.tar.gz
%else
Source: http://live.polito.it/files/downloads/netembryo/%{name}-%{version}.tar.bz2
%endif
URL: http://live.polito.it/documentation/libnemesi
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: lksctp-tools-devel
BuildRequires: netembryo-devel >= 0.0.4
%{?git:BuildRequires: libtool}

%description
Libnemesi let you add multimedia streaming playback in your applications in
a quick and straightforward way. This software, derived from the experience
matured with NeMeSi is fully compliant with IETF's standards for real-time
streaming of multimedia contents over Internet. libnemesi implements RTSP –
Real-Time Streaming Protocol (RFC2326) and RTP/RTCP – Real-Time Transport
Protocol/RTP Control Protocol (RFC3550) supporting the RTP Profile for
Audio and Video Conferences with Minimal Control (RFC3551).

The library provides two different API:

    * high level: the simplest abstraction to get the demuxed streams out
      of a resource uri
    * low level: provides access to all the rtp, rtcp, rtsp primitives in
      order to develop advanced applications.

Libnemesi leverages the netembryo network support and provides hooks to
register custom depacketizers (rtp parsers) to have a good compromises
between ease of use and flexibility.

%package devel
Summary: Nemesi development library and headers
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: netembryo-devel >= 0.0.4
Requires: pkgconfig

%description devel
The libnemesi-devel package contains the header files and some
documentation needed to develop application with libnemesi.

%package tools
Summary: Simple dump/info programs that use libnemesi
Group: Applications/Multimedia

%description tools
Simple programs that use libnemesi to show network streams' information
and dump them.

%prep
%setup -q %{?git:-n %{name}.git}

%build
%{?git:autoreconf -i}
%configure \
 --disable-dependency-tracking \
 --disable-static \
 --program-prefix=nemesi_ \

%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} install
%{__rm} %{buildroot}%{_libdir}/libnemesi.la

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_libdir}/libnemesi.so.*

%files devel
%defattr(-,root,root,-)
%doc CodingStyle
%{_includedir}/nemesi
%{_libdir}/libnemesi.so
%{_libdir}/pkgconfig/libnemesi.pc

%files tools
%defattr(-,root,root,-)
%{_bindir}/nemesi_dump_info
%{_bindir}/nemesi_dump_stream
%{_bindir}/nemesi_loop_stream

%changelog
* Sun Nov 11 2007 Dominik Mierzejewski <rpm at greysector.net> 0.6.3-0.2.20071030git
- added missing Requires: netembryo-devel to -devel subpackage

* Thu Nov 01 2007 Dominik Mierzejewski <rpm at greysector.net> 0.6.3-0.1.20071030git
- updated to latest git snapshot (requested by upstream)
- fixed changelog version
- capitalized -devel Summary
- use disttag

* Thu Oct 11 2007 Dominik Mierzejewski <rpm at greysector.net> 0.6.2-0.1
- latest git snapshot (required by MPlayer-1.0rc2)
- specfile adapted to current buildsystem

* Thu Jan 11 2007 Dominik Mierzejewski <rpm at greysector.net> 0.6.0-1
- initial release based on upstream RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libnemesi/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Nov 2007 17:24:14 -0000	1.1
+++ .cvsignore	1 Dec 2007 22:50:08 -0000	1.2
@@ -0,0 +1 @@
+libnemesi-20071030git.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libnemesi/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Nov 2007 17:24:14 -0000	1.1
+++ sources	1 Dec 2007 22:50:08 -0000	1.2
@@ -0,0 +1 @@
+1e2d4df862f7712facb46c633f77a349  libnemesi-20071030git.tar.gz




More information about the fedora-extras-commits mailing list