rpms/libzrtpcpp/devel import.log, NONE, 1.1 libzrtpcpp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Mon Jun 30 21:10:09 UTC 2008


Author: kevin

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libzrtpcpp.spec 
Log Message:
Initial version



--- NEW FILE import.log ---
libzrtpcpp-1_3_0-2_fc10:HEAD:libzrtpcpp-1.3.0-2.fc10.src.rpm:1214860128


--- NEW FILE libzrtpcpp.spec ---
Name:           libzrtpcpp
Version:        1.3.0
Release:        2%{?dist}
Summary:        ZRTP support library for the GNU ccRTP stack

Group:          System Environment/Libraries
License:        GPLv3+
URL:            http://www.gnu.org/software/ccrtp/
Source0:        ftp://ftp.gnu.org/gnu/ccrtp/libzrtpcpp-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	ccrtp-devel 
BuildRequires:	libgcrypt-devel
BuildRequires:	doxygen

%description
This package provides a library that adds ZRTP support to the GNU
ccRTP stack. Phil Zimmermann developed ZRTP to allow ad-hoc, easy to
use key negotiation to setup Secure RTP (SRTP) sessions. GNU ZRTP
together with GNU ccRTP (1.5.0 or later) provides a ZRTP
implementation that can be directly embedded into client and server
applications.

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

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q


%build
%configure --disable-static
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
make %{?_smp_mflags}

# Make the NEWS file non executable
chmod 644 NEWS

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


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

%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libzrtpcpp.pc


%changelog
* Mon Jun 30 2008 Kevin Fenzi <kevin at tummy.com> - 1.3.0-2
- Fix unused-direct-shlib-dependency and other minor issues. 

* Wed Jun 25 2008 Kevin Fenzi <kevin at tummy.com> - 1.3.0-1
- Initial version for Fedora



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libzrtpcpp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Jun 2008 20:06:09 -0000	1.1
+++ .cvsignore	30 Jun 2008 21:09:15 -0000	1.2
@@ -0,0 +1 @@
+libzrtpcpp-1.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libzrtpcpp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Jun 2008 20:06:09 -0000	1.1
+++ sources	30 Jun 2008 21:09:15 -0000	1.2
@@ -0,0 +1 @@
+e2abd4f7cf68496d0772dd7e5a71873a  libzrtpcpp-1.3.0.tar.gz




More information about the fedora-extras-commits mailing list