Hrvoje Senjan
2015-04-26 00:05:27 +00:00
committed by Git OBS Bridge
parent 05b022aed5
commit 9d72cba965
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 26 00:04:45 UTC 2015 - hrvoje.senjan@gmail.com
- Obsolete kactivities4 for openSUSE > 13.2
- Apply kamd-rename.patch for <= 13.2
-------------------------------------------------------------------
Sat Apr 4 14:40:46 UTC 2015 - hrvoje.senjan@gmail.com

View File

@@ -58,6 +58,9 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
Recommends: %{name}-imports = %{version}
# for kactivitymanagerd_plugin_sqlite.so
Recommends: libQt5Sql5-sqlite
%if 0%{?suse_version} > 1320
Obsoletes: kactivities4
%endif
#Conflicts: kactivities4
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -96,7 +99,9 @@ Development files.
%lang_package -n %lname
%prep
%setup -q -n kactivities-%{version}
%if 0%{?suse_version} <= 1320
%patch0 -p1
%endif
%build
%if 0%{?suse_version} == 1310