[packages/kde4-zeroconf-ioslave] - initial
arekm
arekm at pld-linux.org
Sun May 25 09:53:21 CEST 2014
commit b02d55a7512c5bd57cb3d868a0252f1fdbe51a65
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun May 25 09:53:08 2014 +0200
- initial
kde4-zeroconf-ioslave.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
---
diff --git a/kde4-zeroconf-ioslave.spec b/kde4-zeroconf-ioslave.spec
new file mode 100644
index 0000000..4e2c0df
--- /dev/null
+++ b/kde4-zeroconf-ioslave.spec
@@ -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
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kde4-zeroconf-ioslave.git/commitdiff/b02d55a7512c5bd57cb3d868a0252f1fdbe51a65
More information about the pld-cvs-commit
mailing list