forked from pool/libkeduvocdocument
Accepting request 518879 from KDE:Applications
- Update to KDE Applications 17.08.0 * New feature release * https://www.kde.org/announcements/announce-applications-17.08.0.php - Changes since 17.04.3 : * Use Q_DECL_OVERRIDE - Update to KDE Applications 17.07.90 * KDE Applications 17.07.90 * https://www.kde.org/announcements/announce-applications-17.07.90.php OBS-URL: https://build.opensuse.org/request/show/518879 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkeduvocdocument?expand=0&rev=31
This commit is contained in:
commit
b906ce6481
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cfa33ada9aa4a2b6e063a8ca2c08312e1c4e2a22280a42f673ec3446824623fc
|
|
||||||
size 212632
|
|
3
libkeduvocdocument-17.08.0.tar.xz
Normal file
3
libkeduvocdocument-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:124efefc5de59c96d3a66be5bdacc5e839958c81971615c8787f34aefa4fe7f4
|
||||||
|
size 209480
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:46:18 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.08.0
|
||||||
|
* New feature release
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||||
|
- Changes since 17.04.3 :
|
||||||
|
* Use Q_DECL_OVERRIDE
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 5 18:19:19 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.07.90
|
||||||
|
* KDE Applications 17.07.90
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.07.90.php
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 16 08:49:44 CEST 2017 - lbeltrame@kde.org
|
Sun Jul 16 08:49:44 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libkeduvocdocument
|
# spec file for package libkeduvocdocument
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,13 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: libkeduvocdocument
|
Name: libkeduvocdocument
|
||||||
Version: 17.04.3
|
Version: 17.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: Library for KDE Education Applications
|
Summary: Library for KDE Education Applications
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -47,6 +48,26 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
This package contains the library which is required by the KDE education
|
This package contains the library which is required by the KDE education
|
||||||
applications.
|
applications.
|
||||||
|
|
||||||
|
%package -n libKEduVocDocument5
|
||||||
|
Summary: Library for KDE Education Applications
|
||||||
|
Group: System/GUI/KDE
|
||||||
|
Recommends: kdeedu-data
|
||||||
|
Recommends: %{name}-lang
|
||||||
|
Provides: %{name} = %{version}
|
||||||
|
|
||||||
|
%description -n libKEduVocDocument5
|
||||||
|
This package contains the library which is required by the KDE education
|
||||||
|
applications.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Library for KDE Education Applications: Build Environment
|
||||||
|
Group: Development/Libraries/KDE
|
||||||
|
Requires: libKEduVocDocument5 = %{version}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
This package contains all necessary files and libraries needed to
|
||||||
|
develop KDE education applications.
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%lang_package
|
%lang_package
|
||||||
%endif
|
%endif
|
||||||
@ -65,17 +86,6 @@ applications.
|
|||||||
%endif
|
%endif
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%package -n libKEduVocDocument5
|
|
||||||
Summary: Library for KDE Education Applications
|
|
||||||
Group: System/GUI/KDE
|
|
||||||
Recommends: kdeedu-data
|
|
||||||
Recommends: %{name}-lang
|
|
||||||
Provides: %{name} = %{version}
|
|
||||||
|
|
||||||
%description -n libKEduVocDocument5
|
|
||||||
This package contains the library which is required by the KDE education
|
|
||||||
applications.
|
|
||||||
|
|
||||||
%post -n libKEduVocDocument5 -p /sbin/ldconfig
|
%post -n libKEduVocDocument5 -p /sbin/ldconfig
|
||||||
%postun -n libKEduVocDocument5 -p /sbin/ldconfig
|
%postun -n libKEduVocDocument5 -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -84,21 +94,12 @@ applications.
|
|||||||
%doc README COPYING*
|
%doc README COPYING*
|
||||||
%{_kf5_libdir}/libKEduVocDocument.so.*
|
%{_kf5_libdir}/libKEduVocDocument.so.*
|
||||||
|
|
||||||
%package devel
|
|
||||||
Summary: Library for KDE Education Applications: Build Environment
|
|
||||||
Group: Development/Libraries/KDE
|
|
||||||
Requires: libKEduVocDocument5 = %{version}
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
This package contains all necessary files and libraries needed to
|
|
||||||
develop KDE education applications.
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README COPYING*
|
%doc README COPYING*
|
||||||
%{_kf5_prefix}/include/libkeduvocdocument/
|
%{_kf5_cmakedir}/libkeduvocdocument/
|
||||||
%{_kf5_libdir}/cmake/libkeduvocdocument/
|
|
||||||
%{_kf5_libdir}/libKEduVocDocument.so
|
%{_kf5_libdir}/libKEduVocDocument.so
|
||||||
|
%{_kf5_prefix}/include/libkeduvocdocument/
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user