Accepting request 254399 from KDE:Frameworks5
Update to 5.3.0 OBS-URL: https://build.opensuse.org/request/show/254399 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesu?expand=0&rev=9
This commit is contained in:
commit
ab9aa811cb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eda46f39f77749471cda25d34e3e75ed252715a82478207572cb0bcd1c002822
|
||||
size 36624
|
3
kdesu-5.3.0.tar.xz
Normal file
3
kdesu-5.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:519161060ecb6b243a829ffb3f245a33f888f10cee40bbb9a9406136367c99a4
|
||||
size 42808
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 4 17:59:12 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.3.0
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.3.0.php
|
||||
- Let main package Recommend lang package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 09:49:15 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
10
kdesu.spec
10
kdesu.spec
@ -18,11 +18,11 @@
|
||||
|
||||
%define lname libKF5Su5
|
||||
Name: kdesu
|
||||
Version: 5.2.0
|
||||
Version: 5.3.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 1.2.0
|
||||
BuildRequires: extra-cmake-modules >= 1.3.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kcoreaddons-devel >= %{kf5_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -50,6 +50,7 @@ Summary: User interface for running shell commands with root privileges
|
||||
Group: System/GUI/KDE
|
||||
PreReq: permissions
|
||||
Obsoletes: libKF5Su4
|
||||
Recommends: %lname-lang = %{version}
|
||||
|
||||
%description -n %lname
|
||||
libkdesu provides functionality for building GUI front ends for
|
||||
@ -70,6 +71,7 @@ libkdesu provides functionality for building GUI front ends for
|
||||
kdessh use it to interface with su and ssh respectively.
|
||||
Development files.
|
||||
|
||||
%lang_package -n %lname
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
@ -87,6 +89,8 @@ Development files.
|
||||
echo "setBadness('permissions-file-setuid-bit', 0)" > $RPM_SOURCE_DIR/%name-rpmlintrc
|
||||
%endif
|
||||
|
||||
%find_lang kdesud5 %{name}.lang
|
||||
|
||||
%post -n %lname
|
||||
/sbin/ldconfig
|
||||
%set_permissions %{_kf5_libexecdir}/kdesud
|
||||
@ -96,6 +100,8 @@ echo "setBadness('permissions-file-setuid-bit', 0)" > $RPM_SOURCE_DIR/%name-rpml
|
||||
%verifyscript -n %lname
|
||||
%verify_permissions -e %{_kf5_libexecdir}/kdesud
|
||||
|
||||
%files -n %lname-lang -f %{name}.lang
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING* README*
|
||||
|
Loading…
Reference in New Issue
Block a user