forked from pool/ccrtp
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:
commit
9776655885
@ -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
3
ccrtp-2.1.2.tar.gz
Normal 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
BIN
ccrtp-2.1.2.tar.gz.sig
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
24
ccrtp.spec
24
ccrtp.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: ccrtp
|
||||
%define lname libccrtp3
|
||||
Version: 2.1.1
|
||||
Version: 2.1.2
|
||||
Release: 0
|
||||
Summary: A Common C++ Class Framework for RTP Packets
|
||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||
@ -32,8 +32,7 @@ Source3: %name.keyring
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: ucommon-devel >= 6.2.2
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: fdupes
|
||||
@ -58,7 +57,7 @@ packet queues.
|
||||
Summary: Include-files and documentation for ccrtp
|
||||
Group: Development/Libraries/Other
|
||||
PreReq: %install_info_prereq
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: %lname = %version
|
||||
Requires: libgcrypt-devel
|
||||
Requires: ucommon-devel >= 5.0.0
|
||||
Provides: %lname-devel = %version
|
||||
@ -97,24 +96,23 @@ rm -f "%buildroot/%_libdir"/*.la;
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%post devel
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/ccrtp.info.gz
|
||||
%install_info --info-dir=%_infodir %_infodir/ccrtp.info.gz
|
||||
|
||||
%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
|
||||
%defattr(-,root,root,0755)
|
||||
%doc COPYING
|
||||
%{_libdir}/libccrtp*.so.3*
|
||||
%_libdir/libccrtp*.so.3*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,0755)
|
||||
%doc AUTHORS NEWS README TODO ChangeLog
|
||||
%{_libdir}/libccrtp*.so
|
||||
%{_libdir}/pkgconfig/libccrtp.pc
|
||||
%dir %{_includedir}/ccrtp
|
||||
%{_includedir}/ccrtp/*.h
|
||||
%{_infodir}/ccrtp.info*
|
||||
%_libdir/libccrtp*.so
|
||||
%_libdir/pkgconfig/*.pc
|
||||
%_includedir/ccrtp/
|
||||
%_infodir/ccrtp.info*
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user