Accepting request 454624 from KDE:Applications

- Use improved description from Debian (forwarded request 454589 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/454624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rocs?expand=0&rev=80
This commit is contained in:
2017-02-06 14:22:20 +00:00
committed by Git OBS Bridge
2 changed files with 28 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Feb 4 01:30:11 UTC 2017 - jengelh@inai.de
- Use improved description from Debian
-------------------------------------------------------------------
Thu Feb 2 12:11:35 UTC 2017 - adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
-------------------------------------------------------------------
Sat Jan 14 09:08:46 UTC 2017 - lbeltrame@kde.org

View File

@@ -28,7 +28,11 @@ Group: Amusements/Teaching/Mathematics
Url: http://edu.kde.org
Source0: %{name}-%{version}.tar.xz
Patch1: fix_build_leap.diff
%if 0%{?suse_version} > 1325
BuildRequires: libboost_headers-devel
%else
BuildRequires: boost-devel
%endif
BuildRequires: extra-cmake-modules >= 1.7.0
BuildRequires: fdupes
BuildRequires: grantlee5-devel
@@ -63,14 +67,25 @@ Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A Graph Theory IDE for professors and students.
Rocs is a Graph Theory IDE for helping professors to show the results
of a graph algorithm and also helping students to do the algorithms.
Rocs has a scripting module, done in Qt Script, which interacts with
the drawn graph and every change in the graph with the script is
reflected on the drawn one.
%package -n librocsgraphtheory0
Summary: Development files for rocs
Summary: ROCS Graph Theory IDE main component library
Group: System/Libraries
%description -n librocsgraphtheory0
A Graph Theory IDE for professors and students.
Rocs is a Graph Theory IDE for helping professors to show the results
of a graph algorithm and also helping students to do the algorithms.
Rocs has a scripting module, done in Qt Script, which interacts with
the drawn graph and every change in the graph with the script is
reflected on the drawn one.
%package devel
Summary: Development files for rocs