rpms/kphone/devel kphone.desktop, NONE, 1.1 kphone.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Mar 16 17:06:46 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/kphone/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4161/devel

Modified Files:
	.cvsignore sources 
Added Files:
	kphone.desktop kphone.spec 
Log Message:
auto-import kphone-4.1.0-0.iva.0 on branch devel from kphone-4.1.0-0.iva.0.src.rpm
Initial import


--- NEW FILE kphone.desktop ---
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Exec=kphone
Icon=kphone.png
Terminal=false
Name=kphone
GenericName=SIP VoIP Application
X-KDE-StartupNotify=true


--- NEW FILE kphone.spec ---
Name:           kphone
Version:        4.1.0
Release:        0.iva.0
Summary:        A SIP (Session Initiation Protocol) user agent for Linux

Group:          Applications/Communications
License:        GPL
URL:            http://www.wirlab.net/kphone/
Source0:        http://www.wirlab.net/kphone/kphone-4.1.0.tar.gz
Source1:        kphone.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  qt-devel alsa-lib-devel desktop-file-utils
Requires:       qt alsa-lib

%description
KPhone is a SIP (Session Initiation Protocol) user agent for Linux, with which you can initiate VoIP (Voice over IP) connections over the Internet.  It supports Presence and Instant Messaging, and to some extent also video calls between two hosts.

%prep
%setup -q -c kphone

%build
[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
cd kphone
./configure --prefix=$RPM_BUILD_ROOT%{_prefix}
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
cd kphone
%makeinstall
install -D -m 0644 icons/large-kphone.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/kphone.png
desktop-file-install --vendor=Fedora \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  --add-category X-Fedora \
  --add-category Application \
  --add-category Internet \
  --add-category Telephony \
  --add-category Qt \
  %{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/kphone
%{_datadir}/applications/*.desktop
%{_datadir}/apps/kphone
%{_datadir}/kphone
%{_datadir}/pixmaps/*.png

%changelog
* Tue Mar 15 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 4.1.0-1
- Bump release to 1
- Added d-f-u to BR

* Sat Jan 22 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0:4.1.0-0.iva.0
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kphone/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Mar 2005 17:06:14 -0000	1.1
+++ .cvsignore	16 Mar 2005 17:06:44 -0000	1.2
@@ -0,0 +1 @@
+kphone-4.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kphone/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Mar 2005 17:06:14 -0000	1.1
+++ sources	16 Mar 2005 17:06:44 -0000	1.2
@@ -0,0 +1 @@
+d226b44d34e99887e3169ddd52a4684d  kphone-4.1.0.tar.gz




More information about the fedora-extras-commits mailing list