Accepting request 307059 from KDE:Applications
Update to KDE Applications 15.04.1 bugfix release OBS-URL: https://build.opensuse.org/request/show/307059 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rocs?expand=0&rev=61
This commit is contained in:
parent
4dd73638c8
commit
867644b42f
@ -1,11 +0,0 @@
|
||||
--- App/rocs.desktop.sav 2009-12-06 09:55:13.000000000 +0100
|
||||
+++ App/rocs.desktop 2009-12-06 09:55:24.000000000 +0100
|
||||
@@ -1,7 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=rocs %i -caption %c
|
||||
-Icon=rocs
|
||||
+Icon=
|
||||
X-DocPath=rocs/index.html
|
||||
MimeType=application/x-rocs;application/x-rocsz;
|
||||
Terminal=false
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37b421d6ec5b293944391a9ef5cc53b88c20fe16c795882975c05db741f76592
|
||||
size 1148524
|
3
rocs-15.04.1.tar.xz
Normal file
3
rocs-15.04.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28872335e70072fce942afc23a44f840916d004cc2d42351507a1f8536edf4b2
|
||||
size 533592
|
31
rocs.changes
31
rocs.changes
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 11:28:38 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.04.1
|
||||
* KDE Applications 15.04.1
|
||||
* https://www.kde.org/announcements/announce-applications-15.04.1.php
|
||||
|
||||
- Drop no longer needed patch desktop-files.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 11 13:54:03 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 18:55:24 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.03.95
|
||||
* KDE Applications 15.04 RC
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 8 12:58:14 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.03.80
|
||||
* KDE Applications 15.04 Beta
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 3 10:49:22 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
|
89
rocs.spec
89
rocs.spec
@ -17,38 +17,59 @@
|
||||
|
||||
|
||||
Name: rocs
|
||||
Version: 14.12.3
|
||||
Version: 15.04.1
|
||||
Release: 0
|
||||
Summary: Graph Theory IDE
|
||||
License: GPL-3.0+
|
||||
Group: Amusements/Teaching/Mathematics
|
||||
Url: http://edu.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Patch1: desktop-files.diff
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: extra-cmake-modules >= 1.7.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: grantlee-devel
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: grantlee5-devel
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: karchive-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kdeclarative-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kservice-devel
|
||||
BuildRequires: ktexteditor-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xz
|
||||
Provides: kde4-rocs = 4.3.0
|
||||
Obsoletes: kde4-rocs < 4.3.0
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Script)
|
||||
BuildRequires: pkgconfig(Qt5ScriptTools)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5WebKit)
|
||||
BuildRequires: pkgconfig(Qt5WebKitWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5XmlPatterns)
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
A Graph Theory IDE for professors and students.
|
||||
|
||||
%package -n librocslib4
|
||||
%package -n librocsgraphtheory0
|
||||
Summary: Development files for rocs
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n librocslib4
|
||||
%description -n librocsgraphtheory0
|
||||
A Graph Theory IDE for professors and students.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for rocs
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: librocslib4 = %{version}
|
||||
Requires: librocsgraphtheory0 = %{version}
|
||||
|
||||
%description devel
|
||||
This package provides development files and headers needed
|
||||
@ -56,53 +77,47 @@ to build software using rocs.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1
|
||||
|
||||
%build
|
||||
%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
|
||||
%suse_update_desktop_file %{name} Math
|
||||
%kde_post_install
|
||||
%kf5_makeinstall -C build
|
||||
%suse_update_desktop_file org.kde.%{name} Math
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post -n librocslib4 -p /sbin/ldconfig
|
||||
%post -n librocsgraphtheory0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n librocslib4 -p /sbin/ldconfig
|
||||
%postun -n librocsgraphtheory0 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog NEWS README COPYING*
|
||||
%dir %{_kde4_datadir}/appdata
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/rocs/
|
||||
%{_kde4_applicationsdir}/rocs.desktop
|
||||
%{_kde4_appsdir}/rocs/
|
||||
%{_kde4_appsdir}/rocs_rootedtree/
|
||||
%{_kde4_bindir}/rocs
|
||||
%{_kde4_configdir}/rocs.knsrc
|
||||
%{_kde4_configkcfgdir}/rocs.kcfg
|
||||
%{_kde4_datadir}/appdata/rocs.appdata.xml
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/%{name}.*
|
||||
%{_kde4_modulesdir}/rocs_*
|
||||
%{_kde4_servicesdir}/rocs_*
|
||||
%{_kde4_servicetypesdir}/*.desktop
|
||||
%doc ChangeLog README COPYING*
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/rocs/
|
||||
%{_kf5_applicationsdir}/org.kde.rocs.desktop
|
||||
%{_kf5_sharedir}/rocs/
|
||||
%{_kf5_sharedir}/rocsgraphtheory/
|
||||
%{_kf5_bindir}/rocs
|
||||
%{_kf5_configkcfgdir}/
|
||||
%dir %{_kf5_sharedir}/appdata
|
||||
%{_kf5_sharedir}/appdata/rocs.appdata.xml
|
||||
%{_kf5_sharedir}/kxmlgui5/
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_iconsdir}/hicolor/*/*/*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc TESTING
|
||||
%{_kde4_includedir}/rocs/
|
||||
%{_kde4_libdir}/librocscore.so
|
||||
%{_kde4_libdir}/librocsvisualeditor.so
|
||||
%{_kf5_prefix}/include/rocs/
|
||||
%{_kf5_libdir}/librocsgraphtheory.so
|
||||
|
||||
%files -n librocslib4
|
||||
%files -n librocsgraphtheory0
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%{_kde4_libdir}/librocscore.so.*
|
||||
%{_kde4_libdir}/librocsvisualeditor.so.*
|
||||
%{_kf5_libdir}/librocsgraphtheory.so.*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user