This commit is contained in:
committed by
Git OBS Bridge
parent
48fa4bc23b
commit
6ff53d4952
@@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
%define lname libKF5ActivitiesStats5
|
||||
%define _tar_path 5.22
|
||||
Name: kactivities-stats
|
||||
@@ -48,9 +47,6 @@ Kactivities provides an API for using and interacting with the Plasma Activities
|
||||
%package -n %lname
|
||||
Summary: Library for KDE's Plasma Activities support
|
||||
Group: System/GUI/KDE
|
||||
%if %{with lang}
|
||||
Recommends: %lname-lang = %{version}
|
||||
%endif
|
||||
|
||||
%description -n %lname
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
@@ -66,7 +62,6 @@ Requires: cmake(Qt5Core) >= 5.3.0
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
Development files.
|
||||
|
||||
%lang_package -n %lname
|
||||
%prep
|
||||
%setup -q -n kactivities-stats-%{version}
|
||||
|
||||
@@ -78,18 +73,10 @@ Development files.
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang %{name}
|
||||
%endif
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%if %{with lang}
|
||||
%files -n %lname-lang -f %{name}.lang
|
||||
%endif
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root,-)
|
||||
%{_kf5_libdir}/libKF5ActivitiesStats.so.*
|
||||
|
Reference in New Issue
Block a user