.gear/rules | 2 + .../tags/395fcdaf92ee178b1873a18dddbda30b7ed05a89 | 6 +++ .gear/tags/list | 1 + libzrtp.spec | 57 ++++++++++++++++++++++ 4 files changed, 66 insertions(+) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..4fcfd99 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. +diff: @version@:. . diff --git a/.gear/tags/395fcdaf92ee178b1873a18dddbda30b7ed05a89 b/.gear/tags/395fcdaf92ee178b1873a18dddbda30b7ed05a89 new file mode 100644 index 0000000..b9cdaa9 --- /dev/null +++ b/.gear/tags/395fcdaf92ee178b1873a18dddbda30b7ed05a89 @@ -0,0 +1,6 @@ +object 721fc7700f4dc55fb7f975b52f2c3204f40c2844 +type commit +tag 1.0.6 +tagger Ronan Abhamon 1500553851 +0200 + +1.0.6 diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..981321e --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +395fcdaf92ee178b1873a18dddbda30b7ed05a89 1.0.6 diff --git a/libzrtp.spec b/libzrtp.spec new file mode 100644 index 0000000..78a836b --- /dev/null +++ b/libzrtp.spec @@ -0,0 +1,57 @@ +Name: libzrtp +Version: 1.0.6 +Release: alt1 + +Group: System/Libraries +Summary: BZRTP is an opensource implementation of ZRTP keys exchange protocol. +Url: http://www.linphone.org/releases/sources/bzrtp +License: GPLv2 + +Source: %name-%version.tar +Patch0: %name-%version-%release.patch +BuildRequires: libbctoolbox-devel libsqlite3-devel libxml2-devel + +%description +BZRTP is an opensource implementation of ZRTP keys exchange protocol. +The library written in C 89 is fully portable and can be executed +on many platforms including both ARM processor and x86. + +%package devel +Summary: Headers, libraries and docs for the bzrtp library +Group: Development/C +Requires: %name = %version-%release + +%description devel +BZRTP is an opensource implementation of ZRTP keys exchange protocol. +The library written in C 89 is fully portable and can be executed +on many platforms including both ARM processor and x86. + +This package contains header files and development libraries needed to +develop programs using the oRTP library. + +%prep +%setup +%patch0 -p1 + +%build +./autogen.sh +%configure \ + --disable-static \ + --enable-shared +%make_build + +%install +%makeinstall + +%files +%doc AUTHORS COPYING ChangeLog NEWS README.md +%_libdir/*.so.* + +%files devel +%_libdir/*.so +%_libdir/pkgconfig/*.pc +%_includedir/* + +%changelog +* Wed Apr 25 2018 Alexei Takaseev 1.0.6-alt1 +- initial build for Sisyphus