]> git.pld-linux.org Git - packages/kde4-zeroconf-ioslave.git/commitdiff
- initial auto/th/kde4-zeroconf-ioslave-4.13.1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 25 May 2014 07:53:08 +0000 (09:53 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 25 May 2014 07:53:08 +0000 (09:53 +0200)
kde4-zeroconf-ioslave.spec [new file with mode: 0644]

diff --git a/kde4-zeroconf-ioslave.spec b/kde4-zeroconf-ioslave.spec
new file mode 100644 (file)
index 0000000..4e2c0df
--- /dev/null
@@ -0,0 +1,50 @@
+#
+%define                _state          stable
+%define                orgname         zeroconf-ioslave
+%define                qtver           4.8.0
+
+Summary:       K Desktop Environment - Zeroconf IO Slave
+Name:          kde4-zeroconf-ioslave
+Version:       4.13.1
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
+# Source0-md5: ef8f06a65e8f553d434fda461a385d3b
+URL:           http://www.kde.org/
+Obsoletes:     kde4-kdenetwork-kdnssd
+BuildRequires: kde4-kdelibs-devel >= %{version}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Zeroconf IO Slave.
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+       ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build/ install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       kde_htmldir=%{_kdedocdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/kde4/kded_dnssdwatcher.so
+%attr(755,root,root) %{_libdir}/kde4/kio_zeroconf.so
+%{_datadir}/apps/remoteview/zeroconf.desktop
+%{_datadir}/dbus-1/interfaces/org.kde.kdnssd.xml
+%{_datadir}/kde4/services/kded/dnssdwatcher.desktop
+%{_datadir}/kde4/services/zeroconf.protocol
+
This page took 0.194436 seconds and 4 git commands to generate.