[packages/ka5-zeroconf-ioslave] - updated to 18.12.0

witekfl witekfl at pld-linux.org
Thu Dec 27 10:51:43 CET 2018


commit 9b0039f54a42eb5e29b91b17cece16acbff3e751
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Thu Dec 27 10:51:32 2018 +0100

    - updated to 18.12.0

 ka5-zeroconf-ioslave.spec | 55 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)
---
diff --git a/ka5-zeroconf-ioslave.spec b/ka5-zeroconf-ioslave.spec
new file mode 100644
index 0000000..4b8da4f
--- /dev/null
+++ b/ka5-zeroconf-ioslave.spec
@@ -0,0 +1,55 @@
+%define		kdeappsver	18.12.0
+%define		qtver		5.9.0
+%define		kaname		zeroconf-ioslave
+Summary:	zeroconf ioslave
+Summary(pl.UTF-8):	zeroconf ioslave
+Name:		ka5-%{kaname}
+Version:	18.12.0
+Release:	1
+License:	GPL v2+
+Group:		X11/Libraries
+Source0:	http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5:	2b46d8cbc839c81a320403bec4ac1dec
+URL:		http://www.kde.org/
+BuildRequires:	Qt5Core-devel
+BuildRequires:	gettext-devel
+BuildRequires:	kf5-extra-cmake-modules >= 5.37.0
+BuildRequires:	kf5-kdbusaddons-devel >= 5.37.0
+BuildRequires:	kf5-kdnssd-devel >= 5.37.0
+BuildRequires:	kf5-ki18n-devel >= 5.37.0
+BuildRequires:	kf5-kio-devel >= 5.37.0
+BuildRequires:	qt5-build >= 5.9.0
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Zeroconf ioslave.
+
+%prep
+%setup -q -n %{kaname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+	..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{kaname} --all-name --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{kaname}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/qt5/plugins/kded_dnssdwatcher.so
+%attr(755,root,root) %{_libdir}/qt5/plugins/kf5/kio/zeroconf.so
+%{_datadir}/dbus-1/interfaces/org.kde.kdnssd.xml
+%{_datadir}/kservices5/kded/dnssdwatcher.desktop
+%{_datadir}/remoteview/zeroconf.desktop
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-zeroconf-ioslave.git/commitdiff/9b0039f54a42eb5e29b91b17cece16acbff3e751



More information about the pld-cvs-commit mailing list