]> git.pld-linux.org Git - SPECS.git/blob - konference.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / konference.spec
1 %define _rc alpha2
2 %define _rel 0.1
3 Summary:        Video-conferencing for KDE
4 Summary(pl.UTF-8):      Wideokonferencje dla KDE
5 Name:           konference
6 Version:        0.1
7 Release:        0.%{_rc}.%{_rel}
8 License:        GPL
9 Group:          Applications/Multimedia
10 Source0:        http://download.berlios.de/konference/%{name}-%{version}%{_rc}.tar.gz
11 # Source0-md5:  89e721b9172673b73e7eb44bf1a22522
12 Patch0:         %{name}-llh.patch
13 URL:            http://developer.berlios.de/projects/konference/
14 BuildRequires:  arts-devel
15 BuildRequires:  ffmpeg-devel
16 BuildRequires:  kdelibs-devel
17 BuildRequires:  qt-devel
18 BuildRequires:  linux-libc-headers
19 BuildRequires:  rpmbuild(macros) >= 1.129
20 #BuildRequires: sip-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Konference is (or better: will be) a video-conferencing application
25 for KDE.
26
27 Since the rewrite (2005/01/25) it supports SIP as the signalling
28 protocol. No longer H323 folks.
29
30 %description -l pl.UTF-8
31 Konference jest aplikacją wideokonferencji dla KDE.
32
33 Od czasu przepisania kodu (25.01.2005), obsługuje SIP jako protokół
34 sygnałowy zamiast H323.
35
36 %prep
37 %setup -q
38 %patch0 -p1
39
40 %build
41 cp -f /usr/share/automake/config.sub admin
42 %{__make} -f admin/Makefile.common cvs
43 %configure \
44 %if "%{_lib}" == "lib64"
45     --enable-libsuffix=64 \
46 %endif
47     --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
48     --with-qt-libraries=%{_libdir}
49
50 %{__make} \
51         CXXLD=%{_host_cpu}-%{_vendor}-%{_os}-g++ \
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT \
58         kde_htmldir=%{_kdedocdir} \
59         kde_libs_htmldir=%{_kdedocdir} \
60         shelldesktopdir=%{_desktopdir}
61
62 %find_lang %{name} --with-kde
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files -f %{name}.lang
68 %defattr(644,root,root,755)
69 %attr(755,root,root) %{_bindir}/%{name}
70 %{_libdir}/kde3/lib* # specify file extensions (to avoid packaging maybe unwanted .la)
71 %{_datadir}/apps/* # specify excplicit dirs here (to avoid packaging kde dirs)
72 %{_datadir}/config.kcfg/konference.kcfg
73 %{_datadir}/services/konference_part.desktop
74 %{_iconsdir}/hicolor/*/apps/*.png
75 %{_desktopdir}/*.desktop
This page took 0.140157 seconds and 3 git commands to generate.