Accepting request 300016 from KDE:Applications
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/300016 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbruch?expand=0&rev=57
This commit is contained in:
parent
7843879023
commit
e654971f81
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0b34ed1b440c130e819ee891f392e86193304961c6afa256e5e06706c0d3a6f
|
||||
size 904356
|
3
kbruch-15.04.0.tar.xz
Normal file
3
kbruch-15.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:267a4fc5465a6cf4a2168a2e04f50823e5cd00bdbc748e33773607a73186c298
|
||||
size 904384
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 11 12:44:57 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.04.0
|
||||
* KDE Applications 15.04.0
|
||||
* https://www.kde.org/announcements/announce-applications-15.04.0.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 21 17:21:39 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.03.95
|
||||
* KDE Applications 15.04 RC
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 8 12:36:26 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.03.80
|
||||
* KDE Applications 15.04 Beta
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 3 10:33:52 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
|
57
kbruch.spec
57
kbruch.spec
@ -17,19 +17,39 @@
|
||||
|
||||
|
||||
Name: kbruch
|
||||
Version: 14.12.3
|
||||
Version: 15.04.0
|
||||
Release: 0
|
||||
Summary: Excercise Fractions
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Teaching/Mathematics
|
||||
Url: http://edu.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: xz
|
||||
Provides: kde4-kbruch = 4.3.0
|
||||
Obsoletes: kde4-kbruch < 4.3.0
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Declarative)
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kdnssd-framework-devel
|
||||
BuildRequires: kguiaddons-devel
|
||||
BuildRequires: kconfigwidgets-devel
|
||||
BuildRequires: kitemviews-devel
|
||||
BuildRequires: kdeclarative-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: knotifyconfig-devel
|
||||
BuildRequires: kdelibs4support-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: update-desktop-files
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
KBruch is an application to learn calculating with fractions.
|
||||
@ -41,24 +61,25 @@ KBruch is an application to learn calculating with fractions.
|
||||
%ifarch ppc ppc64
|
||||
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%endif
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kde4_makeinstall -C build
|
||||
%kde_post_install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING* NEWS README
|
||||
%dir %{_kde4_datadir}/appdata
|
||||
%{_kde4_applicationsdir}/kbruch.desktop
|
||||
%{_kde4_appsdir}/kbruch/
|
||||
%{_kde4_bindir}/kbruch
|
||||
%{_kde4_configkcfgdir}/kbruch.kcfg
|
||||
%{_kde4_datadir}/appdata/kbruch.appdata.xml
|
||||
%{_kde4_htmldir}/en/kbruch/
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/kbruch.*
|
||||
%{_kde4_mandir}/man1/kbruch.1.gz
|
||||
%{_kf5_bindir}/kbruch
|
||||
%_datadir/appdata/org.kde.kbruch.appdata.xml
|
||||
%dir %{_kf5_applicationsdir}/kbruch
|
||||
%{_kf5_applicationsdir}/kbruch/org.kde.kbruch.desktop
|
||||
%dir %{_kf5_configkcfgdir}
|
||||
%{_kf5_configkcfgdir}/kbruch/
|
||||
%{_kf5_htmldir}/en/kbruch/
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/kbruch.*
|
||||
%_datadir/kbruch/
|
||||
%{_kf5_kxmlguidir}/kbruch/
|
||||
%_mandir/man1/kbruch.1.gz
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user