Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
359b8270
Commit
359b8270
authored
Jan 18, 2005
by
llea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .spec file to build rpm
parent
fb564dfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
sflphone.spec
sflphone.spec
+40
-0
No files found.
sflphone.spec
0 → 100644
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/*
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