!2 delete subpackage

From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2022-05-30 08:05:19 +00:00 committed by Gitee
commit 04b113850d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: sofia-sip
Version: 1.13.7
Release: 1
Release: 2
Summary: Sofia SIP User-Agent library
License: LGPLv2+
URL: http://sofia-sip.sourceforge.net/
@ -9,6 +9,7 @@ Source0: https://github.com/freeswitch/%{name}/archive/refs/tags/v%{versi
BuildRequires: make autoconf automake gcc-c++
BuildRequires: openssl-devel glib2-devel lksctp-tools-devel
BuildRequires: libtool >= 1.5.17
Provides: sofia-sip-utils
%description
Sofia SIP is a RFC-3261-compliant library for SIP user agents and
@ -22,28 +23,12 @@ multimedia distribution, and multimedia conferences.
Summary: Sofia-SIP Development Package
Requires: sofia-sip = %{version}-%{release}
Requires: pkgconfig
Provides: sofia-sip-glib
Provides: sofia-sip-glib-devel
%description devel
Development package for Sofia SIP UA library.
%package glib
Summary: Glib bindings for Sofia-SIP
Requires: sofia-sip = %{version}-%{release}
%description glib
GLib interface to Sofia SIP User Agent library.
%package glib-devel
Summary: Glib bindings for Sofia SIP development files
Requires: sofia-sip-glib = %{version}-%{release}
Requires: sofia-sip-devel = %{version}-%{release}
Requires: pkgconfig
%description glib-devel
Development package for Sofia SIP UA Glib library. This package
includes libraries and include files for developing glib programs
using Sofia SIP.
%prep
%autosetup
@ -66,17 +51,20 @@ find . -name installdox -delete
%doc README README.developers RELEASE TODO
%{_bindir}/*
%{_libdir}/libsofia-sip-ua.so.*
%{_libdir}/libsofia-sip-ua-glib.so.*
%files devel
%{_includedir}/sofia-sip-1.13/sofia-sip/*.h
%{_includedir}/sofia-sip-1.13/sofia-resolv/*.h
%{_libdir}/libsofia-sip-ua.so
%{_libdir}/libsofia-sip-ua-glib.so
%{_libdir}/libsofia-sip-ua-glib.so.*
%{_libdir}/pkgconfig/sofia-sip-ua.pc
%{_libdir}/pkgconfig/sofia-sip-ua-glib.pc
%{_datadir}/sofia-sip
%changelog
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.13.7-2
- delete subpackage
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.13.7-1
- Initial packaging