Compare commits

...

8 Commits

Author SHA1 Message Date
openeuler-ci-bot
ff66690f0d
!10 Update version to 1.9.0
From: @xzyangha 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-04-14 07:25:23 +00:00
yangxianzhao
00a95a117c Update version to 1.9.0 2023-04-14 14:19:35 +08:00
openeuler-ci-bot
27470dc17f
!7 update to upstream version 1.7.0
From: @loong-C 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-07-12 09:29:36 +00:00
loong_C
e598a4ff5d update to upstream version 1.7.0 2022-07-05 14:40:29 +08:00
openeuler-ci-bot
240a56ed85
!3 update to upstream version 1.6.0
From: @pei-jiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-02-12 02:13:55 +00:00
pei-jiankang
5bbe287ae1 update to upstream version 1.6.0 2022-02-12 09:20:49 +08:00
openeuler-ci-bot
30767634ba
!2 Init upstream version 1.5
Merge pull request !2 from pei-jiankang/master
2022-01-29 11:20:26 +00:00
pei-jiankang
539d53f86c Init upstream version 1.5 2022-01-19 09:25:46 +08:00
3 changed files with 68 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,63 @@
%global wayland_min_version 1.4
%global debug_package %{nil}
Name: plasma-wayland-protocols
Version: 1.9.0
Release: 1
Summary: Plasma Specific Protocols for Wayland
License: LGPLv2+ and MIT and BSD
URL: https://invent.kde.org/libraries/%{name}
Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: qt5-qtbase-devel
BuildRequires: libxml2
%description
%{summary}.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -n %{name}-%{version} -p1
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%files
%license COPYING.LIB
%{_kf5_datadir}/plasma-wayland-protocols/
%files devel
%{_kf5_libdir}/cmake/PlasmaWaylandProtocols/
%changelog
* Mon Dec 12 2022 lijian <lijian2@kylinos.cn> - 1.9.0-1
- update to upstream version 1.9.0
* Tue Jul 05 2022 loong_C <loong_c@yeah.net> - 1.7.0-1
- update to upstream version 1.7.0
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.com> - 1.6.0-1
- update to upstream version 1.6.0
* Thu Jan 20 2022 pei-jiankang <peijiankang@kylinos.cn> - 1.5-1
- Init upstream version 1.5

View File

@ -0,0 +1,5 @@
version_control: github
src_repo: KDE/plasma-wayland-protocols
tag_prefix: "^v"
separator: "."