]> git.pld-linux.org Git - packages/kp5-kwayland-server.git/blame - kp5-kwayland-server.spec
- updated to 5.23.3
[packages/kp5-kwayland-server.git] / kp5-kwayland-server.spec
CommitLineData
c660c206
ŁM
1# TODO:
2# wayland-scanner from wayland project
3#
20fdef9a 4%define kdeplasmaver 5.23.3
c660c206
ŁM
5%define qtver 5.9.0
6%define kpname kwayland-server
7
8Summary: Qt-style Client and Server library wrapper for the Wayland libraries
9Name: kp5-%{kpname}
20fdef9a 10Version: 5.23.3
c660c206
ŁM
11Release: 1
12License: LGPL v2.1+
13Group: X11/Libraries
14Source0: http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
20fdef9a 15# Source0-md5: 645b6bf98b8bd130fe1d6ba77986a200
c660c206
ŁM
16URL: http://www.kde.org/
17BuildRequires: Qt5Core-devel >= %{qtver}
18BuildRequires: cmake >= 2.8.12
303dd8d2
WF
19BuildRequires: kf5-kwindowsystem-devel >= 5.82.0
20BuildRequires: kf5-plasma-wayland-protocols-devel >= 1.3.0
c660c206
ŁM
21BuildRequires: rpmbuild(macros) >= 1.164
22BuildRequires: wayland-devel
23BuildRequires: xz
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%define qt5dir %{_libdir}/qt5
27
28%description
29Qt-style Client and Server library wrapper for the Wayland libraries.
30
31%package devel
32Summary: Header files for %{kpname} development
33Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kpname}
34Group: X11/Development/Libraries
35Requires: %{name} = %{version}-%{release}
36
37%description devel
38Header files for %{kpname} development.
39
40%description devel -l pl.UTF-8
41Pliki nagłówkowe dla programistów używających %{kpname}.
42
43%prep
44%setup -q -n %{kpname}-%{version}
45
46%build
47install -d build
48cd build
49%cmake \
50 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
51 ../
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} -C build/ install \
58 DESTDIR=$RPM_BUILD_ROOT
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%post -p /sbin/ldconfig
64%postun -p /sbin/ldconfig
65
66%files
67%defattr(644,root,root,755)
68%{_datadir}/qlogging-categories5/kwaylandserver.categories
d9587d8a 69%ghost %{_libdir}/libKWaylandServer.so.5
c660c206
ŁM
70%attr(755,root,root) %{_libdir}/libKWaylandServer.so.*.*.*
71
72%files devel
73%defattr(644,root,root,755)
74%{_includedir}/kwaylandserver_version.h
75%dir %{_includedir}/KWaylandServer
76%{_includedir}/KWaylandServer/*.h
77%dir %{_libdir}/cmake/KWaylandServer
78%{_libdir}/cmake/KWaylandServer/KWaylandServerConfig.cmake
79%{_libdir}/cmake/KWaylandServer/KWaylandServerConfigVersion.cmake
80%{_libdir}/cmake/KWaylandServer/KWaylandServerTargets-pld.cmake
81%{_libdir}/cmake/KWaylandServer/KWaylandServerTargets.cmake
d9587d8a 82%{_libdir}/libKWaylandServer.so
This page took 0.090589 seconds and 4 git commands to generate.