Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
599ee430
Commit
599ee430
authored
13 years ago
by
Alexandre Savard
Browse files
Options
Downloads
Patches
Plain Diff
#6095: Add specification file in opensusse build service for sflphone-plugins
parent
f367a05d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/build-system/build-osc.sh
+2
-4
2 additions, 4 deletions
tools/build-system/build-osc.sh
tools/build-system/osc/sflphone-plugins.spec
+94
-0
94 additions, 0 deletions
tools/build-system/osc/sflphone-plugins.spec
with
96 additions
and
4 deletions
tools/build-system/build-osc.sh
+
2
−
4
View file @
599ee430
...
...
@@ -14,14 +14,12 @@ ROOT_DIR=${HOME}
OSC_REPOSITORY
=
"
${
ROOT_DIR
}
/sflphone-osc/home:jbonjean:sflphone"
LAUNCHPAD_PACKAGES
=(
"sflphone-client-gnome"
"sflphone-common"
)
#LAUNCHPAD_PACKAGES=( "sflphone-client-gnome" )
#LAUNCHPAD_PACKAGES=( "sflphone-common" )
LAUNCHPAD_PACKAGES
=(
"sflphone-client-gnome"
"sflphone-common"
"sflphone-plugins"
)
REFERENCE_REPOSITORY
=
"
${
ROOT_DIR
}
/sflphone-source-repository"
OSC_DIR
=
"
${
REFERENCE_REPOSITORY
}
/tools/build-system/osc"
SOFTWARE_VERSION
=
"0.9.
8.3
"
SOFTWARE_VERSION
=
"0.9.
14
"
VERSION_INDEX
=
1
...
...
This diff is collapsed.
Click to expand it.
tools/build-system/osc/sflphone-plugins.spec
0 → 100644
+
94
−
0
View file @
599ee430
#####################################################
# File Name: sflphone-client-gnome.spec
#
# Purpose :
#
# Author: Julien Bonjean (julien@bonjean.info)
#
# Creation Date: 2009-05-27
# Last Modified: 2009-10-07
#####################################################
Name: sflphone-plugins
License: GNU General Public License (GPL)
Group: Productivity/Networking/System
Summary: Evolution addressbook plugin for SFLphone
Version: VERSION
Release: VERSION_INDEX%{?dist}
URL: http://www.sflphone.org/
Vendor: Savoir-faire Linux
Packager: Julien Bonjean <julien.bonjean@savoirfairelinux.com>
Group: Applications/Communications
BuildRoot: %{_tmppath}/%{name}
Source0: sflphone-plugins-%{version}.tar.gz
%if %{defined suse_version}
BuildRequires: libgnomeui-devel
%endif
%if %{defined fedora_version}
BuildRequires: libgnomeui-devel
%endif
%if %{defined mandriva_version}
BuildRequires: libgnomeui2-devel
%endif
BuildRequires: gtk2-devel
BuildRequires: evolution-data-server-devel
Requires: gtk2
Requires: glib2
Conflicts: sflphone
Prefix: %{_prefix}
%description
Provide Evolution addressbok functionality for SFLphone client gnome.
SFLphone is meant to be a robust enterprise-class desktop phone.
SFLphone is released under the GNU General Public License.
SFLphone is being developed by the global community, and maintained by
Savoir-faire Linux, a Montreal, Quebec, Canada-based Linux consulting company.
Authors:
--------
Alexandre Savard <alexandre.savard@savoirfairelinux.com>
%lang_package
%prep
%setup -q
%build
export SUSE_ASNEEDED=0 # fix opensuse linking issue (Since 11.2 uses default --as-needed for linking, the order of libraries is important)
./autogen.sh
./configure --prefix=%{_prefix}
make -j
%install
make DESTDIR=%{buildroot} install
%if %{defined suse_version}
%suse_update_desktop_file -n %{buildroot}/%{_prefix}/share/applications/sflphone.desktop
%endif
rm -rf $RPM_BUILD_ROOT/var/lib/scrollkeeper
%clean
make clean
%files
%defattr(-, root, root)
%dir %{_prefix}/etc/gconf/
%dir %{_prefix}/etc/gconf/schemas/
%dir %{_libdir}/sflphone
%dir %{_libdir}/sflphone/plugins
%{_libdir}/sflphone/plugins/*
%{_prefix}/etc/gconf/schemas/sflphone-client-gnome.schemas
%changelog
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment