]> git.pld-linux.org Git - packages/kde4-kdnssd.git/blame - kde4-kdnssd.spec
- updated to 4.13.1 (by update-kde4.sh)
[packages/kde4-kdnssd.git] / kde4-kdnssd.spec
CommitLineData
e672d21e
WF
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
12Summary: DNS-SD Services Watcher
13Summary(pl.UTF-8): Nadzorowanie usług DNS-SD
14Name: kde4-%{orgname}
1aa10e64 15Version: 4.13.1
e672d21e
WF
16Release: 1
17License: Artistic
18Group: X11/Applications
dcfa689c 19Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/zeroconf-ioslave-%{version}.tar.xz
1aa10e64 20# Source0-md5: ef8f06a65e8f553d434fda461a385d3b
e672d21e
WF
21URL: http://www.kde.org/
22BuildRequires: Qt3Support-devel >= %{qtver}
23BuildRequires: QtOpenGL-devel >= %{qtver}
24BuildRequires: QtScript-devel >= %{qtver}
25BuildRequires: QtSql-devel >= %{qtver}
26BuildRequires: QtSvg-devel >= %{qtver}
27BuildRequires: QtTest-devel >= %{qtver}
28BuildRequires: QtWebKit-devel >= %{qtver}
29BuildRequires: automoc4 >= 0.9.88
30BuildRequires: cmake >= 2.8.0
31BuildRequires: kde4-kdelibs-devel >= %{version}
32BuildRequires: openssl-devel >= 0.9.7d
33BuildRequires: pkgconfig
34BuildRequires: qt4-build >= %{qtver}
35BuildRequires: qt4-qmake >= %{qtver}
36BuildRequires: rpm-pythonprov
37BuildRequires: rpmbuild(macros) >= 1.600
38Obsoletes: kde4-kdenetwork-%{orgname}
39BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
40
41%description
42DNS-SD Services Watcher.
43
44%description -l pl.UTF-8
45Nadzorowanie usług DNS-SD.
46
47%prep
dcfa689c 48%setup -q -n zeroconf-ioslave-%{version}
e672d21e
WF
49
50%build
51install -d build
52cd build
53%cmake \
54 -DMOZPLUGIN_INSTALL_DIR=%{_browserpluginsdir} \
55 ../
56
57%{__make}
58
59%install
60rm -rf $RPM_BUILD_ROOT
61
62%{__make} -C build install \
63 DESTDIR=$RPM_BUILD_ROOT \
64 kde_htmldir=%{_kdedocdir}
65
66%clean
67rm -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.077668 seconds and 4 git commands to generate.