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
359b8270
Commit
359b8270
authored
20 years ago
by
llea
Browse files
Options
Downloads
Patches
Plain Diff
Add .spec file to build rpm
parent
fb564dfd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sflphone.spec
+40
-0
40 additions, 0 deletions
sflphone.spec
with
40 additions
and
0 deletions
sflphone.spec
0 → 100644
+
40
−
0
View file @
359b8270
%define name sflphone
%define version 0.1
%define release 1
%define prefix /usr
Autoreq: 0
Name: %name
Summary: An other VoIP client
Version: %version
Release: %release
Copyright: GPL
Group: Networking/Utilities
URL: http://www.sflphone.org
Packager: Cyrille Béraud <cyrille.beraud@savoirfairelinux.com>
Source: http://www.sflphone.org/sflphone-0.1.tar.gz
BuildRoot: /tmp/sflphone-%{version}-%{release}
%description
SFLPhone is a VoIP client for a X11 environment.
%prep
%setup
CXXFLAGS="$RPM_OPT_FLAGS" ./configure -prefix %{prefix}
%build
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%{prefix}/bin/sflphone
%dir %{prefix}/share/sflphone/skins
%{prefix}/share/sflphone/skins/*
%dir %{prefix}/share/sflphone/pixmaps
%{prefix}/share/sflphone/pixmaps/*
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