.gear/rules | 2 + .../tags/47e87a6654269706f4fb71c148f57b5e4df7e91a | 6 +++ .gear/tags/list | 1 + bcunit.spec | 59 ++++++++++++++++++++++ 4 files changed, 68 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/47e87a6654269706f4fb71c148f57b5e4df7e91a b/.gear/tags/47e87a6654269706f4fb71c148f57b5e4df7e91a new file mode 100644 index 0000000..9fe37e9 --- /dev/null +++ b/.gear/tags/47e87a6654269706f4fb71c148f57b5e4df7e91a @@ -0,0 +1,6 @@ +object d8d2f4b40209e06b400f893cce58e4c6ba73341d +type commit +tag 3.0.2 +tagger Ghislain MARY 1500559967 +0200 + +Release 3.0.2 diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..6d41532 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +47e87a6654269706f4fb71c148f57b5e4df7e91a 3.0.2 diff --git a/bcunit.spec b/bcunit.spec new file mode 100644 index 0000000..6dab7e5 --- /dev/null +++ b/bcunit.spec @@ -0,0 +1,59 @@ +Name: bcunit +Version: 3.0.2 +Release: alt1 +Summary: Utilities library used by Belledonne Communications softwares + +Group: System/Libraries + +Packager: Alexei Takaseev + +License: GPL +Url: http://www.belle-sip.org +Source0: %name-%version.tar +Patch0: %name-%version-%release.patch + +%description +Utilities library used by Belledonne Communications +softwares like belle-sip, mediastreamer2 and linphone. + +%package devel +Summary: Development libraries for bctoolbox +Group: Development/Other +Requires: %name = %version-%release + +%description devel +Libraries and headers required to develop software with belle-sip, mediastreamer2 and linphone. + +%prep +%setup +%patch0 -p1 + +%build + +./autogen.sh + +%configure + +%make + +%install + +%makeinstall + +%files +%doc AUTHORS ChangeLog COPYING NEWS README +%_libdir/*.so.* + +%files devel +%_includedir/BCUnit +%_libdir/libbcunit.so +%_libdir/pkgconfig/bcunit.pc +%_mandir/man3/* +%_datadir/BCUnit + +%changelog +* Sat Jul 22 2017 Alexei Takaseev 3.0.2-alt1 +- 3.0.2 + +* Thu Mar 02 2017 Alexei Takaseev 3.0-alt1 +- Initial build for ALT Sisyphus