]> git.pld-linux.org Git - packages/kf5-plasma-wayland-protocols.git/blame - kf5-plasma-wayland-protocols.spec
- updated to 1.2.1
[packages/kf5-plasma-wayland-protocols.git] / kf5-plasma-wayland-protocols.spec
CommitLineData
44f425f7
ŁM
1%define kdeframever 5.73
2%define qtver 5.9.0
3%define kfname plasma-wayland-protocols
4
3c300d9b 5Summary: Plasma Specific Protocols for Wayland
44f425f7 6Name: kf5-%{kfname}
6bf73c87 7Version: 1.2.1
3c300d9b
JR
8Release: 1
9License: GPL v2+
10Group: Libraries
6bf73c87
WF
11Source0: https://download.kde.org/stable/%{kfname}/%{kfname}-v%{version}.tar.xz
12# Source0-md5: 74c25692cd8f9f7cca064cb4fc686173
3c300d9b 13URL: https://invent.kde.org/libraries/%{kfname}.git
44f425f7 14BuildRequires: kf5-extra-cmake-modules
3c300d9b
JR
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%define _debugsource_packages 0
44f425f7
ŁM
18
19%description
20Plasma Specific Protocols for Wayland
21
3c300d9b 22%package devel
44f425f7
ŁM
23Summary: Development files for %{name}
24Requires: %{name} = %{version}-%{release}
25
3c300d9b 26%description devel
44f425f7
ŁM
27The %{name}-devel package contains libraries and header files for
28developing applications that use %{name}.
29
44f425f7 30%prep
6bf73c87 31%setup -q -n %{kfname}-v%{version}
44f425f7
ŁM
32
33%build
34install -d build
35cd build
36%cmake -G Ninja \
3c300d9b
JR
37 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
38 ../
44f425f7
ŁM
39%ninja_build
40
41%install
42rm -rf $RPM_BUILD_ROOT
43%ninja_install -C build
44
3c300d9b
JR
45%clean
46rm -rf $RPM_BUILD_ROOT
47
44f425f7
ŁM
48%files
49%defattr(644,root,root,755)
50%{_datadir}/plasma-wayland-protocols/
51
52%files devel
53%defattr(644,root,root,755)
54%{_libdir}/cmake/PlasmaWaylandProtocols/
This page took 0.127675 seconds and 4 git commands to generate.