Accepting request 266670 from KDE:Distro:Factory
Update to KDE Applications 14.12 OBS-URL: https://build.opensuse.org/request/show/266670 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeedu-data?expand=0&rev=1
This commit is contained in:
commit
af99eca61c
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
kdeedu-data-14.12.0.tar.xz
Normal file
3
kdeedu-data-14.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64eb044d90c5f0662b863ad5059f590ad10345692b153c186769059cb7d5e919
|
||||
size 96556
|
12
kdeedu-data.changes
Normal file
12
kdeedu-data.changes
Normal file
@ -0,0 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 19:57:15 UTC 2014 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 14.12.0
|
||||
* KDE Applications 14.12.0
|
||||
* See https://www.kde.org/announcements/announce-applications-14.12.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 3 08:28:43 UTC 2014 - tittiatcoke@gmail.com
|
||||
|
||||
- Initial package (based on KDE Frameworks)
|
||||
|
57
kdeedu-data.spec
Normal file
57
kdeedu-data.spec
Normal file
@ -0,0 +1,57 @@
|
||||
#
|
||||
# spec file for package kdeedu-data
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products 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: kdeedu-data
|
||||
Version: 14.12.0
|
||||
Release: 0
|
||||
Summary: Data files for KDE Education Applications
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://edu.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: xz
|
||||
Provides: libkeduvocdocument-data
|
||||
Obsoletes: libkeduvocdocument-data
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This package contains common data files used by various
|
||||
KDE education applications.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_kf5_sharedir}/apps
|
||||
%{_kf5_sharedir}/apps/kvtml/
|
||||
%{_kf5_iconsdir}/hicolor/*/*/*.*
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user