]> git.pld-linux.org Git - packages/kf5-kwayland.git/blame - kf5-kwayland.spec
- updated to 5.39.0
[packages/kf5-kwayland.git] / kf5-kwayland.spec
CommitLineData
6a12ca69 1%define kdeframever 5.39
5ab38a48
WF
2%define qtver 5.3.2
3%define kfname kwayland
4
5Summary: Framework for managing menu and toolbar actions
6Name: kf5-%{kfname}
6a12ca69 7Version: 5.39.0
5ab38a48
WF
8Release: 1
9License: LGPL v2.1+
10Group: X11/Libraries
11Source0: http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
6a12ca69 12# Source0-md5: cb059fa1d8b288fb3be9a5fe4b747232
5ab38a48
WF
13URL: http://www.kde.org/
14BuildRequires: Qt5Core-devel >= %{qtver}
15BuildRequires: Qt5DBus-devel >= %{qtver}
16BuildRequires: Qt5Gui-devel >= %{qtver}
17BuildRequires: Qt5Network-devel >= %{qtver}
18BuildRequires: Qt5PrintSupport-devel >= %{qtver}
19BuildRequires: Qt5Test-devel >= %{qtver}
20BuildRequires: Qt5Widgets-devel >= %{qtver}
21BuildRequires: Qt5Xml-devel >= %{qtver}
22BuildRequires: cmake >= 2.8.12
23BuildRequires: gettext-devel
24BuildRequires: kf5-extra-cmake-modules >= 1.4.0
25BuildRequires: rpmbuild(macros) >= 1.164
26BuildRequires: tar >= 1:1.22
27BuildRequires: wayland-devel >= 1.7.0
28BuildRequires: xz
29Requires: kf5-dirs
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%define qt5dir %{_libdir}/qt5
33
34%description
35kwayland
36
37%package devel
38Summary: Header files for %{kfname} development
39Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kfname}
40Group: X11/Development/Libraries
41Requires: %{name} = %{version}-%{release}
42
43%description devel
44Header files for %{kfname} development.
45
46%description devel -l pl.UTF-8
47Pliki nagłówkowe dla programistów używających %{kfname}.
48
49%prep
50%setup -q -n %{kfname}-%{version}
51
52%build
53install -d build
54cd build
55%cmake \
56 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
57 ../
58%{__make}
59
60%install
61rm -rf $RPM_BUILD_ROOT
62
63%{__make} -C build/ install \
64 DESTDIR=$RPM_BUILD_ROOT
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
69%post -p /sbin/ldconfig
70%postun -p /sbin/ldconfig
71
72%files
73%defattr(644,root,root,755)
74%doc README.md
75/etc/xdg/org_kde_kwayland.categories
76%attr(755,root,root) %ghost %{_libdir}/libKF5WaylandClient.so.5
77%attr(755,root,root) %{_libdir}/libKF5WaylandClient.so.5.*.*
78%attr(755,root,root) %ghost %{_libdir}/libKF5WaylandServer.so.5
79%attr(755,root,root) %{_libdir}/libKF5WaylandServer.so.5.*.*
80%attr(755,root,root) %{_libdir}/org-kde-kf5-kwayland-testserver
81
82%files devel
83%defattr(644,root,root,755)
84%{_includedir}/KF5/KWayland
85%{_includedir}/KF5/kwayland_version.h
86%{_libdir}/cmake/KF5Wayland
87%{_libdir}/qt5/mkspecs/modules/qt_KWaylandClient.pri
88%{_libdir}/qt5/mkspecs/modules/qt_KWaylandServer.pri
89%attr(755,root,root) %{_libdir}/libKF5WaylandClient.so
90%attr(755,root,root) %{_libdir}/libKF5WaylandServer.so
This page took 0.762143 seconds and 4 git commands to generate.