]> git.pld-linux.org Git - SPECS.git/blob - kde4-zeroconf-ioslave.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / kde4-zeroconf-ioslave.spec
1 #
2 %define         _state          stable
3 %define         orgname         zeroconf-ioslave
4 %define         qtver           4.8.0
5
6 Summary:        K Desktop Environment - Zeroconf IO Slave
7 Name:           kde4-zeroconf-ioslave
8 Version:        4.14.3
9 Release:        2
10 License:        GPL
11 Group:          X11/Applications
12 Source0:        http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
13 # Source0-md5:  6b84e025800a93ae5a386123af8a12f2
14 URL:            http://www.kde.org/
15 Obsoletes:      kde4-kdenetwork-kdnssd
16 Obsoletes:      kde4-kdnssd
17 BuildRequires:  kde4-kdelibs-devel >= %{version}
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Zeroconf IO Slave.
22
23 %prep
24 %setup -q -n %{orgname}-%{version}
25
26 %build
27 install -d build
28 cd build
29 %cmake \
30         ..
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} -C build/ install \
37         DESTDIR=$RPM_BUILD_ROOT \
38         kde_htmldir=%{_kdedocdir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %attr(755,root,root) %{_libdir}/kde4/kded_dnssdwatcher.so
46 %attr(755,root,root) %{_libdir}/kde4/kio_zeroconf.so
47 %{_datadir}/apps/remoteview/zeroconf.desktop
48 %{_datadir}/dbus-1/interfaces/org.kde.kdnssd.xml
49 %{_datadir}/kde4/services/kded/dnssdwatcher.desktop
50 %{_datadir}/kde4/services/zeroconf.protocol
51
This page took 0.231269 seconds and 3 git commands to generate.