]> git.pld-linux.org Git - packages/kde4-kdnssd.git/blob - kde4-kdnssd.spec
410bcf00297786421620fb836e8f429b39cedf63
[packages/kde4-kdnssd.git] / kde4-kdnssd.spec
1 # TODO
2 # - fix kopete-tool-{avdeviceconfig,smpppdcs} summaries/descriptions (copy-pastos!)
3 # - BR phonon-devel
4 # - FILES update
5 #
6 # Conditional build:
7 #
8 %define         _state          stable
9 %define         orgname         kdnssd
10 %define         qtver           4.8.3
11
12 Summary:        DNS-SD Services Watcher
13 Summary(pl.UTF-8):      Nadzorowanie usług DNS-SD
14 Name:           kde4-%{orgname}
15 Version:        4.13.0
16 Release:        1
17 License:        Artistic
18 Group:          X11/Applications
19 Source0:        ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/zeroconf-ioslave-%{version}.tar.xz
20 # Source0-md5:  3ee899bbb83575eb99e0d4bbf55dbeb3
21 URL:            http://www.kde.org/
22 BuildRequires:  Qt3Support-devel >= %{qtver}
23 BuildRequires:  QtOpenGL-devel >= %{qtver}
24 BuildRequires:  QtScript-devel >= %{qtver}
25 BuildRequires:  QtSql-devel >= %{qtver}
26 BuildRequires:  QtSvg-devel >= %{qtver}
27 BuildRequires:  QtTest-devel >= %{qtver}
28 BuildRequires:  QtWebKit-devel >= %{qtver}
29 BuildRequires:  automoc4 >= 0.9.88
30 BuildRequires:  cmake >= 2.8.0
31 BuildRequires:  kde4-kdelibs-devel >= %{version}
32 BuildRequires:  openssl-devel >= 0.9.7d
33 BuildRequires:  pkgconfig
34 BuildRequires:  qt4-build >= %{qtver}
35 BuildRequires:  qt4-qmake >= %{qtver}
36 BuildRequires:  rpm-pythonprov
37 BuildRequires:  rpmbuild(macros) >= 1.600
38 Obsoletes:      kde4-kdenetwork-%{orgname}
39 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
40
41 %description
42 DNS-SD Services Watcher.
43
44 %description -l pl.UTF-8
45 Nadzorowanie usług DNS-SD.
46
47 %prep
48 %setup -q -n zeroconf-ioslave-%{version}
49
50 %build
51 install -d build
52 cd build
53 %cmake \
54         -DMOZPLUGIN_INSTALL_DIR=%{_browserpluginsdir} \
55         ../
56
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} -C build install \
63         DESTDIR=$RPM_BUILD_ROOT \
64         kde_htmldir=%{_kdedocdir}
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %attr(755,root,root) %{_libdir}/kde4/kded_dnssdwatcher.so
72 %attr(755,root,root) %{_libdir}/kde4/kio_zeroconf.so
73 %{_datadir}/apps/remoteview/zeroconf.desktop
74 %{_datadir}/kde4/services/kded/dnssdwatcher.desktop
75 %{_datadir}/kde4/services/zeroconf.protocol
76 %{_datadir}/dbus-1/interfaces/org.kde.kdnssd.xml
This page took 0.040081 seconds and 2 git commands to generate.