rpms/libeXosip2/devel libeXosip2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Mon Oct 24 12:54:21 UTC 2005


Author: jcollie

Update of /cvs/extras/rpms/libeXosip2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14310/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libeXosip2.spec 
Log Message:
auto-import libeXosip2-1.9.1-0.4.pre16 on branch devel from libeXosip2-1.9.1-0.4.pre16.src.rpm


--- NEW FILE libeXosip2.spec ---
%define pre 16

Summary: A library that hides the complexity of using the SIP protocol
Name: libeXosip2
Version: 1.9.1
Release: 0.4%{?pre:.pre%{pre}}
License: GPL
Group: System Environment/Libraries
URL: http://savannah.nongnu.org/projects/eXosip
Source0: http://www.antisip.com/download/%{name}-%{version}%{?pre:-pre%{pre}}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: ortp-devel
BuildRequires: libosip2-devel

%description
A library that hides the complexity of using the SIP protocol for
mutlimedia session establishement. This protocol is mainly to be used
by VoIP telephony applications (endpoints or conference server) but
might be also useful for any application that wish to establish
sessions like multiplayer games.

%package devel
Group: Development/Libraries
Summary: Development files for libeXosip2
Requires: %{name} = %{version}-%{release}
Requires: libosip2-devel

%description devel
Development files for libeXosip2.

%prep
%setup -q -n %{name}-%{version}%{?pre:-pre%{pre}}

%build
%configure --disable-static --disable-josua
make %{_smp_mflags}
make doxygen

%install
rm -rf %{buildroot}

make install DESTDIR=%{buildroot}
rm -rf %{buildroot}%{_includedir}/josua
rm -f %{buildroot}%{_libdir}/%{name}.la

mkdir -p %{buildroot}%{_mandir}/man3
cp help/doxygen/doc/man/man3/*.3* %{buildroot}%{_mandir}/man3

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README

%{_bindir}/sip_reg
%{_libdir}/%{name}.so.*

%files devel
%defattr(-,root,root,-)
%doc help/doxygen/doc/html help/doxygen/doc/latex

%{_includedir}/eXosip2
%{_libdir}/%{name}.so
%{_mandir}/man3/*.3*

%changelog
* Mon Oct 24 2005 Jeffrey C. Ollie <jcollie at lt16585.campus.dmacc.edu> - 1.9.1-0.4.pre16
- Remove INSTALL from %doc - not needed in an RPM package

* Sun Oct 23 2005 Jeffrey C. Ollie <jcollie at lt16585.campus.dmacc.edu> - 1.9.1-0.3.pre16
- Added -n to BuildRoot
- BR libosip2-devel for -devel subpackage.

* Sun Oct 16 2005 Jeffrey C. Ollie <jcollie at lt16585.campus.dmacc.edu> - 1.9.1-0.2.pre16
- Changed BuildRoot to match packaging guidelines.
- Remove extraneous %dir in -devel %files
- Replace %makeinstall with proper invocation.

* Fri Oct 14 2005 Jeffrey C. Ollie <jcollie at lt16585.campus.dmacc.edu> - 1.9.1-0.1.pre16
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libeXosip2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Oct 2005 12:53:56 -0000	1.1
+++ .cvsignore	24 Oct 2005 12:54:18 -0000	1.2
@@ -0,0 +1 @@
+libeXosip2-1.9.1-pre16.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libeXosip2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Oct 2005 12:53:56 -0000	1.1
+++ sources	24 Oct 2005 12:54:18 -0000	1.2
@@ -0,0 +1 @@
+998db6a1a5b90bc1997fd12b154b62f5  libeXosip2-1.9.1-pre16.tar.gz




More information about the fedora-extras-commits mailing list