Accepting request 322873 from network:telephony

1

OBS-URL: https://build.opensuse.org/request/show/322873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccrtp?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2015-08-14 12:47:11 +00:00 committed by Git OBS Bridge
commit 9776655885
6 changed files with 21 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0da4e50a40ed3baff5043c0752ec7808dcd218be3fe602606eb99c7daa9837dc
size 768122

Binary file not shown.

3
ccrtp-2.1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f035ca0e1b5d37b78e358f07a25b05c5cdaf2c85c4b31cf29f6be17f288a349e
size 764869

BIN
ccrtp-2.1.2.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 13 17:20:26 UTC 2015 - jengelh@inai.de
- Update to new upstream release 2.1.2
* use ucommon cmake macros during build
- run through spec-beautifier
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 25 16:13:49 UTC 2014 - p.drouand@gmail.com Thu Dec 25 16:13:49 UTC 2014 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ccrtp # spec file for package ccrtp
# #
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: ccrtp Name: ccrtp
%define lname libccrtp3 %define lname libccrtp3
Version: 2.1.1 Version: 2.1.2
Release: 0 Release: 0
Summary: A Common C++ Class Framework for RTP Packets Summary: A Common C++ Class Framework for RTP Packets
License: SUSE-GPL-2.0+-with-openssl-exception License: SUSE-GPL-2.0+-with-openssl-exception
@ -32,8 +32,7 @@ Source3: %name.keyring
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libgcrypt-devel BuildRequires: libgcrypt-devel
BuildRequires: libstdc++-devel BuildRequires: pkg-config
BuildRequires: pkgconfig
BuildRequires: ucommon-devel >= 6.2.2 BuildRequires: ucommon-devel >= 6.2.2
%if 0%{?suse_version} %if 0%{?suse_version}
BuildRequires: fdupes BuildRequires: fdupes
@ -58,7 +57,7 @@ packet queues.
Summary: Include-files and documentation for ccrtp Summary: Include-files and documentation for ccrtp
Group: Development/Libraries/Other Group: Development/Libraries/Other
PreReq: %install_info_prereq PreReq: %install_info_prereq
Requires: %{lname} = %{version} Requires: %lname = %version
Requires: libgcrypt-devel Requires: libgcrypt-devel
Requires: ucommon-devel >= 5.0.0 Requires: ucommon-devel >= 5.0.0
Provides: %lname-devel = %version Provides: %lname-devel = %version
@ -97,24 +96,23 @@ rm -f "%buildroot/%_libdir"/*.la;
%postun -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig
%post devel %post devel
%install_info --info-dir=%{_infodir} %{_infodir}/ccrtp.info.gz %install_info --info-dir=%_infodir %_infodir/ccrtp.info.gz
%postun devel %postun devel
%install_info_delete --info-dir=%{_infodir} %{_infodir}/ccrtp.info.gz %install_info_delete --info-dir=%_infodir %_infodir/ccrtp.info.gz
%files -n %lname %files -n %lname
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%doc COPYING %doc COPYING
%{_libdir}/libccrtp*.so.3* %_libdir/libccrtp*.so.3*
%files devel %files devel
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%doc AUTHORS NEWS README TODO ChangeLog %doc AUTHORS NEWS README TODO ChangeLog
%{_libdir}/libccrtp*.so %_libdir/libccrtp*.so
%{_libdir}/pkgconfig/libccrtp.pc %_libdir/pkgconfig/*.pc
%dir %{_includedir}/ccrtp %_includedir/ccrtp/
%{_includedir}/ccrtp/*.h %_infodir/ccrtp.info*
%{_infodir}/ccrtp.info*
%files doc %files doc
%defattr(-,root,root) %defattr(-,root,root)