Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
7299da79
Commit
7299da79
authored
Dec 05, 2006
by
Pekka Pessi
Browse files
sofia-sip.spec.in: removed gobject
darcs-hash:20061205173426-65a35-8b64cac82fc61dd2e366fe7651758f7cd13b4324.gz
parent
30e4b1b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/sofia-sip.spec.in
View file @
7299da79
...
...
@@ -6,13 +6,11 @@
%{!?bcond_without:%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}}
# Options:
# --with doxygen - Generate documents using doxygen and dot
# --with check - Run tests
# --with openssl - Always use OpenSSL (TLS)
# --with glib - Always use glib-2.0 (>= 2.2)
# --with gobject - Always use gobject (>= 2.4)
# --with sctp - with SCTP
#
%bcond_with doxygen - Generate documents using doxygen and dot
%bcond_with check - Run tests
%bcond_with openssl - Always use OpenSSL (TLS)
%bcond_with glib - Always use glib-2.0 (>= 2.2)
%bcond_with sctp - Include SCTP transport
Summary: Sofia SIP User-Agent library
Name: sofia-sip
...
...
@@ -28,7 +26,6 @@ BuildRequires: pkgconfig
%define have_openssl %(%{?!_with_openssl:pkg-config 'openssl >= 0.9.7'&&}echo 1||echo 0)
%define have_glib %(%{?!_with_glib:pkg-config 'glib-2.0 >= 2.2'&&}echo 1||echo 0)
%define have_gobject %(%{?!_with_gobject:pkg-config 'gobject >= 2.4'&&}echo 1||echo 0)
%if %{with doxygen}
BuildRequires: doxygen >= 1.3
...
...
@@ -142,9 +139,6 @@ Summary: GLIB bindings for Sofia SIP development files
Group: Development/Libraries
Requires: sofia-sip-glib@LIBVER_SOFIA_SIP_UA_GLIB_SOVER@ = %{version}-%{release}
Requires: sofia-sip-devel >= 1.12
%if %{have_gobject}
BuildRequires: glib2-devel >= 2.4
%endif
%if %{have_glib}
BuildRequires: glib2-devel >= 2.2
%endif
...
...
@@ -196,7 +190,14 @@ Command line utilities for Sofia SIP UA library.
%{_mandir}/man?/*
%changelog
* Fri Oct 6 2006 Pekka Pessi
* The Dec 5 2006 Pekka Pessi <ppessi at gmail.com> - 1.12.4
- Bumped version. rpmlinted.
* Tue Dec 5 2006 Kai Vehmanen
- The 'nua-glib' module, and the related dependency to gobject, has been
removed from the sofia-sip package
* Fri Oct 6 2006 Pekka Pessi <ppessi at gmail.com> - 1.12.3
- Autodetecting openssl, glib and gobject support with pkg-config
(use --with openssl --with glib and --with gobject to force them)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment