osc copypac from project:KDE:Unstable:Frameworks package:kwayland-integration revision:34

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kwayland-integration?expand=0&rev=1
This commit is contained in:
Fabian Vogt 2016-09-15 09:14:41 +00:00 committed by Git OBS Bridge
parent e68b8db7fa
commit 277c8f8690
7 changed files with 75 additions and 77 deletions

12
_service Normal file
View File

@ -0,0 +1,12 @@
<services>
<service name="tar_scm">
<param name="url">git://anongit.kde.org/kwayland-integration.git</param>
<param name="scm">git</param>
<param name="versionformat">5.7.90git~%ci~%h</param>
</service>
<service name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version"/>
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5488afe59d37bfa5b55257b052f86ee811f766800e2a710c6ef3a814a1f5b77d
size 18060

View File

@ -0,0 +1,55 @@
#
# spec file for package kwayland-integration
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: kwayland-integration
Version: 5.7.90git~20160915T101314~e1adf5e
Release: 0
Summary: Integration plugins for various KDE frameworks for wayland windowing system
License: LGPL-2.1+
Group: Development/Libraries/KDE
Url: http://www.kde.org
Source: %{name}-%{version}.tar.xz
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.11
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5IdleTime) >= 5.12.0
BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version}
BuildRequires: cmake(KF5WindowSystem) >= 5.12.0
BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5Test) >= 5.4.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Provides integration plugins for various KDE frameworks for the wayland windowing system.
%prep
%setup -q
%build
%cmake_kf5 -d build
%make_jobs
%install
%kf5_makeinstall -C build
%files
%defattr(-,root,root)
%doc COPYING*
%{_kf5_plugindir}/
%changelog

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86d400b4b0268ca6592f4eb0d0460d1dc47caea35fc6dcf74a2663ff9ff26d66
size 13996

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43d39449cebf8d04a7e1a46456bd1d271d7c058b9a46cacafb81c69ad1a8c016
size 18028

View File

@ -1,75 +1,3 @@
-------------------------------------------------------------------
Fri Aug 26 20:36:41 UTC 2016 - fabian@ritter-vogt.de
- Update to 5.7.4
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.4.php
-------------------------------------------------------------------
Tue Aug 2 11:35:58 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.7.3
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.3.php
-------------------------------------------------------------------
Wed Jul 20 08:54:29 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.7.2
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.2.php
-------------------------------------------------------------------
Wed Jul 13 06:13:30 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.7.1
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.1.php
-------------------------------------------------------------------
Thu Jun 30 12:02:25 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.7.0
* New feature release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.0.php
-------------------------------------------------------------------
Sun May 15 16:50:17 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.6.4
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.6.4.php
-------------------------------------------------------------------
Tue Apr 19 20:45:46 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.6.3
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.6.3.php
-------------------------------------------------------------------
Tue Apr 5 15:53:49 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.6.2
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.6.2.php
-------------------------------------------------------------------
Tue Mar 29 16:20:56 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.6.1
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.6.1.php
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 20 09:19:53 UTC 2016 - hrvoje.senjan@gmail.com Sun Mar 20 09:19:53 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -17,7 +17,7 @@
Name: kwayland-integration Name: kwayland-integration
Version: 5.7.4 Version: 5.6.0
Release: 0 Release: 0
Summary: Integration plugins for various KDE frameworks for wayland windowing system Summary: Integration plugins for various KDE frameworks for wayland windowing system
License: LGPL-2.1+ License: LGPL-2.1+
@ -28,7 +28,7 @@ BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: extra-cmake-modules >= 0.0.11
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5IdleTime) >= 5.12.0 BuildRequires: cmake(KF5IdleTime) >= 5.12.0
BuildRequires: cmake(KF5Wayland) >= %{version} BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version}
BuildRequires: cmake(KF5WindowSystem) >= 5.12.0 BuildRequires: cmake(KF5WindowSystem) >= 5.12.0
BuildRequires: cmake(Qt5Core) >= 5.4.0 BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5Test) >= 5.4.0 BuildRequires: cmake(Qt5Test) >= 5.4.0