mirror of
https://abf.rosa.ru/djam/libzrtpcpp.git
synced 2025-02-23 18:02:58 +00:00
update to 2.0.0 (sync with mdv cooker)
This commit is contained in:
parent
590dce8018
commit
b258b4198e
4 changed files with 16 additions and 104 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
"libzrtpcpp-1.4.6.tar.gz": 7c1eecfe01804b718e2c2549707b59a7503e981d
|
||||
"libzrtpcpp-2.0.0.tar.gz": c17ab61ca1bdde854b80ad6cb6456427244c3b67
|
||||
|
|
Binary file not shown.
BIN
libzrtpcpp-2.0.0.tar.gz.sig
Normal file
BIN
libzrtpcpp-2.0.0.tar.gz.sig
Normal file
Binary file not shown.
118
libzrtpcpp.spec
118
libzrtpcpp.spec
|
@ -1,25 +1,22 @@
|
|||
%define api 1.4
|
||||
%define major 0
|
||||
%define libname %mklibname zrtpcpp %{api} %{major}
|
||||
%define major 2
|
||||
%define libname %mklibname zrtpcpp %{major}
|
||||
%define develname %mklibname zrtpcpp -d
|
||||
|
||||
Summary: A ccrtp extension for zrtp/Zfone support
|
||||
Name: libzrtpcpp
|
||||
Version: 1.4.6
|
||||
Release: %mkrel 3
|
||||
Version: 2.0.0
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: System/Libraries
|
||||
URL: http://www.gnu.org/software/commoncpp/commoncpp.html
|
||||
Source0: ftp://ftp.gnu.org/gnu/cccrtp/libzrtpcpp-%{version}.tar.gz
|
||||
Source1: ftp://ftp.gnu.org/gnu/cccrtp/libzrtpcpp-%{version}.tar.gz.sig
|
||||
Requires: ccrtp >= 1.7.0
|
||||
Source0: ftp://ftp.gnu.org/gnu/ccrtp/libzrtpcpp-%{version}.tar.gz
|
||||
Source1: ftp://ftp.gnu.org/gnu/ccrtp/libzrtpcpp-%{version}.tar.gz.sig
|
||||
#Requires: ccrtp >= 1.7.0
|
||||
BuildRequires: ccrtp-devel >= 1.7.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libCommonC++-devel
|
||||
BuildRequires: libtool
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
This library is a GPL licensed extension to the GNU RTP Stack, ccrtp, that
|
||||
|
@ -59,109 +56,24 @@ building applications that use libzrtpcpp.
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
export LDFLAGS="-s"
|
||||
%configure2_5x
|
||||
%make LIBTOOL=%_bindir/libtool
|
||||
%cmake
|
||||
%make
|
||||
#LIBTOOL=%_bindir/libtool
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
||||
pushd build
|
||||
%makeinstall_std
|
||||
rm -rf %{buildroot}/%{_infodir}
|
||||
|
||||
%if %mdkversion < 200900
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%if %mdkversion < 200900
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
popd
|
||||
#rm -rf %{buildroot}/%{_infodir}
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_libdir}/*%{api}.so.%{major}*
|
||||
%{_libdir}/*.so.%{major}*
|
||||
|
||||
%files -n %{develname}
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libzrtpcpp
|
||||
%{_includedir}/libzrtpcpp/*.h
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Dec 05 2010 Oden Eriksson <oeriksson@mandriva.com> 1.4.6-3mdv2011.0
|
||||
+ Revision: 609791
|
||||
- rebuild
|
||||
|
||||
* Wed Feb 24 2010 Angelo Naselli <anaselli@mandriva.org> 1.4.6-2mdv2010.1
|
||||
+ Revision: 510817
|
||||
- rebuilt against new commoncpp2 1.8
|
||||
|
||||
* Sun Nov 22 2009 Jérôme Brenier <incubusss@mandriva.org> 1.4.6-1mdv2010.1
|
||||
+ Revision: 469060
|
||||
- new version 1.4.6
|
||||
|
||||
* Tue Jul 28 2009 Emmanuel Andry <eandry@mandriva.org> 1.4.5-1mdv2010.0
|
||||
+ Revision: 402760
|
||||
- New version 1.4.5
|
||||
|
||||
* Wed Feb 11 2009 Emmanuel Andry <eandry@mandriva.org> 1.4.3-1mdv2009.1
|
||||
+ Revision: 339572
|
||||
- New version 1.4.3
|
||||
- New version 1.4.2
|
||||
|
||||
* Fri Dec 26 2008 Emmanuel Andry <eandry@mandriva.org> 1.4.1-1mdv2009.1
|
||||
+ Revision: 319448
|
||||
- New version 1.4.1
|
||||
- New API
|
||||
|
||||
* Wed Oct 22 2008 Funda Wang <fwang@mandriva.org> 1.3.0-2mdv2009.1
|
||||
+ Revision: 296524
|
||||
- fix libname according to lib policy
|
||||
|
||||
* Sun Aug 17 2008 Emmanuel Andry <eandry@mandriva.org> 1.3.0-1mdv2009.0
|
||||
+ Revision: 272980
|
||||
- New version
|
||||
- fix major
|
||||
|
||||
* Mon Jul 28 2008 Thierry Vignaud <tv@mandriva.org> 1.0.0-3mdv2009.0
|
||||
+ Revision: 250755
|
||||
- rebuild
|
||||
|
||||
+ Pixel <pixel@mandriva.com>
|
||||
- do not call ldconfig in %%post/%%postun, it is now handled by filetriggers
|
||||
|
||||
* Sun Feb 10 2008 Emmanuel Andry <eandry@mandriva.org> 1.0.0-1mdv2008.1
|
||||
+ Revision: 164816
|
||||
- New version
|
||||
- new devel policy
|
||||
- new major
|
||||
|
||||
* Fri Dec 21 2007 Olivier Blin <oblin@mandriva.com> 0.9.0-3mdv2008.1
|
||||
+ Revision: 136572
|
||||
- restore BuildRoot
|
||||
|
||||
+ Thierry Vignaud <tv@mandriva.org>
|
||||
- kill re-definition of %%buildroot on Pixel's request
|
||||
|
||||
|
||||
* Sun Feb 25 2007 Emmanuel Andry <eandry@mandriva.org> 0.9.0-2mdv2007.0
|
||||
+ Revision: 125490
|
||||
- rebuild
|
||||
|
||||
* Tue Dec 12 2006 Oden Eriksson <oeriksson@mandriva.com> 0.9.0-1mdv2007.1
|
||||
+ Revision: 95789
|
||||
- Import libzrtpcpp
|
||||
|
||||
* Tue Dec 12 2006 Oden Eriksson <oeriksson@mandriva.com> 0.9.0-1mdv2007.1
|
||||
- initial Mandriva package
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue